| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fixed golfer error with new parameterHEADmain | WillemDalton | 11 days |
| | | |||
| * | remove test import/export files | sowgro | 11 days |
| | | |||
| * | Merge pull request #21 from RIT-SWEN-262/league-model | Tyler Ferrari | 11 days |
| |\ | | | | | League model | ||
| | * | Merge branch 'main' into league-modelleague-model | sowgro | 11 days |
| | |\ | |/ |/| | | | | | | | | | | | | | # Conflicts: # src/main/java/design/controller/userinput/menus/MainMenu.java # src/main/java/design/model/Golfer.java # src/main/java/design/model/ScrambleLeague.java # src/test/java/design/model/GolferTest.java # test.xml | ||
| * | | tweak main menu | sowgro | 11 days |
| | | | |||
| * | | finished work on unit testing for npw | WillemDalton | 12 days |
| | | | |||
| * | | finished testing for statistics subsystem | WillemDalton | 12 days |
| | | | |||
| * | | removed unused dependencies in CSV testing | WillemDalton | 12 days |
| | | | |||
| * | | finished testing for persistence | WillemDalton | 12 days |
| | | | |||
| * | | progress on league database testing | WillemDalton | 13 days |
| | | | |||
| * | | finished testing most of JSON personal database | WillemDalton | 13 days |
| | | | |||
| * | | completed courselist testing | WillemDalton | 13 days |
| | | | |||
| * | | finished unit testing for teams and matches | WillemDalton | 13 days |
| | | | |||
| * | | completed unit testing for play class | WillemDalton | 14 days |
| | | | |||
| * | | completed unit testing for scramble | WillemDalton | 14 days |
| | | | |||
| * | | completed coverage for stroke league | WillemDalton | 14 days |
| | | | |||
| * | | fixed broken unit tests in club | WillemDalton | 14 days |
| | | | |||
| | * | Merge pull request #19 from RIT-SWEN-262/import-export | Tyler Ferrari | 11 days |
| | |\ | | | | | | | Import export | ||
| | | * | Merge branch 'main' into import-exportimport-export | sowgro | 11 days |
| | | |\ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # data/personaldb.json # src/main/java/design/controller/userinput/menus/MainMenu.java # src/main/java/design/persistence/JSONLeagueDatabase.java # src/main/java/design/persistence/JSONPersonalDatabase.java # src/test/java/design/model/ClubTest.java # src/test/java/design/model/GolferTest.java | ||
| | | * | IMPORT-EXPORT WORKING!!!!!!!!!!!!!!!!!!!!!!!!!!import-export-exp | sowgro | 11 days |
| | | | | |||
| | | * | fix datetime issue | sowgro | 11 days |
| | | | | |||
| | | * | fix nulls | sowgro | 11 days |
| | | | | |||
| | | * | track this for comparison purposes | sowgro | 13 days |
| | | | | |||
| | | * | export almost working | sowgro | 13 days |
| | | | | |||
| | | * | added comments to adapter | WillemDalton | 14 days |
| | | | | |||
| | | * | more work on adapting to XML | WillemDalton | 14 days |
| | | | | |||
| | | * | added league JSON import/export, still working with XML import | WillemDalton | 14 days |
| | | | | |||
| | | * | working on XML formatting | WillemDalton | 2025-11-11 |
| | | | | |||
| | | * | fixed exporting xml | WillemDalton | 2025-11-11 |
| | | | | |||
| | | * | progress on importing exporting | WillemDalton | 2025-11-11 |
| | | | | |||
| | | * | progress on import/export | WillemDalton | 2025-11-11 |
| | | | | |||
| | | * | a bit more progress on the menu for import export | WillemDalton | 2025-11-10 |
| | | | | |||
| | | * | working on exporting to XML and JSON | WillemDalton | 2025-11-10 |
| | | |\ | |||
| | * | \ | merge league-play into league-model | Jacob Shimp | 14 days |
| | |\ \ \ | |||
| | | * | | | potential implementation for playing in a league | Jacob Shimp | 2025-11-11 |
| | | | | | | |||
| | * | | | | change league printing | sowgro | 14 days |
| |/ / / / | |||
| * | | | | fix constructor | sowgro | 14 days |
| | | | | | |||
| * | | | | Merge remote-tracking branch 'origin/league-model' | sowgro | 14 days |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/main/java/design/controller/userinput/menus/MainMenu.java # src/main/java/design/model/Golfer.java # src/test/java/design/model/ClubTest.java # src/test/java/design/model/GolferTest.java | ||
| | * | | | | stub out some menus | sowgro | 2025-11-12 |
| | | | | | | |||
| | * | | | | Fix some serialization stuff | sowgro | 2025-11-12 |
| | |/ / / | |||
| | * | | | working with matches in league | Jacob Shimp | 2025-11-11 |
| | | | | | |||
| | * | | | Added list of matches | Jacob Shimp | 2025-11-11 |
| | |/ / | |||
| | * | | fix circular dependency | sowgro | 2025-11-10 |
| | | | | |||
| | * | | fix some tests | sowgro | 2025-11-10 |
| | | | | |||
| | * | | add invites to golfer | sowgro | 2025-11-09 |
| | | | | |||
| | * | | add serializer for leagues in golfer, reorganize serializers | sowgro | 2025-11-09 |
| | | | | |||
| | * | | fix error | sowgro | 2025-11-09 |
| | | | | |||
| | * | | make id system consistent | sowgro | 2025-11-09 |
| | | | | |||
| | * | | complete serialization | sowgro | 2025-11-09 |
| | | | | |||
| | * | | create most of the model and league DAOs | sowgro | 2025-11-09 |
| | | | | |||
