Skip to content

Practice App Class Diagram

Furkan Keskin edited this page May 18, 2022 · 3 revisions

Our class diagram might change slightly as development goes on, therefore it is not the final form of the diagram.

Database ER diagram:

DBMS ER diagram (UML notation) (3)

Class Diagram

It consists of these subcomponents:

  • api : Classes that are directly related our database.
  • django.contrib.sessions : Built-in Django models related to session.
  • django.contrib.admin : Built-in Django models related to admin.
  • django.contrib.auth : Built-in Django models related to admin. We have created one-to-one relationship between myUser and built-in User model.
  • django.contrib.contenttypes

classdiagram

Home 🏠

Project 💻

Practice Application 💻

Group Members 👨‍💻

Research 🔍

Timesheets 📝

CMPE451 Meeting Notes 🗒️

General Meetings

Frontend Meetings

Backend Meetings

Mobile Meetings

CMPE352 Meeting Notes 🗒️

Clone this wiki locally