Skip to content

Releases: AustinATTS/cess

Finished Project

03 Sep 22:16
Compare
Choose a tag to compare

This is the final form of the project.
No furthur changes will be made, and this is what will be submitted.

v1.1.0 - Full Initial Release

28 Aug 18:12
Compare
Choose a tag to compare

Full release for the college event score system.

New Features

  • Full logging features in logs/cess.log
  • User privelidges
  • Admin terminal
  • Data "validation"

Instilation Guide

  • Download the zip folder
  • Extract Contents
  • Run College Event Score System.exe

Points Of Note

  • Main database is in data/database.db
  • Initial users are
  • user - atts
  • judge - atts
  • admin - atts
  • All guides to adding new users, and initialising the database can be found within the admin menu (Bound to the logo for users with admin privallidges)

Full Changelog: v1.0.0...v1.1.0

v1.0.0 - 'Working' Release

26 Jul 23:55
Compare
Choose a tag to compare

'Working' Release
Contains all necessary functions and features
Looks pretty decent

  • Additional Validation
  • Error handling
  • Tooltips
  • py-to-exe

Full Changelog: v0.7.2...v1.0.0

v0.7.2 - Colour Themes

26 Jul 00:17
Compare
Choose a tag to compare
Pre-release

You can change the colour theme using the theme maker then save it where you want.
You can select any theme to become your user theme which then updates the file

  • Need to get theme when log in
  • Needs to affect nav bat when set

Full Changelog: v0.7.1...v0.7.2

v0.7.1 - Scale

25 Jul 18:34
Compare
Choose a tag to compare
v0.7.1 - Scale Pre-release
Pre-release

Added scale settings

  • Still a couple of kinks to work through with title bar but functionally works

Full Changelog: v0.7.0...v0.7.1

v0.7.0 - Customisation

25 Jul 18:17
Compare
Choose a tag to compare
Pre-release

Modified CTkThemeMaker from Akascape to display as a top level
https://github.com/Akascape/CTkThemeMaker/blob/main/CTkThemeMaker/ThemeMaker.py

Added logout functionality in a long and convuluted way

  • Themes save to a set directory
  • Get loaded for the specified user
  • Add update to database to store theme path
    
  • Change the example button to set the user theme
  • Add Scale setting
  • Opens an entry widget, user can enter values between 50 and 200 (percent)
    
  • One time

Full Changelog: v0.6.2...v0.7.0

v0.6.2 - Restore Custom

24 Jul 22:28
Compare
Choose a tag to compare
Pre-release

Users can now select a database ".db" file they want to use, will replace current one. Preselects db file and the backup folder for ease of use, but a backup from a different folder or cloud service could work

Full Changelog: v0.6.1...v0.6.2

v0.6.1 - Restore Latest

24 Jul 22:26
Compare
Choose a tag to compare
Pre-release

Users can not restore the latest backup that is saved in the backups folder

Full Changelog: v0.6.0...v0.6.1

v0.6.0 - Backups

24 Jul 22:23
Compare
Choose a tag to compare
v0.6.0 - Backups Pre-release
Pre-release

Added the feature to create a backup, and have it saved in a set backup folder
Need to add:

  • Restore latest backup
  • Easily access most recent backup in case of an error
    
  • Restore custom backup
  • Access a custombackup so versions can be saved to different file locations and transferred
    
  •     Security risks however if you restore a backup some dodgy stranger send you should probably go back to Cybersecurity training
    

Full Changelog: v0.5.1...v0.6.0

v0.5.1 - Event Directory

24 Jul 21:14
Compare
Choose a tag to compare
Pre-release

Added an event directory options which shows a list of events and whose attended them

Full Changelog: v0.5.0...v0.5.1