aboutsummaryrefslogtreecommitdiff
path: root/ufund-api/src/main/java/com/ufund/api/ufundapi/service/UserService.java (follow)
Commit message (Collapse)AuthorAge
* Implemented new endpoint to get total number of usersGunther60702025-04-02
|
* Fix tests and more cleanupsowgro2025-03-25
|
* Rename user getNeeds to getBasketGunther60702025-03-25
|
* Fixed various bugs and began fixing auth system. Also started implementing ↵Gunther60702025-03-24
| | | | checkout method in cupboardService
* idk but it works. funding basket worsk. -akAkash Keshav2025-03-18
|
* Added check to getUser to remove deleted needs in basketGunther60702025-03-18
|
* Finish update methodssowgro2025-03-07
|
* more javadocs and cleanupsowgro2025-03-06
|
* Push current changes (working on documentation and tests)sowgro2025-03-06
|
* Removed unused imports and fixed other warningsGunther60702025-03-06
|
* Migrated user controller methods to user service. Also changed some return ↵Gunther60702025-03-06
| | | | types.
* Created user service classGunther60702025-03-06