Releases: AustinATTS/cess
Finished Project
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
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
'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
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
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
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
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
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
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
Added an event directory options which shows a list of events and whose attended them
Full Changelog: v0.5.0...v0.5.1