Skip to content

EduLink NUS is a desktop application for Educators to keep track of their past Students. While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).

License

Notifications You must be signed in to change notification settings

dedsecrattle/EduLink-NUS

 
 

Repository files navigation

CI Status codecov

Ui

  • This is an App for Academic Instructors to Keep track of their Past students.
    Example usages:
    • create/read/update/delete students in the student list
    • find and filter students from the database as per requirements
    • load/save students from local storage (JSON,CSV)
  • The project simulates an ongoing software project for a desktop application (called EduLink NUS) used for managing contact details of Students.
    • It is based on the AddressBook-Level3 project, with additional tweaks and features to provide a customised experience for Academic Instructors.
    • From Address-Book Level-3 :- It is written in OOP fashion. It provides a reasonably well-written code base bigger (around 6 KLoC) than what students usually write in beginner-level SE modules, without being overwhelmingly big.
    • It comes with a reasonable level of user and developer documentation.
  • It is named EduLink NUS because It Links Academic Instructors with their Past Students.
  • For the detailed documentation of this project, see the EduLink NUS Product Website.
  • This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.

About

EduLink NUS is a desktop application for Educators to keep track of their past Students. While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.3%
  • CSS 1.7%