From a78a40c71787f875b8717d160afd09e4453d2614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kruli=C5=A1?= Date: Sat, 25 Sep 2021 20:53:59 +0200 Subject: [PATCH] Updated Major Release: ReCodEx 2.0 (markdown) --- Major-Release:-ReCodEx-2.0.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Major-Release:-ReCodEx-2.0.md b/Major-Release:-ReCodEx-2.0.md index a2b8372..ed9ebb8 100644 --- a/Major-Release:-ReCodEx-2.0.md +++ b/Major-Release:-ReCodEx-2.0.md @@ -36,3 +36,17 @@ from API - Solution files are now marked with entry-point flags (actual main file of the solution for interpreted languages). - New endpoint for retrieving all solutions of a single user from all assignments of a group. - Extensive refactoring and dependency updates. + +webapp +- Async jobs monitoring and management for superadmin. +- Resubmit all button modified to handle async job waiting. +- Migration to new Bootstrap and AdminLTE (new look). +- Implementing per-partes file upload using new API endpoints. +- Home page redesigned. +- Improving appearance of solution files table and letting it list contents of ZIP archives where appropriate. +- Assignment max. points interpolation and its visualization (graph, info markers). +- Adding observer as new group-membership type, updating visualization and modification of non-student members management (to reflect API changes). +- New navigation controls: unified heading navigation at every page, group selector moved to the top panel. +- New page with list of all solutions of one user from one group. +- User profile page reconstructed, dashboard simplified and optimized. +- Updating all lib dependencies to the latest versions, significant refactoring.