Skip to content

Latest commit

 

History

History
62 lines (61 loc) · 1.68 KB

File metadata and controls

62 lines (61 loc) · 1.68 KB

0.x

0.0x

0.01

  • Initial implementation
  • Support for posting and viewing results
  • Users and admins
  • Creating events

0.02

  • Flask implemented
  • Cleaner code (PEP 8 followed more closely)
  • SQL queries a little more careful
  • Bugfix, frontend now logs you out if the server doesn’t recognize you

0.03

  • mongodb implemented, postgresql removed
  • fixed bug with booleans not appearing on the results page
  • changed database structure a lot to fit with mongodb
  • changed client/server communication a little to make it less complex

0.04

  • Users can be modified
  • Events can be modified

0.05

  • Authentication refactored
  • Made sure all methods that require auth (sensitive data and all) actually required auth
  • Changed how frontend deals with authentication

0.06

  • Client-side validation

0.1x

0.10

  • User statistics
  • Profile pages

0.11

  • Event averages
  • More statistics for event-wide consideration

0.12

  • Test suite

0.13

  • Install script

0.2x

0.20

  • Sort users by statistics

0.21

  • Team groupings

0.22

  • Migrate to the Flask way of sesion management

0.3x

0.30

  • Tournament structures

0.31

  • Change layout for event home pages