summaryrefslogtreecommitdiff
path: root/src/main/java/design/model (follow)
Commit message (Collapse)AuthorAge
* create most of the model and league DAOssowgro2025-11-09
|
* Remove singleton from course search subsystemsingleton-daossowgro2025-10-30
|
* Convert DAOs to proper singleton formatsowgro2025-10-26
|
* fix club serialization and saving of some optionssowgro2025-10-12
|
* Menu cleanup - pass 3sowgro2025-10-11
|
* Menu cleanup - pass 2sowgro2025-10-11
|
* Menu cleanup - pass 1sowgro2025-10-09
|
* Merge branch 'main' into statistic-devsowgro2025-10-09
|\
| * fix formattingsowgro2025-10-09
| |
| * Merge branch 'main' into course-searchWillem Dalton2025-10-08
| |\
| * | reversed the sorting order of difficulty and par to be descending instead of ↵WillemDalton2025-10-08
| | | | | | | | | | | | ascending.
| * | finished multi filteringWillemDalton2025-10-08
| | |
| * | added some comments, allows users to add courses to profile, fixed ↵WillemDalton2025-10-07
| | | | | | | | | | | | displaying course lists
| * | working on course filteringWillemDalton2025-10-06
| | |
| * | finished searching just need to order by our sorting strategies.WillemDalton2025-10-06
| | |
| * | more progress on getting searching to workWillemDalton2025-10-06
| | |
| * | moved some menu logic over to the search subystem, added a new query classWillemDalton2025-10-06
| | |
| * | more work on UI for the course searchingWillemDalton2025-10-05
| | |
* | | implemented all other menu optionsJacob Shimp2025-10-08
| |/ |/|
* | Added AddClubMenu and modified club and golfer to allow club id's, added ↵Michael Lizzio2025-10-07
|/ | | | menu to UserSettings
* merged from mainJacob Shimp2025-10-05
|\
| * Updated logic and completed holeplay subsystemMichael Lizzio2025-10-05
| |
| * Completed first take of holeplay logic and added empty test filesMichael Lizzio2025-10-05
| |
| * Created holepaly in modelMichael Lizzio2025-10-05
| |
| * minor project reorganizationsowgro2025-10-03
| |
| * Serialization fully workingsowgro2025-10-03
| |
| * Add code to handle id serializationsowgro2025-10-03
| |
* | Implemented all decorators, replaced BaseStatistics with LifetimeStatistics ↵Jacob Shimp2025-10-03
| | | | | | | | since they would have been redundant
* | adited lifetime statsJacob Shimp2025-10-02
| |
* | implemented lifetime statisticsJacob Shimp2025-10-02
| |
* | Merge branch 'main' of ↵Jacob Shimp2025-10-02
|\| | | | | | | https://github.com/RIT-SWEN-262/designproject-design-6 into statistic-dev
| * more progress on the strategy, unit testingWillemDalton2025-10-02
| |
| * progress on implementing strategy patternWillemDalton2025-09-29
| |
* | added base implementations for all concrete decoratorsJacob Shimp2025-10-02
| |
* | got the two 'implements' classes doneJacob Shimp2025-10-02
| |
* | added all files, no implementation yetJacob Shimp2025-10-02
|/
* Add basic classes for model and persistence interfacessowgro2025-09-28