-
Notifications
You must be signed in to change notification settings - Fork 1
Home
JP edited this page May 24, 2018
·
14 revisions
- The Stack The project's code dependencies.
- The db schema The mcorpus rdbms database schema ddl and declaration of stored procedures. The backend described.
- The mcuser login process A data flow diagram identifying all the key logical steps in the server handing of an mcuser login request. Only logged in mcusers (determined by the presence of a valid JWT cookie) may access the data.
- The mcuser logout process A data flow diagram identifying all the key logical steps in the server handing of an mcuser logout request.
- Class Diagram A high-level Class diagram of the defined Java types in this project.