Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P0: Show the most advanced phase this plan has completed #658

Closed
lolaodelola opened this issue Jun 8, 2023 · 1 comment
Closed

P0: Show the most advanced phase this plan has completed #658

lolaodelola opened this issue Jun 8, 2023 · 1 comment
Labels
P0 Highest priority

Comments

@lolaodelola
Copy link

Related to #648: Overall Status Column Details.

Show the most advanced phase this plan has completed using the following logic:

  • If there is a recommended version, show string "Recommended on DATE" where DATE is the most recent date on which a version of the plan was advanced to recommended.
  • else If there is a candidate version, show string "Candidate on DATE" where DATE is the most recent date on which a version of the plan was advanced to candidate.
  • else If there is a draft version, show string "Draft on DATE" where DATE is the most recent date on which a version of the plan was advanced to draft.
  • else if R&D is complete, show string "R&D Complete on DATE" where DATE is the date from the version identifier of the version that is currently ready for draft review.

Notes:

  • dates are sufficient; no need for time stamp.
  • this column is used in the default sort order described below. The sort function of this column would return the table to its default state.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P0 Highest priority
Projects
None yet
Development

No branches or pull requests

4 participants