Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 894 Bytes

File metadata and controls

24 lines (17 loc) · 894 Bytes

Student Registration System

Scope

  • Login Screen

     Users will log in using their username and password, which will be verified against the database.
  • User Management

     Admin users can create normal users who can use the system. Normal users can log in using their credentials.
  • Student Management

    CRUD operations for managing student information including creating, reading, updating, and deleting student 
    records.
  • Grade Management

    Allow input and calculation of student grades, including GPA.

Entities

  • User
    Stores user information for login authentication.
  • Student
     Stores information about students enrolled in the system, including personal details and academic records.

Business Logic

Calculate the GPA for each student based on their grades.