Skip to content

Commit

Permalink
Created a discussions property in each of the analyses with several p…
Browse files Browse the repository at this point in the history
…osts within them. Removed the temp fixture used in the frontend (#141)
  • Loading branch information
SeriousHorncat authored Sep 27, 2023
1 parent 28e8772 commit 011b64c
Show file tree
Hide file tree
Showing 3 changed files with 462 additions and 267 deletions.
1 change: 1 addition & 0 deletions backend/src/models/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class Analysis(BaseAnalysis):

genomic_units: List[GenomicUnit] = []
sections: List[Section] = []
discussions: List = []
supporting_evidence_files: List = []

def units_to_annotate(self):
Expand Down
Loading

0 comments on commit 011b64c

Please sign in to comment.