vsoch / freegenes

FreeGenes BioNode with Django
https://vsoch.github.io/freegenes/
Mozilla Public License 2.0
2 stars 4 forks source link

Next round of Search Improvements #164

Closed Koeng101 closed 4 years ago

Koeng101 commented 4 years ago

Line edits

On Homepage

On Search page

On Parts page

On Distributions page

vsoch commented 4 years ago

I don't know what "Add Terms that Distributions are Available Under" means, please write out the changes you would like.

Koeng101 commented 4 years ago

In the Distributions object, there is a column called "terms". It can have 1 of 2 values, OpenMTA and UBMTA. Everything we have is OpenMTA, and it can be defaulted / only changed in admin.

Koeng101 commented 4 years ago

(In the future there could probably be more which is why it is not a boolean)

vsoch commented 4 years ago

Distribution does not have a field called terms.

Koeng101 commented 4 years ago

That would need to be added in the models. It seems like a simple thing to add, is there some roadblock there that I should know about?

vsoch commented 4 years ago

No, but I need you to be specific about these details if you want me to implement them :)

What is the default?

Koeng101 commented 4 years ago

OpenMTA is the default (sorry for being unclear with "it")

Basically, we want some way to present a distribution as under the OpenMTA or UBMTA, since that has been a big problem Addgene has been trying to solve for well over a year now.