ttp2542 / GradingScripts

This repository contains the Python scripts used for grading in the SWEN-123 class at RIT.
4 stars 7 forks source link

GUI #23

Open jym2584 opened 2 years ago

jym2584 commented 2 years ago

Might not be necessary but would be a good project to get into at a future date...

Proposed mockup: image List of students: can be multi select

NeonixRIT commented 1 year ago

I could work on this. Thing that stopped me was because making it cross platform would be annoying (Electron probably best for this but idk Electron stuff lol). Go is easy crossplatform but not many GUI options. In the meantime I’ve made my fork into a Terminal UI version if you want to check it out. My version has completely changed from when I originally forked it though (did another rewrite to make it async instead of threaded), thats why I haven’t made a PR.