python-mapswipe-workers
python-mapswipe-workers copied to clipboard
Manager Dashboard: Use PSQL primarily for project creation
Currently a draft project is created in firebase and it's imported on postgres. The draft project is then used to create project in postgres and also push it back to firebase.
We can improve this by tweaking the data structure of project in postgres and initially using it to create the project, which after the finalization can be sent to the firebase.
Why?
- Reduce complexity
- Reduce interaction with firebase
@Hagellach37 what are your thoughts on this?