Skip to content

Student & Lab Management System - A simple application for managing students, lab problems, and grades.

Notifications You must be signed in to change notification settings

cornelber/students-app-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laboratory Problem: Student Management System

A teacher manages information about students, lab problems, and assignments. This application allows the following operations:

Features

  • [✓] Perform CRUD operations on students and lab problems
  • [✓] Perform CRUD operations on assignments
    • [✓] Assign problems to students
    • [✓] Assign grades
  • [✓] Filter entities based on various criteria:
    • [✓] Filter students without assignments
  • [✓] Generate reports, such as:
    • [✓] Finding the most assigned lab problem
  • [✗] Implement validation & throw exceptions for students, lab problems, and assignments

Tech Stack

  • Programming Language: Java
  • Build Tool: Maven
  • Version Control: Git/GitHub for version management

Interesting Options and Features

  • Filtering: Ability to filter students and lab problems based on various criteria such as grades or number of assigned problems.
  • Dynamic Reports: Generate custom reports, such as finding the most assigned lab problem or the student with the highest/lowest average grade.
  • Validation: Implement validation rules for students (e.g., valid email), lab problems (e.g., max score), and assignments (e.g., valid grades).
  • Exceptions: Handle exceptions and provide detailed error messages for invalid operations (e.g., invalid problem assignment or grade).

Feature Status Legend

  • [✓] Feature/Task implemented
  • [✗] Feature/Task not implemented
  • [?] Feature/Task partially implemented

About

Student & Lab Management System - A simple application for managing students, lab problems, and grades.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages