Pull request #21: [FEAT] Frontend has been builtMerge in IO25WIS/wisisz.me from front_integration to master
* commit 'aea386bb6297652f317db40d0dd624b8cb380f3f':
[FIX] Refixed registration
Pull request #19: [TEST] Create unit testsMerge in IO25WIS/wisisz.me from test/unit-tests to master
* commit '6e9e0d086c4d51fceba9c756e53e0964111435cc':
fix: update TeamServiceTest to match changes in DTOs
[FEAT] Added stats and light mode + minor fixes
[FIX] Fixed add_operation GUI
Revert "[FIX] registration after franek changes"
[FIX] registration after franek changes
[FIX] registration fix
[FEAT] Started implementing ...
[FEAT] Added stats and light mode + minor fixes- Added stats overlay to group details page
- Fixed coloring issues for coherent experience accros pages
- Added light mode
- Finalized Adding operation module
Left to do:
-About page
-Maybe editing of operations but idk?
[FEAT] Started implementing adding expenses to a team- Adding works
TO DO :
Implement fixed amount correctly and fix layout
Fix backend as it fucks up everything
Pull request #20: [FEATURE] Added GET /api/me/teams/{teamId}/operations/overviewMerge in IO25WIS/wisisz.me from feature/operations-endpoints to master
* commit '91a1945ada2b6728d5321bc62a93a7a9198763ca':
[FEATURE] Added GET /api/me/teams/{teamId}/operations/overview
Pull request #17: Feature/operations endpointsMerge in IO25WIS/wisisz.me from feature/operations-endpoints to master
* commit 'eae8571778aeb8943ef6c58b3ff58cdf7a199d2d':
[REFACTOR] /api/me/teams/{teamId}/operations/summary returns currencyCode POST and PUT for /api/me/teams/{teamId}/operations take "paidAmount" instead of "share" /api/me/teams returns "members" Removed share calculation
[FEATURE] Added PUT /api/me/teams/{teamId}/opera...
[REFACTOR] /api/me/teams/{teamId}/operations/summary returns currencyCodePOST and PUT for /api/me/teams/{teamId}/operations take "paidAmount" instead of "share"
/api/me/teams returns "members"
Removed share calculation
[FEATURE] Added PUT /api/me/teams/{teamId}/operations/{operationId}Added DELETE /api/me/teams/{teamId}/operations/{operationId}
Added share calculation in GET for specific operations
TeamMember can no longer be removed if the balance is not settled
Pull request #16: [FIX] GET /api/me/teams/{teamId}/operations/{operationId} returns categoryNameMerge in IO25WIS/wisisz.me from feature/operations-endpoints to master
* commit '4d92554b6e0e6986df20006033c96997f8a7a89d':
[FIX] GET /api/me/teams/{teamId}/operations/{operationId} returns categoryName
Pull request #15: [FEATURE] Added operation endpointsMerge in IO25WIS/wisisz.me from feature/operations-endpoints to master
* commit '92d36cbb9c8524b529cdb4cdf8f6eef6e595d23a':
[REFACTOR] Changed exception handling
[FEATURE] Implemented additional GET operations endpoints GET /api/me/teams/{teamId}/operations/{operationId} GET /api/me/teams/{teamId}/operations/summary
[FEATURE] Implemented additional GET operations endpoints GET /api/me/teams/{teamId}/operations/{operationId} GET /api/me/teams/{teamId}/operations/summaryUpdated model Operation
[FEATURE] Added joining via an invite code
POST /api/me/join/{inviteCode}
GET /api/me/teams now also returns newest operation for each team
GET /api/me/teams/{teamId} now also returns newest operation of the user for that team
[REFACTOR] changed POST /teams/{id}/operations and POST /api/me/join/{inviteCode}
Pull request #14: feat: add a title column to the operation tableMerge in IO25WIS/wisisz.me from feature/operation-title to master
* commit '6b1487a1ca5cda12b52a4145c9b48b119e852892':
feat: add a title column to the operation table
Pull request #12: [CHORE] Add documentation to endpointsMerge in IO25WIS/wisisz.me from chore/document-endpoints to master
* commit '122627421f40657cd15938754adcf8a92eb821de':
[CHORE] Add documentation to endpoints