Skip to content

neon1024/Students-Management-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Students Management App

@neon1024

  • Provided a menu-driven console-based user interface.
  • Employed layered architecture and classes.
  • Provided specifications and PyUnit test cases for all non-UI classes and methods for the first functionality.
  • Implemented and used custom exception classes.

App Description

A faculty stores information about:

  • Student: student_id, name
  • Discipline: discipline_id, name
  • Grade: discipline_id, student_id, grade_value

Application's functionalities:

  1. Manage students and disciplines. The user can add, remove, update, and list both students and disciplines.
  2. Grade students at a given discipline. Any student may receive one or several grades at any discipline. Deleting a student also removes their grades. Deleting a discipline deletes all grades at that discipline for all students.
  3. Search for disciplines/students based on ID or name/title. The search must work using case-insensitive, partial string matching, and must return all matching disciplines/students.
  4. Create statistics:
    • All students failing at one or more disciplines (students having an average <5 for a discipline are failing it)
    • Students with the best school situation, sorted in descending order of their aggregated average (the average between their average grades per discipline)
    • All disciplines at which there is at least one grade, sorted in descending order of the average grade(s) received by all students

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages