a-plus icon indicating copy to clipboard operation
a-plus copied to clipboard

Improve "All submissions" view

Open murhum1 opened this issue 1 year ago • 2 comments

Currently the new "All submissions" view is very slow, on courses with only 500 submissions taking ~10sec to load. Figure out why and improve it.

Related: https://github.com/apluslms/a-plus/issues/1409

murhum1 avatar Feb 25 '25 12:02 murhum1

PR #1449 improves the performance of the page, but pagination should still be added to make the page usability better.

ihalaij1 avatar Feb 28 '25 10:02 ihalaij1

One thing to note is that you cannot use the filters if you are in the default "Show only 50" submissions view. This would be quite crucial to get working.

Another suggestion from Otto was to make it so that you could use URL get parameter to filter the page so e.g. https://minus.cs.aalto.fi/aplus-manual/master/teachers/all-submissions/?status=Error. Would show all submission with Error status.

mikaelGusse avatar Apr 22 '25 10:04 mikaelGusse