Please enable JavaScript.
Coggle requires JavaScript to display documents.
MIT Events, Data structures - Coggle Diagram
MIT Events
Backend
API
GraphQL
Web Server
App Service on Azure
Database
No SQL or SQL?
SQL
Azure SQL
Azure PostegreSQL
NoSQL
Azure Cosmos DB
Cloud Provider
Azure
Monetization model (if any)
take a cut of reg fees?
Donations?
Promote events of a club
Site for student/end user
NextJS
Dashboard
Settings
Subscribed/Registered Events
Event Browser
Rate Events
Search By Club
Search by rating
Sub/Reg for Events
Comment on Events
Tailwind CSS?
Site for clubs
NextJS
CRUD event
Analytics for Events
Payments to register
Site for moderation team
Late stage ofc
Detect Bot Activity
Whether events meet our community guidelines (which we should have)
Data structures
Event
Date
Time
Venue
Organizer
Owner
ID
Tags
Description
Short
Long
Images
Rating
Registered Users
View Count
User
User ID
Userinfo
Age
Which School (Mech, CSE etc)
Name
Profile Desc?
Registered Events sub-table/array
Ratings sub-table/array
Other stuff (WIP)
Rating should have its own db?
Rating ID
User ID
Rating Value (1-10 or 1-5 ?)