• v0.5.2 f05568b0de

    viveksantayana released this 2022-08-27 09:47:55 +01:00 | 52 commits to master since this release

    Dataset name not displaying correctly in editor
    Server evaluates the password for the wrong account when attempting to edit users

    Downloads
  • v0.5.1 358695977f

    viveksantayana released this 2022-08-20 18:25:40 +01:00 | 55 commits to master since this release

    Fixed some errors

    Downloads
  • v0.5.0 ddfd75c1f8

    viveksantayana released this 2022-08-20 17:57:52 +01:00 | 56 commits to master since this release

    Added support for MySQL databases to make the app more scalable beyond just using the default SQLite database. Can be configured using environment variables. Also added better exception handling for when connections with database service or email service fail.

    Downloads
  • v0.4.1 a2e859af5d

    viveksantayana released this 2022-08-18 17:24:59 +01:00 | 89 commits to master since this release

    Fixed some erroneous file mounting for the Nginx container which resulted in 404 errors when trying to fetch static files for some parts of the site.

    Downloads
  • v0.4.0 f14085f4c1

    viveksantayana released this 2022-08-17 18:25:13 +01:00 | 96 commits to master since this release

    Added a new feature: a reader view for the question datasets, making it easier for admins to see all current questions at a glance without having to navigate through the whole editor console interface. Also cleaned up redundant semicolons in JavScript code.

    Downloads
  • v0.3.1 294f1e42f7

    viveksantayana released this 2022-08-11 17:41:52 +01:00 | 102 commits to master since this release

    Discovered and fixed some bugs since the previous update including:

    • The default start and end date and time for creating an exam being set to a fixed point in June instead of dynamically updating to the current date and time
    • The button to launch the exam not deactivating once the quiz has already been started
    • The reset password feature not working
    • Errors messages from failed matches while re-entering password not displaying correctly
    Downloads
  • v0.3.0 06db47c597

    viveksantayana released this 2022-06-22 02:04:52 +01:00 | 132 commits to master since this release

    This is an updated beta of the Korfball RefTest app that includes an editor console with which to create and edit question datasets.

    Downloads
  • v0.2.1 1ef34465c2

    viveksantayana released this 2022-06-20 12:58:39 +01:00 | 175 commits to master since this release

    Changelog:

    • Changed to app factory pattern
    • Changed how data object is referenced
    • Absolute path for databases to prevent errors
    • Added data validation for uploaded question sets-
    • Added check for duplicate email addresses when updating accounts
    • More elegant error handling for forms
    Downloads
  • v.0.2 4414d1720e

    viveksantayana released this 2022-06-17 13:18:44 +01:00 | 193 commits to master since this release

    Re-built the app to use an SQLite database.

    Downloads