Skip to content
#

feedback

Here are 663 public repositories matching this topic...

forem
goenning
goenning commented Jul 24, 2021

Fider currently only run migrations that have a timestamp higher than the last executed migration.

This means we need to be extra careful when merging PRs to ensure the timestamp on the migration files are always accurate.

Ruby on Rails takes another approach where they run all migrations that have not yet been executed on the server. They still apply it in order of timestamp, but allows P

good first issue help wanted
astuto
riggraz
riggraz commented Jan 29, 2021

Post description and comments should support markdown.

I believe markdown would be particularly useful to format hyperlinks, lists and quotes.

However, some markdown tags should not be parsed as usual (or not be parsed at all): for example a user should not be able to post a comment formatted with header ("#" character in markdown), because then the comment text would too big.

enhancement good first issue
b-fein
b-fein commented May 2, 2022

Describe the bug

After a quiz was open for practice, it can’t be closed. The Save button is disabled as an input validation fails: ‘The start time has already passed’.

To Reproduce

  1. Create a quiz.
  2. Start it, wait until it is finished, and open it for practice.
  3. Go to https://{artemis}/course-management/{courseId}/quiz-exercises/{quizId} by clicking on the quiz id in the exerci

Improve this page

Add a description, image, and links to the feedback topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the feedback topic, visit your repo's landing page and select "manage topics."

Learn more