You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Locations have sublocations which have an id, name, and color.
Total_id = location id + subloc id
When a get request to survey is made, we take the first n characters which make up the location id. Make the request for the data from them but make the submission with the total id
Cool? cool.
Only question is whether subloc_id should be a whole new ID or just an index value cuz we don't need a whole table for this...
So, every location is going to start with 1 QR code in their sublocation field {name: 'main', id: uuid(), color: 'black'} and their survey responses will be put into the table with subloc_id = restaurant_uuid + id
The text was updated successfully, but these errors were encountered:
Locations have sublocations which have an id, name, and color.
Total_id = location id + subloc id
When a get request to survey is made, we take the first n characters which make up the location id. Make the request for the data from them but make the submission with the total id
Cool? cool.
Only question is whether subloc_id should be a whole new ID or just an index value cuz we don't need a whole table for this...
So, every location is going to start with 1 QR code in their sublocation field {name: 'main', id: uuid(), color: 'black'} and their survey responses will be put into the table with subloc_id = restaurant_uuid + id
The text was updated successfully, but these errors were encountered: