-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
Background
These flags have evolved over time as we began to understand our user workflow and which ones were necessary to quickly categorize/filter documents. For instance, we needed a way to easily identify those to export to BioPAX and display on the homepage carousel.
The document model provides an enum status:
requested: An author has submitted a request to edit the documentapproved: Biofactoid-team approves the document for editingsubmitted: The document to be completepublished: The document has >=1 complete elementtrashed: This document should not be used further
Updates:
The status value should be more meaningful, attempt to describe some specific aspect of the document itself
-
requestedandapprovedare not relevant any longer and redundant.
- Suggest to collapse into
initiated, more or less to say its none of the other
-
- Change
published
- Change this to
public, i.e. to export and show on homepage, Tweet etc
- Change
-
- Reference these values via the static function in document model
Metadata
Metadata
Assignees
Labels
No labels