TRACARDI is a new HOME for your customer data. TRACARDI is an Composable API-first solution for any company that need inexpensive CDP to intergrate with.
Is your feature request related to a problem? Please describe.
With the new version will need user preferences to be saved in the database. Therefore we need user preference endpoints.
Describe the solution you'd like
We need the following endpoint:
Endpoint GET /user/properties is already done. All the endpoints are defined in user_endpoint.py. We need to fill them with the code.
DELETE /user/preference/{key} - deletes preference from user index in ElasticSearch.
POST /user/preference/{key} - inserts or updates preference in user index in ElasticSearch. Preference can be int, float,dict, str - use storage.driver.user to save data
Is your feature request related to a problem? Please describe. With the new version will need user preferences to be saved in the database. Therefore we need user preference endpoints.
Describe the solution you'd like We need the following endpoint:
Endpoint GET
/user/properties
is already done. All the endpoints are defined in user_endpoint.py. We need to fill them with the code.