Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 518 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 518 Bytes

ASP.NET MVC Assignment 1 - School System

G:

  • Users and Identity
  • Init database with an admin if none found
  • Admin can create and edit users and classes
    • Users are either Teacher or Student
    • Classes should have one Teacher
    • Students can be assigned to (school) classes
  • Validate all data and inform user

VG:

  • Admin access rights
  • Display logged in users full name on website
  • Separate menu for administrators
  • Users can update their own info