Hein Meling
Hein Meling
When rebuilding an assignment that has been graded incorrectly, e.g., due to a mistake in the tests, we should set the submission status to `Revise`. For teachers: We should add...
The current approach of emitting JSON score objects in the stdout stream is fragile and keeps breaking. Below we specify an alternative design where score objects are sent over gRPC...
We should consider whether or not it makes sense to replace the various `Makefile` targets and the `updateag.sh` script with magefiles. See [here for docs](https://magefile.org).
[Tailwind](https://tailwindcss.com/) css looks quite nice. Consider it when redesigning frontend.
This was a very nice package I've only been waiting to use... For a potential v2, I suggest reducing the stutter in the API (as also mentioned in this [comment](https://github.com/pkg/profile/issues/31#issuecomment-330331455)):...
Especially for Go courses, the many steps performed by the `run.sh` file are a bit annoying and error-prone. We could consider doing more steps in the `Dockerfile`, taking advantage of...
This is a question without a solid solution. Sometimes, when creating tests, the test environment on the quickfeed server is slightly different from the local environment of the developer, or...
When creating a new course: - If course not found when clicking on Find, the error message should remind the user to install the quickfeed app... (I don't always read...
We should simplify installing the tools dependencies. The Makefile tools target and its sub-targets works, but it is a bit magic, requiring even people with general makefile knowledge to lookup...