Please enable JavaScript.
Coggle requires JavaScript to display documents.
CanCode - Coggle Diagram
CanCode
Frontend
Access webpage
If user has login token
Proceed to request page if they are authorized
If user does not have login token
Display the landing page
Sign-up page
Login Page
Dashboard
Article Catalog
Article
2 more items...
Problems Catalog
Code Colleseums
Problem
1 more item...
Quizzes Catalog
Quiz
2 more items...
Custom Slack
Create new group
Create server
DMS
Backend
Check Firebase Authentication
Access user data file and populate Dashboard
Articles
Article Data
Node of comments
Comment Data
Problems
Node of threads
Thread
Node of comments
Comment data
Thread post data
Problem Data
Node of submission data
Submission data
Quizzes
Node of comments
Comment data
Quiz data
Custom Slack
Store all channels as a firebase node
Have child node of channels
Channel has node of messages
Message Data
Channel data
Node of users
Server data
Code Colloseums
Node of colosseum historical problems
Past problems
Problem data
Summarized submission data
Current problem
Node of submission data
Submission data