Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

diasonti/asp-net-core-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Study system

Vladimir Danilov CSSE-1601

Entities:

  1. UserAccount (Admin, Student)
  2. Course (many-many with UserAccount)
  3. Class (many-one Course)
  4. Task (many-one Class)
  5. TaskGrade (many-one Task) (many-one UserAccount)
  6. IndividualTask (many-one UserAccount) (many-one Class)
  7. IndividualTaskGrade (one-one IndividualTask)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published