cm090 / gradescope-autograder

Autograder templates for Java JUnit tests
MIT License
3 stars 2 forks source link

Update builder tool for autograder config files #21

Open cm090 opened 7 months ago

cm090 commented 7 months ago

All of the autograder templates have a config.json file that provides a list of options for the creator. We want to update the builder tool to dynamically read these configuration options, infer datatypes from default values, and display a list of inputs to the user. You can either expand the current JSwing project or rewrite the tool in a Java GUI library of your choice.

A few requirements:

cm090 commented 1 month ago

Basic flow idea: