| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | 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 | ||
| | * | | export almost working | sowgro | 14 days |
| | | | | |||
| | * | | working on XML formatting | WillemDalton | 2025-11-11 |
| | | | | |||
| | * | | progress on import/export | WillemDalton | 2025-11-11 |
| | | | | |||
| * | | | merge league-play into league-model | Jacob Shimp | 2025-11-13 |
| |\ \ \ | |||
| | * | | | potential implementation for playing in a league | Jacob Shimp | 2025-11-11 |
| | | | | | |||
| * | | | | change league printing | sowgro | 2025-11-13 |
| | |_|/ |/| | | |||
| * | | | fix constructor | sowgro | 2025-11-13 |
| | | | | |||
| * | | | Merge remote-tracking branch 'origin/league-model' | sowgro | 2025-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 | ||
| | * | | | 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 |
| | | | |||
| | * | add invites to golfer | 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 |
| | | | |||
| * | | 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 |
| |/ | |||
| * | Remove singleton from course search subsystemsingleton-daos | sowgro | 2025-10-30 |
| | | |||
| * | Convert DAOs to proper singleton format | sowgro | 2025-10-26 |
| | | |||
| * | fix club serialization and saving of some options | sowgro | 2025-10-12 |
| | | |||
| * | Menu cleanup - pass 3 | sowgro | 2025-10-11 |
| | | |||
| * | Menu cleanup - pass 2 | sowgro | 2025-10-11 |
| | | |||
| * | Menu cleanup - pass 1 | sowgro | 2025-10-09 |
| | | |||
| * | Merge branch 'main' into statistic-dev | sowgro | 2025-10-09 |
| |\ | |||
| | * | fix formatting | sowgro | 2025-10-09 |
| | | | |||
| | * | Merge branch 'main' into course-search | Willem Dalton | 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 | ||
| | * | | working on course filtering | WillemDalton | 2025-10-06 |
| | | | | |||
| | * | | finished searching just need to order by our sorting strategies. | WillemDalton | 2025-10-06 |
| | | | | |||
| | * | | more progress on getting searching to work | WillemDalton | 2025-10-06 |
| | | | | |||
| | * | | moved some menu logic over to the search subystem, added a new query class | WillemDalton | 2025-10-06 |
| | | | | |||
| | * | | more work on UI for the course searching | WillemDalton | 2025-10-05 |
| | | | | |||
| * | | | implemented all other menu options | Jacob Shimp | 2025-10-08 |
| | |/ |/| | |||
| * | | Added AddClubMenu and modified club and golfer to allow club id's, added ↵ | Michael Lizzio | 2025-10-07 |
| |/ | | | | menu to UserSettings | ||
| * | merged from main | Jacob Shimp | 2025-10-05 |
| |\ | |||
| | * | Updated logic and completed holeplay subsystem | Michael Lizzio | 2025-10-05 |
| | | | |||
| | * | Completed first take of holeplay logic and added empty test files | Michael Lizzio | 2025-10-05 |
| | | | |||
| | * | Created holepaly in model | Michael Lizzio | 2025-10-05 |
| | | | |||
| | * | minor project reorganization | sowgro | 2025-10-03 |
| | | | |||
| | * | Serialization fully working | sowgro | 2025-10-03 |
| | | | |||
| | * | Add code to handle id serialization | sowgro | 2025-10-03 |
| | | | |||
| * | | Implemented all decorators, replaced BaseStatistics with LifetimeStatistics ↵ | Jacob Shimp | 2025-10-03 |
| | | | | | | | | | since they would have been redundant | ||
| * | | adited lifetime stats | Jacob Shimp | 2025-10-02 |
| | | | |||
