Skip to content

EvalVis/Enlisted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enlisted

A Java project for managing groups, participants (students) and their attendance.

Demonstration

Functionality

  • Create new group
  • Delete group
  • Add new student to a group
  • Remove student from group
  • Save groups, students and their attendance
  • Load groups, students and their attendance
  • Manage student attendance
    • Select a date, group and student and mark the student's status on the day as Present, Unknown or Absent
    • Select a date, group and mark all students' status on the day as Present, Unknown or Absent
    • Select a date and remove it along all records from that day
  • View attendance of all students from all groups by selecting a date range
  • Save attendance as PDF

Using the Enlisted software

Have Java 11 or later installed.

Download the jar file from releases.

Execute: java -jar target/enlisted.jar> and start using the software.

License

Please read a LICENSE file.