Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 560 Bytes

README.md

File metadata and controls

32 lines (16 loc) · 560 Bytes

Stackreview MongoDB Realm application

Description

This is the documentation about the Realm application used by the stack review project.

Collections

Reviews

Collection to store all code reviews with the comments embedded in the comment property.

Review schema

TODO

Review collection rules

TODO

Users

Collection to store all basic user data. Authentication is done by Auth0 so the idea is only to store user informations as a caching mechanism to ease querying.

User schema

TODO

User collection rules

TODO