Database Structure

Data Types


  • Activities β†’ When a user subscribed to the app, new activity created. Admin can list the activities on the admin page.
  • Board β†’ Stores the board’s data.
  • Starred Boards β†’ Stores starred boards and which user starred the board.
  • User β†’ Stores user’s data.
  • Invitation β†’ Users can invite teammates. A token is generated for each invitation.
πŸ”’
Not everyone can access all data. The privacy rules can be defined by who can access which data. Thus, only users with the allowed role can access specific data. Take a closer look at how privacy rules are set up in this template. β†’Β https://www.notion.so/rapid-dev/Privacy-Rules-3795638d335844aba3e72f6f9057b10e