| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | 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 | |
| | | | | ||||
| * | | | Merge pull request #16 from RIT-SWEN-262/lizzio-ProxyGuests | Michael Lizzio | 2025-11-11 | |
| |\ \ \ | | | | | | | | | Added isGuest to Session and updated menus | |||
| | * | | | setGuest to false on setCurrentGolfer | Michael Lizzio | 2025-11-11 | |
| | | | | | ||||
| | * | | | Added isGuest to Session and updated menus | Michael Lizzio | 2025-11-11 | |
| |/ / / | ||||
| * | | | Merge pull request #15 from RIT-SWEN-262/lizzio-UndoRedoSubsystem | Michael Lizzio | 2025-11-11 | |
| |\ \ \ | | | | | | | | | Lizzio undo redo subsystem | |||
| | * | | | Fixed not updateing database on undo/redo | Michael Lizzio | 2025-11-10 | |
| | | | | | ||||
| | * | | | Used UndoManager in Menus to Capture Sanpshots | Michael Lizzio | 2025-11-10 | |
| | | | | | ||||
| | * | | | Added HolePlayMemento with sanpshots and restore | Michael Lizzio | 2025-11-10 | |
| | | | | | ||||
| | * | | | Added GolferMememto, updated Golfer | Michael Lizzio | 2025-11-10 | |
| | | | | | ||||
| | * | | | Basic undo Mememto Pattern | Michael Lizzio | 2025-11-09 | |
| | |/ / | ||||
| * | / | wrote unit tests for course search | WillemDalton | 2025-11-10 | |
| | |/ |/| | ||||
| * | | more unit tests | WillemDalton | 2025-11-10 | |
| |/ | ||||
| * | working on unit tests, added to pom to support jacoco | WillemDalton | 2025-11-05 | |
| | | ||||
| * | Merge pull request #13 from RIT-SWEN-262/singleton-daos | Willem Dalton | 2025-11-05 | |
| |\ | | | | | Singleton daos | |||
| | * | Remove singleton from course search subsystemsingleton-daos | sowgro | 2025-10-30 | |
| | | | ||||
| | * | Convert DAOs to proper singleton format | sowgro | 2025-10-26 | |
| | | | ||||
| * | | Merge branch 'main' of https://github.com/RIT-SWEN-262/designproject-design-6R1 | WillemDalton | 2025-10-12 | |
| |\ \ | |/ |/| | ||||
| | * | Merge pull request #12 from RIT-SWEN-262/menu-reorganize | Willem Dalton | 2025-10-12 | |
| | |\ | | | | | | | Menu reorganize | |||
| * | | | fixed bug where listing filters ended menu logic | WillemDalton | 2025-10-12 | |
| | |/ |/| | ||||
| * | | Update Menu.java | Willem Dalton | 2025-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 options | sowgro | 2025-10-12 | |
| | | | ||||
| * | | add datetime override | sowgro | 2025-10-12 | |
| | | | ||||
| * | | change filter text | sowgro | 2025-10-12 | |
| | | | ||||
| * | | Menu cleanup - pass 3 | sowgro | 2025-10-11 | |
| | | | ||||
| * | | Menu cleanup - pass 2 | sowgro | 2025-10-11 | |
| | | | ||||
| * | | fix typo | sowgro | 2025-10-11 | |
| | | | ||||
| * | | Menu cleanup - pass 1 | sowgro | 2025-10-09 | |
| |/ | ||||
| * | Merge pull request #11 from RIT-SWEN-262/statistic-dev | Tyler Ferrari | 2025-10-09 | |
| |\ | | | | | Statistic dev - Menu implementation | |||
| | * | Merge branch 'main' into statistic-dev | sowgro | 2025-10-09 | |
| | |\ | |/ |/| | ||||
| * | | Merge pull request #10 from RIT-SWEN-262/course-search | Tyler Ferrari | 2025-10-09 | |
| |\ \ | | | | | | | Course Search Menu | |||
| | * | | fix formatting | sowgro | 2025-10-09 | |
| | | | | ||||
| | * | | update for action interface change and cleanup string | sowgro | 2025-10-08 | |
| | | | | ||||
| | * | | Merge branch 'main' into course-search | Willem Dalton | 2025-10-08 | |
| | |\ \ | |/ / |/| | | ||||
| | * | | added the ability for users to save courses to their profile | WillemDalton | 2025-10-08 | |
| | | | | ||||
| | * | | reversed the sorting order of difficulty and par to be descending instead of ↵ | WillemDalton | 2025-10-08 | |
| | | | | | | | | | | | | | ascending. | |||
| | * | | finished multi filtering | WillemDalton | 2025-10-08 | |
| | | | | ||||
| | * | | added some comments, allows users to add courses to profile, fixed ↵ | WillemDalton | 2025-10-07 | |
| | | | | | | | | | | | | | displaying course lists | |||
| | * | | Merge branch 'main' into course-search | WillemDalton | 2025-10-07 | |
| | |\ \ | | | | | | | | | | | | | merging main onto course search branch | |||
| | * | | | commented out tests to fix later | WillemDalton | 2025-10-06 | |
| | | | | | ||||
