Skip to content
Snippets Groups Projects
Commit 6d386df7 authored by Jure's avatar Jure
Browse files

Update README.md

parent 899d9489
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
- This is a view model created through discussion in the PubSweet meeting in July 2018. - This is a view model created through discussion in the PubSweet meeting in July 2018.
- These models do not use Collections and Fragments, instead they are standalone models in separate tables. - These models do not use Collections and Fragments, instead they are standalone models in separate tables.
- JATS is used as a vocabulary and a source of data types, wherever appropriate. - JATS is used as a vocabulary and a source of data types, wherever appropriate.
- All models have 'created' and 'updated' dates - All models have 'created' and 'updated' dates (with the exception of AuditLog, which does not have an `updated` date)
- All models have an 'id' UUID - All models have an 'id' UUID
- Dates are ISO-8601 strings, as PostgreSQL recommends this as date input, JATS allows it, and GraphQL can handle it. - Dates are ISO-8601 strings, as PostgreSQL recommends this as date input, JATS allows it, and GraphQL can handle it.
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
|---|---|---|---| |---|---|---|---|
| id | UUID | | | | id | UUID | | |
| created | Date | | | | created | Date | | |
| updated | Date | | |
| userId | | | | | userId | | | |
| action | String | | | | action | String | | |
| objectId | | | | | objectId | | | |
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment