learn-ocaml
learn-ocaml copied to clipboard
A Web Application for Learning OCaml
**Related project scope(s):** REST API **Related user(s):** - @cesclass - @erikmd ## Bug description The dev. doc. (comments, etc.) of some parts of the codebase (§) is terse and should...
* **Kind:** feature This PR implements backend of the feature requests #331. @erikmd I would like to notify that the server returns a 500 error when you want to connect...
Close #478, Close #414, Close #205, Close #312, Close #158
:robot: I have created a release *beep* *boop* --- ## [0.14.1](https://github.com/ocaml-sf/learn-ocaml/compare/v0.14.0...v0.14.1) (2022-10-01) ### Bug Fixes * **learnocaml_common.ml:** Ask token (not secret) when opening exercise url ([#489](https://github.com/ocaml-sf/learn-ocaml/issues/489)) ([b91050e](https://github.com/ocaml-sf/learn-ocaml/commit/b91050e1caaf46fb6c3abb6f3120dd784af701f7)) ### Documentation *...
* **Kind:** / enhancement / * Close #462 ### Description Change the display of not-found functions to be more user-friendly ### Checklist * [ ] Read the [CONTRIBUTING.md](https://github.com/ocaml-sf/learn-ocaml/blob/master/CONTRIBUTING.md) guide and:...
* **Kind:** bugfix * Close #214 ### Description tested with firefox:  ### Checklist * [ ] Read the [CONTRIBUTING.md](https://github.com/ocaml-sf/learn-ocaml/blob/master/CONTRIBUTING.md) guide and: * [ ] Use...
**Related issue(s) or PR(s):** N/A **Related project scope(s):** UI, learn-ocaml-client, Teacher-dashboard **Related user(s):** @erikmd ## The problem Currently, the webapp views (student UI vs. teacher dashboard) only show one flavor...
Currently, when new exercises are added to the server, they are immediately considered as "open" and are available to the students. It would be nicer if they were hidden by...
**Related project scope(s):** GHA and PRs ## The problem The artifacts' URL is not easy to find. (except at release time, of course) ### Wanted solution * Add a step...
When an exercise is written in Markdown (in a file `descr.md`), verbatim text (between backquotes) appears in a larger font than normal text. Ideally all text should be in the...