digitallinguistics / data-explorer

The DLx portal for viewing, searching, and aggregating data
https://data.digitallinguistics.io
MIT License
3 stars 0 forks source link

Lexeme Details: status #370

Open dwhieb opened 1 year ago

dwhieb commented 1 year ago

Display any statuses on the Lexeme Details.

Statuses should include a viewable status history.

To Do

Data Structure

name:       {name of the sequence/checklist, e.g. "To Do"}
public:     true
statusType: sequence|checklist
history:
  - status: {status key}
    value:  true|false
    date:   {ISO Date String}
    user:   {UUID}
  - status: {status key}
    value:  true|false
    date:   {ISO Date String}
    user:   {UUID}
projects: [{DatabaseReference:Project}]
statuses:
  # data format is the same for sequences and checklists
  [status key]:
    name:
      eng: checked by A
    done:         true|false
    lastModified: {ISO Date String}
    user:
      id:           {UUID}
      abbreviation: DWH
      familyName:   Hieber
      givenName:    Daniel W.