Anthony Gégo

Results 24 issues of Anthony Gégo

https://github.com/UCL-INGI/INGInious/blob/fc5bde432e8571f247538eae6bbecc493560a16a/inginious/frontend/pages/course_admin/task_edit.py#L110 An interface should be made for. Otherwise, this won't work for any task dispenser not using the table of contents.

Bug

It would be interesting to store, in some way, task versions in order to know with what version of the files an assessment was made. This could help the teacher...

Feature request

- Page to manage users manually - Initialization : superadmin should be present already present in DB

Feature request
Frontend

I think this is already implemented for the task list edition. The code should be made more generic.

Good First Issue

A warning should be displayed before refreshing/closing the page when changes have been made and not submitted, to avoid students loose their work.

Feature request
Frontend
Good First Issue

If a student prints an amount of data between the maximum size allowed for a MongoDB document, and the maximum size allowed by the agent, then it is never stopped...

Bug
Critical

Currently the webapp API requires users to login and client to keep the session cookie and send it back for each HTTP request. This login process will fail with some...

Feature request
Frontend
Priority: High

For now we store an activation hash which is removed from the User document in database once the account is activated. Therefore, the activation link is not valid anymore once...

Frontend
Good First Issue

The student should be able to tell that the submission he's submitting is the final one. This information should be sent to the container to display the actual feedback, and...

Feature request

**Is your feature request related to a problem? Please describe.** From PR #987 : > By default the CPU time is used, which is not a real time metric. Using...

Feature request
Triage needed