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
Update table group assigning based on if a project REQUIRES an outlet or power strip.
Update the tablegroup schema to include a "has_electricity" boolean field (or something equivalent).
In the project submission form, add a Checkbox/Switch which allows a user to select if their project requires power.
These selected projects will then be assigned to a tablegroup which has power (has_electricity). Otherwise, they will be placed amongst the rest of the tables.
If all the non-power tables are full, start placing non-power projects in has_electricity tables and vice versa.
Additionally, confirm with Ops team about how many tables will have power
The text was updated successfully, but these errors were encountered:
Update table group assigning based on if a project REQUIRES an outlet or power strip.
Update the tablegroup schema to include a "has_electricity" boolean field (or something equivalent).
In the project submission form, add a Checkbox/Switch which allows a user to select if their project requires power.
These selected projects will then be assigned to a tablegroup which has power (has_electricity). Otherwise, they will be placed amongst the rest of the tables.
If all the non-power tables are full, start placing non-power projects in has_electricity tables and vice versa.
Additionally, confirm with Ops team about how many tables will have power
The text was updated successfully, but these errors were encountered: