Skip to content

Unknown

Luc Everse requested to merge unknown into development

Description

Implements time tracking in the UI. Also fixes the verdict not showing and re-introduces auto-refresh on the submission page.

Additions

  • Functions to format the timestamps and durations
  • Periodic refreshes of the submission

Changes

  • Moment.js is no longer allowed to round values over unit boundaries
  • The submission verdict is stored outside of the submission object to prevent overwrites by incomplete submission refreshes
  • Updated AuTA.js to 0.1.9

Test and Review

To be filled in by the reviewers

  • All of the methods are commented to expectation

  • The methods are tested to satisfaction

  • There are no unnecessary files present in the MR

  • The continuous integration has no problems with the MR

  • The MR is filled in as requested (including labels, milestones, and reviewers)

  • The documentation is up-to-date

  • All nullable parameters are marked as such

Merge request reports