Hein Meling
Hein Meling
- We can remove the `name` attribute from the yml file since we can derive the name from the encapsulating folder. We still need the `name` field in the assignment...
I've defined the format in #676, but I've not added a parser for cue files into the Go code. However, I've implemented something similar over [here](https://github.com/relab/hotstuff/tree/master/internal/config). This could be a...
It would also be helpful if each logged gRPC call contains relevant context, e.g., the course code (dat320), user ID or name, etc. We might provide custom logging functions that...
Here are two blogs related to this issue. - [Using Go's 'context' library for making your logs make sense](https://blog.gopheracademy.com/advent-2016/context-logging/) - [Distributed Request Logging in Go with Context API](https://medium.com/swlh/distributed-request-logging-in-go-with-context-api-16040688ed36)
I can certainly see the usefulness of this feature. I've looked at the code and it was not designed for this. If you want to look into this, I suggest...
Just adding to the discussion. We should make a new view that show all students, which labs they have approved and how much they contributed, e.g. some statistics regarding LoC...
There is now a command line tool to extract approvals from quickfeed, saved as an Excel sheet suitable for the format required by fagpersonweb.
Ok; seems like we could close this issue and move the "statistics regarding LoC and number of commits" portion to #263.
Closing as (mostly) already resolved via already merged PRs. The remaining parts is covered by #263.
Consider the [SDLang](https://sdlang.org/) format instead of yml. Or maybe just make configurations be just plain .go files.