-
1. I think the endpoint users/{first_name}/{last_name} should return the user ID. I can’t use the rest of the endpoints with my account because I don’t know my user ID.
2. For the POST custom workout…
-
As Vix uses dynamic code generation for optimizing request handling, it would be great to fully leverage that with an API that allows developers to directly inject code into the control flow.
This …
-
-
1. It can be seen in docs/ER Diagram.png that there was likely intended to be 5 tables part of the schema, but there are only 3 in the schema, with some seemingly being combined. Either the schema sho…
-
I wanted to discuss the overall design of the macro APIs that people are coding against. Ultimately, my goal is to move them much closer to the existing APIs with the exception of the introspection AP…
-
**Describe the bug**
Methods `fetchLogs` and aggregateLogs` have inconsistent API, affecting DX
Label the issue properly.
- Add `severity/` label.
**To Reproduce**
Steps to reproduce the behavior…
-
1. Normalization: Instead of storing the muscle_group and equipment directly in the workout table, you can separate these into distinct tables to handle relationships more efficiently (e.g., muscle_gr…
-
From our earlier discussion.
I would design a generic interface as follows:
* there are two (interface) classes, the `BaseOptimizer` and the `BaseExperiment` (or `BaseEvaluator` etc). Both inher…
-
The `Manager` is designed in such a way that it expects `Run` is only ever called once. However, it is a method on the `Manager` and can be called multiple times (i.e. multi-process instrumentation).
…
-
This is a current action item in Porting Flask to FastAPI #789.
## Overview
Currently, API handles errors for production and development environments in the same way. This issue is meant to be a po…