| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | 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 branch 'main' into statistic-dev | sowgro | 2025-10-09 |
| |\ | |||
| | * | 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 |
| | | | | | |||
| | * | | | working on course filtering | WillemDalton | 2025-10-06 |
| | | | | | |||
| | * | | | pushing course search work | 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 |
| | | | | | |||
| | * | | | some progress on menu commands for searching | WillemDalton | 2025-10-05 |
| | | | | | |||
| * | | | | added comment | Jacob Shimp | 2025-10-09 |
| | | | | | |||
| * | | | | implemented all other menu options | Jacob Shimp | 2025-10-08 |
| | | | | | |||
| * | | | | pull from main | Jacob Shimp | 2025-10-08 |
| |\ \ \ \ | | |_|/ | |/| | | |||
| | * | | | Updated HolePlayMenu to allow user to select one of their clubs | Michael Lizzio | 2025-10-07 |
| | | | | | |||
| | * | | | Added club to json | Michael Lizzio | 2025-10-07 |
| | | | | | |||
| | * | | | Added AddClubMenu and modified club and golfer to allow club id's, added ↵ | Michael Lizzio | 2025-10-07 |
| | | | | | | | | | | | | | | | | | menu to UserSettings | ||
| | * | | | Prompt for password and cleanup | sowgro | 2025-10-07 |
| | | | | | |||
| | * | | | Merge pull request #8 from RIT-SWEN-262/user-settings | Tyler Ferrari | 2025-10-07 |
| | |\ \ \ | | | | | | | | | | | Add user settings | ||
| | | * | | | Add user settings | sowgro | 2025-10-07 |
| | | | | | | |||
| | * | | | | Updated CourseSelectMenu to allow user to select a course from profile | Michael Lizzio | 2025-10-07 |
| | |/ / / | |||
| * | | | | empty getters | Jacob Shimp | 2025-10-08 |
| | | | | | |||
| * | | | | added menu options | Jacob Shimp | 2025-10-07 |
| | | | | | |||
| * | | | | merged with main to get logging in functionality | Jacob Shimp | 2025-10-07 |
| |\| | | | |||
| | * | | | prompt user first and code cleanup | sowgro | 2025-10-06 |
| | | | | | |||
| | * | | | Remove unused args parameter in Action | sowgro | 2025-10-06 |
| | | |/ | |/| | |||
| * / | | added lifetime stats | Jacob Shimp | 2025-10-07 |
| |/ / | |||
| * | | fix really bad error handling | sowgro | 2025-10-06 |
| | | | |||
| * | | update imports | sowgro | 2025-10-06 |
| | | | |||
| * | | Updated location of Sesion.java | Michael Lizzio | 2025-10-06 |
| | | | |||
| * | | Continue skight updates | Michael Lizzio | 2025-10-06 |
| | | | |||
| * | | Updated code basied on feed back | Michael Lizzio | 2025-10-06 |
| | | | |||
| * | | Completed HolePlayMenu and basic CourseSelectionMenu, minal updates to other ↵ | Michael Lizzio | 2025-10-05 |
| | | | | | | | | | classes | ||
| * | | Added sessions to keep track of current golfer throughout ui | Michael Lizzio | 2025-10-05 |
| | | | |||
| * | | Added sessions to keep track of current golfer throughout ui | Michael Lizzio | 2025-10-05 |
| |/ | |||
| * | Merge pull request #4 from RIT-SWEN-262/statistic-dev | JakeShimp | 2025-10-05 |
| |\ | | | | | Statistic dev | ||
