• v1.2.4 502e694a17

    viveksantayana released this 2023-10-20 21:01:47 +01:00 | 0 commits to master since this release

    Updated exam instruction text as requested by SKA Refereeing Coordinator.

    Downloads
  • v1.2.3 58782f6db7

    viveksantayana released this 2023-07-01 21:59:25 +01:00 | 2 commits to master since this release

    Two minor bugfixes.

    • Entering invalid exam code threw a silent error.
    • Tables could not sort by date because it was parsed as a string.
    Downloads
  • v1.2.2 fed46eaa1e

    viveksantayana released this 2023-03-07 11:30:40 +00:00 | 8 commits to master since this release

    Fixed exception that is thrown in the Analysis page when an exam cohort has only one entry

    Downloads
  • v1.2.1 79ad96a93f

    viveksantayana released this 2023-03-05 03:21:14 +00:00 | 9 commits to master since this release

    Forgot to display the statistics on analysis page. Corrected in this release.

    Downloads
  • v1.2.0 ba851cb7dc

    viveksantayana released this 2023-03-05 01:10:53 +00:00 | 10 commits to master since this release

    New feature added to this release: Answer analysis for exams and datasets to examine common mistakes in the test entries.

    Additional changes:

    • Bugfix: changed file download function parameters for new flask library version,
    • Updated dependencies to newest versions,
    • Bugfix: rendering of html elements on results pages,
    • Database migration: added relation between dataset and entries
    Downloads
  • v1.1.1 a2c52a4261

    Bug Fixes Stable

    viveksantayana released this 2023-03-01 18:07:59 +00:00 | 28 commits to master since this release

    Fixed the following bugs in this release:

    • Clicking submit for tests over one hour fails (CSRF timeout error)
    • Admin console listing entries under the test screen has broken links
    Downloads
  • v1.1.0 7536c33a48

    viveksantayana released this 2023-02-03 17:14:37 +00:00 | 30 commits to master since this release

    Added a new feature to suggest auto-filled club names (populated with a list of clubs in SKL as well as any additional clubs added to the database) to reduce user errors cluttering up the database.

    Cleaned up errors in the database caused by variation in club names so far.

    Downloads
  • v1.0.2 8deefb9035

    viveksantayana released this 2023-02-03 15:06:24 +00:00 | 37 commits to master since this release

    • Fixed bug that caused the web admin console to crash due to an exception caused by incomplete tests in the database.
    Downloads
  • v1.0.1 adead30a77

    viveksantayana released this 2022-11-01 08:54:11 +00:00 | 42 commits to master since this release

    • Updated privacy policy to reflect the specific use case of access arrangements for the app maintainer at the SKA.
    • Corrected typos and clarified language around subject access requests.
    Downloads
  • v1.0.0 d1d52fa4b6

    viveksantayana released this 2022-09-13 12:12:06 +01:00 | 45 commits to master since this release

    App now ready to be deployed.

    Changes since last beta:

    • Changed database file extension to conventional .sqlite
    • Removed some redundant imports
    • Updated dependency list in requirements.txt file
    • Added indices to database tables to make lookups faster
    • Removed the word 'Beta' from the site title, etc.
    Downloads