summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Cleaning up codejrshi11 days
|
* Working on league menusjrshi11 days
|
* Bug fixes, potential implementation of playing in a league and league stats. ↵Jacob Shimp13 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 Shimp13 days
|
* Potential implementation of LeagueStatsJacob Shimp13 days
|
* more robust map serializer should be workingsowgro13 days
|
* merge league-play into league-modelJacob Shimp2025-11-13
|\
| * potential implementation for playing in a leagueJacob Shimp2025-11-11
| |
* | change league printingsowgro2025-11-13
| |
* | fix constructorsowgro2025-11-13
| |
* | Merge remote-tracking branch 'origin/league-model'sowgro2025-11-13
|\ \ | | | | | | | | | | | | | | | | | | | | | # 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 menussowgro2025-11-12
| | |
| * | Fix some serialization stuffsowgro2025-11-12
| |/
| * working with matches in leagueJacob Shimp2025-11-11
| |
| * Added list of matchesJacob Shimp2025-11-11
| |
| * fix circular dependencysowgro2025-11-10
| |
| * fix some testssowgro2025-11-10
| |
| * add invites to golfersowgro2025-11-09
| |
| * add serializer for leagues in golfer, reorganize serializerssowgro2025-11-09
| |
| * fix errorsowgro2025-11-09
| |
| * make id system consistentsowgro2025-11-09
| |
| * complete serializationsowgro2025-11-09
| |
| * create most of the model and league DAOssowgro2025-11-09
| |
* | Merge pull request #16 from RIT-SWEN-262/lizzio-ProxyGuestsMichael Lizzio2025-11-11
|\ \ | | | | | | Added isGuest to Session and updated menus
| * | setGuest to false on setCurrentGolferMichael Lizzio2025-11-11
| | |
| * | Added isGuest to Session and updated menusMichael Lizzio2025-11-11
|/ /
* | Merge pull request #15 from RIT-SWEN-262/lizzio-UndoRedoSubsystemMichael Lizzio2025-11-11
|\ \ | | | | | | Lizzio undo redo subsystem
| * | Fixed not updateing database on undo/redoMichael Lizzio2025-11-10
| | |
| * | Used UndoManager in Menus to Capture SanpshotsMichael Lizzio2025-11-10
| | |
| * | Added HolePlayMemento with sanpshots and restoreMichael Lizzio2025-11-10
| | |
| * | Added GolferMememto, updated GolferMichael Lizzio2025-11-10
| | |
| * | Basic undo Mememto PatternMichael Lizzio2025-11-09
| |/
* | wrote unit tests for course searchWillemDalton2025-11-10
| |
* | more unit testsWillemDalton2025-11-10
|/
* working on unit tests, added to pom to support jacocoWillemDalton2025-11-05
|
* Merge pull request #13 from RIT-SWEN-262/singleton-daosWillem Dalton2025-11-05
|\ | | | | Singleton daos
| * Remove singleton from course search subsystemsingleton-daossowgro2025-10-30
| |
| * Convert DAOs to proper singleton formatsowgro2025-10-26
| |
* | Merge branch 'main' of https://github.com/RIT-SWEN-262/designproject-design-6R1WillemDalton2025-10-12
|\ \ | |/ |/|
| * Merge pull request #12 from RIT-SWEN-262/menu-reorganizeWillem Dalton2025-10-12
| |\ | | | | | | Menu reorganize
* | | fixed bug where listing filters ended menu logicWillemDalton2025-10-12
| |/ |/|
* | Update Menu.javaWillem Dalton2025-10-12
| | | | | | fixed IndexOutOfBounds exception to catch (for some reason, arrayindexoutofbounds) does not catch for out of index menu choices
* | fix club serialization and saving of some optionssowgro2025-10-12
| |
* | add datetime overridesowgro2025-10-12
| |
* | change filter textsowgro2025-10-12
| |
* | Menu cleanup - pass 3sowgro2025-10-11
| |
* | Menu cleanup - pass 2sowgro2025-10-11
| |
* | fix typosowgro2025-10-11
| |
* | Menu cleanup - pass 1sowgro2025-10-09
|/
* Merge pull request #11 from RIT-SWEN-262/statistic-devTyler Ferrari2025-10-09
|\ | | | | Statistic dev - Menu implementation