Skip to content
Snippets Groups Projects
Commit f03f787b authored by sghosh's avatar sghosh
Browse files

Added last 2 release notes

parent a1598050
No related branches found
No related tags found
No related merge requests found
## Frontend Specs
### 1. Search Page
* Functionalities:
* Simple Text Search:
* Elements: A text input box
* Search possible with ontology
* Real-time suggestions of entities basis text typeahead in input box
* Selecting one of the suggestions lands to "Detail Page" of the said entity
* Advanced Search:
* Elements: Dropdown boxes per filter; Text Input Box (not real-time)
* Search possible with ontology of only one entity
* Lands to List Page of said entity
### 2. List Page
* A table-like structure showing data of the records matching the search query from *Search Page*
* Headers from the table can be changed at any time. Initial load is with a default set of headers for a given entity
* Records are hyper-linked to re-direct to respective details page
* Headers for Proteins:
- Common Name
- Uniprot ID
- Sequence Count
- Gene Name
* Headers for Condensates:
- Name
- Protein Count
### 3. Detail Page: Protein
* Attributes to show:
- Uniprot ID
- Uniprot Readable ID
- Common Name
- Gene Name
- Species Name
- Species Taxonomy ID
- ENSEMBL ID
- ENSEMBL GENE ID
- Protein Sequence
- Post Translational Modifications leading to LLPS
- Function
- IUPRED Score
- Antibody Link
### 4. Detail Page: Condensate
* Attributes to show:
- Name
- List of proteins (hyper-linked to detail page)
- Common Name
- Uniprot ID
- Species Name
- Experimental Condition
\ No newline at end of file
File moved
File moved
File moved
File moved
### Release planned for: 27-06-2022
#### Release Notes
##### Release of Contributor module MVP:
1. User Management (Login/Signup)
2. Sync Scripts
3. Editable Attribute of detail page
##### Database
1. Three new condensate-specific protein attributes
2. Confidence Score Logic Update for proteins in condensate
##### API
1. API Key protection for APIs
2. Pagination limit check
##### Frontend
1. Error Page for routes that dont exist
2. Search behaviour updated (entity suggestions)
3. Home Page revamp
4. About and Help Pages added
\ No newline at end of file
### Release planned for: 14-07-2022
#### Release Notes
##### Database
1. Condensate-protein species mismatch issue fixed
2. Confidence Score for condensates (median)
##### Frontend
1. Add new condensate
2. Creators on home page
3. Uniprot ID validation
4. Couple of label changes for editable attributes
5. Wiki Login on sign-up
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment