Commit 435d78c
Update - Move To Backend (#417)
* Authenticate missing store refresh token
* Update_apiService
* Include all the refresh token logic on this backend and fix up things for them to work with this
* include changes in the frontEnd
* Run prettier in ApiService
* put back the name AUTH_JWT_SECRET_KEY for the environment variable
* put back the name AUTH_JWT_SECRET_KEY for the environment variable
* move is admin_or_owner to backend and fix refresh in ProfilePage
* is_admin_or_owner touches
* move endpoint users from bottle to fastAPI
* run prettier
* Fix buttons when not needed in help-med and ps-on-ai
* undo last commit
* create Tasks endpoint
* implement all_active tasks endpoint
* Move get task metadata from Bottle to FastAPI
* unburn cc_contact variable
* Move Trends from Bottle to FastAPI
* run prettier
* Move Task Owner endpoint to FastAPI
* Update backend/app/domain/services/base/score.py
Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>
* Delete unnecesary if and use hidden instead of active
* Update backend/app/domain/services/base/task.py
Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>
* move endpoints from Bottle to FastAPI
* remove get_examples_by_task_id_and_round_id_with_validations_ids not using it at the moment
* Move Forgot password pipeline to Backend
* undo local config
* move more Bottle Endpoints to FastAPI Backend
* delete hide for score
* fix methods to implement new enum type
---------
Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>1 parent ad24e1d commit 435d78c
2 files changed
Lines changed: 10 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
412 | 413 | | |
413 | 414 | | |
414 | 415 | | |
415 | | - | |
| 416 | + | |
416 | 417 | | |
417 | 418 | | |
418 | 419 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
69 | | - | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
98 | | - | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| |||
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
117 | | - | |
| 119 | + | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
| |||
0 commit comments