mirror of
https://github.com/Code-For-Groningen/temmies.git
synced 2025-03-15 07:10:15 +01:00
799 B
799 B
Changelog
Version 1.1.0
Documentation
- Fixed method signatures to align with actual functionality.
- Updated
get_status
to properly handleSubmission
instances. - Ensured all class and method examples are consistent with the codebase.
Codebase
- Prepended
get_
to all methods inSubmission
- Created base
Group
from whichCourse
andExerciseGroup
inherit. - Using system keyring to store passwords (Issue #11)
Version 1.2.0
Codebase
- Moved all methods related to downloading files (including test cases) to
Group
. - Created
get_test_cases
andget_files
methods inGroup
. - We are now using the API (which mysteriously appeared) to get the year/course structure.