substance / texture

A visual editor for research.
MIT License
1k stars 83 forks source link

Submission history (submitted, accepted) #1343

Open fred-atherden opened 5 years ago

fred-atherden commented 5 years ago

Description

The history of an article prior to publication.

User Stories

Author

  1. As an author, I want to be able to see the history dates associated with my article so that I am aware of this information ahead of publication.

Production staff

But what if . . . ?

Considerations

XML requirements

All article submission history information is included in the history element, which is included as a child of the article-meta. This contains the appropriate dates, with the appropriate child elements and values.

<article-meta>
     ...
     <history>
          <date date-type="received" iso-8601-date="2016-03-01">
               <day>01</day>
               <month>03</month>
               <year>2016</year>
          </date>
          <date date-type="accepted" iso-8601-date="2016-04-01">
               <day>01</day>
               <month>04</month>
               <year>2016</year>
          </date>
     </history>
     ...
</article-meta>

SciELO example, which includes a revised date (iso-date attribute is not included in this example, but SciELO are happy for this to be mandated):

...
<history>
     <date date-type="received">
          <day>20</day>
          <month>10</month>
          <year>2014</year>
     </date>
     <date date-type="rev-recd">
          <day>06</day>
          <month>12</month>
          <year>2014</year>
     </date>
     <date date-type="accepted">
          <day>14</day>
          <month>07</month>
          <year>2015</year>
     </date>
</history>
...

Mock ups

Proposal

fred-atherden commented 5 years ago

Note - feedback on this ticket was not received from PKP.