Nicolai Ort niggl
niggl merged pull request lfk/backend#60 2020-12-30 16:49:21 +00:00
feature/56-stats_endpoint
niggl closed issue lfk/backend#56 2020-12-30 16:49:21 +00:00
general stats endpoint
niggl pushed to dev at lfk/backend 2020-12-30 16:49:20 +00:00
356e398caf Merge pull request 'feature/56-stats_endpoint' (#60) from feature/56-stats_endpoint into dev
6cb978df98 Updated security for the stats endpoints
4cb0efa6bd Added response schemas
e0fa58da57 Added some comments
5d31d8d1a2 Added stats and stats responses for orgs
Compare 38 commits »
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-30 16:40:20 +00:00
6cb978df98 Updated security for the stats endpoints
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-30 16:35:23 +00:00
4cb0efa6bd Added response schemas
niggl created pull request lfk/backend#60 2020-12-30 16:33:26 +00:00
feature/56-stats_endpoint
niggl commented on issue lfk/backend#56 2020-12-30 16:28:32 +00:00
general stats endpoint

Todo: Implement stats responses for a cleaner runner/team/org stats output.

//Done

niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-30 16:27:27 +00:00
e0fa58da57 Added some comments
niggl opened issue lfk/frontend#17 2020-12-30 16:14:57 +00:00
Collect licenses
niggl opened issue lfk/backend#59 2020-12-30 16:13:54 +00:00
License collection
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-30 15:59:10 +00:00
5d31d8d1a2 Added stats and stats responses for orgs
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-30 15:31:21 +00:00
53a01ad977 Added stats response
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-30 15:14:00 +00:00
d7791756dc Added mission relation resolving
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-30 14:07:17 +00:00
dd48ee2f7e Added ResponseSchemas and fixed donation resolution bug
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-30 13:41:10 +00:00
ec64ec3d63 Added a response class for team stats
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-30 13:34:13 +00:00
35dbfeb5e7 Added donation amount to the stats runner response
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-30 13:31:09 +00:00
a9ecfccfd2 Added response schemas
niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-30 13:30:34 +00:00
d850650aeb Added response class for the runner stats
niggl commented on issue lfk/backend#56 2020-12-30 13:21:23 +00:00
general stats endpoint

TODO: Implement auth via jwt for the status endpoints.

Ist implementiert, aktuell braucht ein user die Berechtigungen für: RUNNER:GET TEAM:GET ORGANISATION:GET

Um auf die Stats Endpoints…

niggl pushed to feature/56-stats_endpoint at lfk/backend 2020-12-30 13:19:57 +00:00
43e256f38c Impelemented stats api auth via token or the usual auth (jwt with get for runners, teams and orgs).