Merged
Conversation
* 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
* 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
* 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> --------- Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>
* 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 --------- Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>
* 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 --------- Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>
* 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 --------- Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>
* 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>
|
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
shincap8
approved these changes
Dec 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.