Issue Number | 405 |
---|---|
Summary | [Literature] Reviewed Packets - Display Most Recent Status and Topic-Associated Tags |
Created | 2016-10-05 09:00:32 |
Issue Type | Improvement |
Submitted By | Juthe, Robin (NIH/NCI) [E] |
Assigned To | Kline, Bob (NIH/NCI) [C] |
Status | Closed |
Resolved | 2017-06-19 17:57:45 |
Resolution | Fixed |
Path | /home/bkline/backups/jira/oceebms/issue.195724 |
We would like to be able to quickly tell on the Reviewed Packets page when an article has been reviewed by the Editorial Board (similar to what we did on the Board member packet pages). This needs more discussion before a solution is implemented.
Adding Victoria.
1. We would like to display the most recent status for each citation (if the citation has moved past the Board Member Responses state) on the Reviewed Packets page listing the contents of a single packet.
We thought this could be placed between the Board Manager Comment (if applicable) and the Full Text/Abstract links in the citation column of the table. We should put this in a different color, but Red is already used for the Board Manager Comment. Maybe blue, to match the blue in the banner at the top of the page? Trying to keep our color palette consistent, but we'll have to see if that shows up well enough.
Here are a few examples of how these states would be displayed:
Board Manager Action: Paper for Board Discussion
On Agenda: Psychosocial WG - 2017-04-12
Editorial Board Decision: Cited (citation only)
Comments associated with these status values do not need to be displayed.
2. We would also like to display any topic-associated tags for each citation. I propose that these be placed beneath any "Related Citations" (just after the PMID/EBMS ID) and before the Board manager comment (if applicable). This could be in black text.
For #1, Bob will implement this by looking at status values with a
sequence of 70 or higher. These can be found in the
sequence
column of the ebms_article_state_type
table.
For Board Manager Actions, the name of the state is all that will be
displayed. (For example, Paper for Board Discussion
is a
state.)
For On Agenda, the name of the meeting will come from the
ebms_agenda_meeting
table which is linked to the
ebms_article_state
table. If the meeting title doesn't
contain the date, add the date.
For Editorial Board Decision, use the
ebms_article_board_decision
table, which has a link to the
ebms_article_state
table as well as to the table of values
for the decision.
Enhancement implemented on DEV.
You added "(s)" after Editorial Board Decision. Is it possible to have more than one decision? I tried adding a second one, but still only one decision displays. I think it can just say "Editorial Board Decision:" unless I'm missing something 🙂
Removed (s).
Looks good - thanks!
Verified on QA.
Verified on PROD.
Elapsed: 0:00:00.000773