-
1. in person appointments should always be editable
2. telemed appointments should be created for the selected filtered state, and should show up under "my patients" if the user is licensed in that s…
-
Create POST /visits endpoint which creates a row in the Visit table for the actual visit and also rows in the Order table for all the dishes ordered during the visit along with their rating, review et…
-
Create GET /visits endpoint which takes in a required `user_id` query param and returns all the visits for that user sorted in descending order of date and time.
It also takes an optional `restaurant…
-
This is the JSON:
```
{
"date": "2013-01-01",
"description": "rabies shot"
}
```
This is what is expected for openapi:
```
{
"date": "2013-01-01",
"description": "rabies s…
-
- Extend GET `/visits` to return visits containing a specific dish across restaurants
- `user_id` is still a required query param
- add a optional `dish_id` query param
- `dish_id` and `restaurant…
-
**Describe the bug**
- Visits site sometimes "not responding" or taking way longer when opening a page higher than 15-20 or confirming a visit there. (Screenshot1) Loading times are way faster on the…
-
user daily visits :
lignes : 126M
données : 39Go
index : 60Go
total : 99Go
### optimiser la table :
- transformer visit_ts en date en non en timestampz (8 octet vers 4 octet) "Changer le typ…
-
Create PUT /visits/ endpoint which allows to update a existing visit. is a path param which specifies the id of the visit to update. Only updating the `date`, `time` and `restaurant_id` is allowed. …
-
Create DELETE /visits/ endpoint which allows to delete a existing order. is a path param which specifies the id of the order to update.
Take in `user_id` as a required query param (This will be sw…
-