Skip to content

Releases: IssaAboudi/tutlogger

[Windows] TutLogger.exe v1.0.1

05 Jan 13:23
Compare
Choose a tag to compare

Developed by Issa Aboudi for tutoring through the LPC Tutorial Center

Application generates a human readable log file which records tutoring sessions.

ChangeLog:

Moved log file to new folder in .../Documents/ instead of being in the same directory as the application itself
New JSON file for locally storing and keeping track of students and student information (number of sessions conducted, total time spent tutoring that particular student - More to be added later)
JSON file also located in .../Documents/

  • Changes to menu:
    • "Add New Tutee" option to add student to program
    • "List all Tutees" option to show all students stored
    • When adding new session or timing a new session,
    • tutors are prompted to select a tutee for the session

[Linux] TutLogger.sh v1.0.1

05 Jan 13:08
a48fc82
Compare
Choose a tag to compare

Developed by Issa Aboudi for tutoring through the LPC Tutorial Center

Application generates a human readable log file which records tutoring sessions.

ChangeLog:

  • Moved log file to new folder in .../Documents/ instead of being in the same directory as the application itself
  • New JSON file for locally storing and keeping track of students and student information (number of sessions conducted, total time spent tutoring that particular student - More to be added later)
  • JSON file also located in .../Documents/
  • Changes to menu:
    • "Add New Tutee" option to add student to program
    • "List all Tutees" option to show all students stored
    • When adding new session or timing a new session,
      tutors are prompted to select a tutee for the session

[Windows] TutLogger.exe v1.0.0

04 Dec 08:33
Compare
Choose a tag to compare

Developed by Issa Aboudi for tutoring through the LPC Tutorial Center

Logged Hours are found in an exported "tutoringLog" file and found in the same directory as the application itself.

ChangeLog:

  • Initial Release v1.0.0