Conversation
There was a problem hiding this comment.
I feel this change is not needed. This just adds complexity without benefit . Lets stick to the older version for now.
There was a problem hiding this comment.
This changes the default environment from prod to dev . That is okay for local testing, but it should not be merged because it can mis configure our production behavior
There was a problem hiding this comment.
See this PR is mixing multiple unrelated changes. We should keep one PR focused on one issue only.
If you feel there are separate fixes (config, auth ,etc.), split them into separate PRs.
There was a problem hiding this comment.
See here, ./db_data is a host path relative to docker-compose.yml, this means that DB files are stored on the host in db_data. Switching from bind mount(means the data is stored on our directory) to named volume(docker manages the storage in a bucket) changes local DB behavior for everyone. So its better to not change the default for now.
Location Review Queue
Features
API Endpoints
GET /api/maps/newLocation→ Fetch pending requestsPOST /api/maps/location/:locationId→ Update statusBehavior
Edit Location
The Edit Location Drawer/Dialog allows admins to update existing location details.
Features
API Endpoint
PUT /api/maps/location/:locationId→ Update location detailsBehavior