Dedicated to Jorge, Joseph, Elyse, Colton, and all the other GSAs in Liberty Theological Seminary. Your labor is not in vain!
LUGACH is an Electron application that makes Liberty GAs' lives easier.
See the CLI/TUI version of LUGACH that spawned the idea for this application.
Coming soon... 🔜
Welcome all contributors! Feel free to open an issue or submit a pull request if you have issues with the application. For those who would like to contribute to code, follow these steps.
gitnodev25 andnpmv11- Other versions probably work, but I haven't tested them.
- A system with GUI-rendering capabilities.
- If you're using WSL, you need a version that supports WSLg.
Clone the repository into a directory and run the following commands there.
npm ci
npx playwright install chromium
npm startYou should now have a working Electron development environment for LUGACH.
Add setting to filter Canvas courses- Port over applications from TUI
- Flag Absent Students (-->
identify_absent_students) - Take Attendance (-->
take_attendance) - Apply Time Extensions (-->
modify_time_limits) - Search Student by Name (-->
search_student_by_name)- Depends on being able to see all students in one view
Flag Quiz Concerns(-->identify_quiz_concerns)- Handled by color-coding late assignments
Modify Due Dates(-->modify_due_dates)- Handled in
StudentGradesTable
- Handled in
Modify Attendance(-->modify_attendance)- Handled in
StudentAttendanceTable
- Handled in
Get Grades(-->get_grades)- Handled in
StudentGradesTable
- Handled in
- Flag Absent Students (-->
Add encryption for secretsAdd settings pageAdd manual linking of Top Hat courses to Canvas coursesAdd attendance editing toStudentAttendanceTableAdd grade editing toStudentGradesTableAdd due date editing toStudentGradesTable
- Add option to see all students in one view
- This could be by clicking the top-level label of
CanvasCoursesTreeView
- This could be by clicking the top-level label of
- Add letter grades to grades table
- Add error boundaries around components
- Add setup wizard
- Color-code late assignments
- Add copy and paste shortcuts
- Add dark mode
- Tweak styles of app
- Put all app styles in separate files
- Clean up and organize main process API code
- Review general formatting standards for Prettier
- Review linting standards for ESLint
- Optimize hooks so that they don't call the API for undefined values
- Fix
AttendanceEditPopoverchanging the default value of itsRadioGroup - Add verifying scopes for API calls
Review formatting standards for Prettier Markdown- Add
@playwright/browser-chromiumtodevDependenciesinpackage.jsonand check that existing Playwright code works without needing to install browsers