summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'league-play-refactoring' of ↵league-play-refactoringjrshi11 days
|\ | | | | | | | | | | https://github.com/RIT-SWEN-262/designproject-design-6 into league-play-refactoring Merging?
| * fixed guests viewing coursesWillemDalton11 days
| |
| * changed pom file to create site.htmlWillemDalton11 days
| |
| * fixed unit testsWillemDalton11 days
| |
| * complete mergesowgro11 days
| |
| * Merge branch 'main' into league-play-refactoringsowgro11 days
| |\ | | | | | | | | | | | | | | | | | | # Conflicts: # src/main/java/design/persistence/JSONLeagueDatabase.java # src/main/java/design/persistence/JSONPersonalDatabase.java # src/main/java/design/persistence/Serializers.java
| | * remove test import/export filessowgro11 days
| | |
| | * Merge pull request #21 from RIT-SWEN-262/league-modelTyler Ferrari11 days
| | |\ | | | | | | | | League model
| | | * Merge branch 'main' into league-modelleague-modelsowgro11 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 menusowgro11 days
| | | |
| | * | finished work on unit testing for npwWillemDalton12 days
| | | |
| | * | finished testing for statistics subsystemWillemDalton12 days
| | | |
| | * | removed unused dependencies in CSV testingWillemDalton12 days
| | | |
| | * | finished testing for persistenceWillemDalton12 days
| | | |
| | * | progress on league database testingWillemDalton13 days
| | | |
| | * | finished testing most of JSON personal databaseWillemDalton13 days
| | | |
| | * | completed courselist testingWillemDalton13 days
| | | |
| | * | finished unit testing for teams and matchesWillemDalton13 days
| | | |
| | * | completed unit testing for play classWillemDalton14 days
| | | |
| | * | completed unit testing for scrambleWillemDalton14 days
| | | |
| | * | completed coverage for stroke leagueWillemDalton14 days
| | | |
| | * | fixed broken unit tests in clubWillemDalton14 days
| | | |
| | | * Merge pull request #19 from RIT-SWEN-262/import-exportTyler Ferrari11 days
| | | |\ | | | | | | | | | | Import export
| | | | * Merge branch 'main' into import-exportimport-exportsowgro11 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-expsowgro11 days
| | | | |
| | | | * fix datetime issuesowgro11 days
| | | | |
| | | | * fix nullssowgro11 days
| | | | |
| | | | * track this for comparison purposessowgro13 days
| | | | |
| | | | * export almost workingsowgro13 days
| | | | |
| | | | * added comments to adapterWillemDalton14 days
| | | | |
| | | | * more work on adapting to XMLWillemDalton14 days
| | | | |
| | | | * added league JSON import/export, still working with XML importWillemDalton14 days
| | | | |
| | | | * working on XML formattingWillemDalton2025-11-11
| | | | |
| | | | * fixed exporting xmlWillemDalton2025-11-11
| | | | |
| | | | * progress on importing exportingWillemDalton2025-11-11
| | | | |
| | | | * progress on import/exportWillemDalton2025-11-11
| | | | |
| | | | * a bit more progress on the menu for import exportWillemDalton2025-11-10
| | | | |
| | | | * working on exporting to XML and JSONWillemDalton2025-11-10
| | | | |\
* | | | | | Removed team ownerjrshi11 days
| | | | | |
* | | | | | Cleaning up codejrshi11 days
| | | | | |
* | | | | | Working on league menusjrshi11 days
|/ / / / /
* | | | | Bug fixes, potential implementation of playing in a league and league stats. ↵Jacob Shimp12 days
| | | | | | | | | | | | | | | | | | | | Also, rounds playing during a league should be saved to individual statistics.
* | | | | Round data is stored to each golfer after a match is concludedJacob Shimp12 days
| | | | |
* | | | | Potential implementation of LeagueStatsJacob Shimp12 days
| | | | |
* | | | | more robust map serializer should be workingsowgro13 days
| |/ / / |/| | |
* | | | merge league-play into league-modelJacob Shimp14 days
|\ \ \ \
| * | | | potential implementation for playing in a leagueJacob Shimp2025-11-11
| | | | |
* | | | | change league printingsowgro14 days
| |/ / / |/| | |
* | | | fix constructorsowgro14 days
| | | |
* | | | Merge remote-tracking branch 'origin/league-model'sowgro14 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