Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. User (+ preferences): Kurt Junghanns
  2. Deck/Slide (+deck/slide revisions, deck content): Marios Meimaris
  3. Media: Klaas Andries de Graaf
  4. User Testing (+questionnaries, statistics, questions): Darya Tarasowa
  5. ...


Important remarks.


  1. How to deal with dates:

In the code we store dates as: 


timestamp: new Date().toISOString();

In the data model:

timestamp:

{

type: 'string',

format: 'date-time'

}