Purpose
Add functionality so admins can apply bulk updates for the JOIN staff member(s) assigned to a tenants
- On page 8 of the FIGMA designs, we can see a collapsed grey bar above the tenants table
- On page 29, we see that the bar expands when one of more tenants are selected with the checkboxes next to their names. The bar is called "Update" and enables users to assign a JOIN staff member to multiple tenants at once.
Proposed Solution
{
staff: [<int:staff_id>, ...],
tenants: [<int:tenant_id>, ...]
}
Please make sure you've attempted to meet the following coding standards
Mockup Screenshot or Page Number
See pages 8 and 29 of the FIGMA designs
Purpose
Add functionality so admins can apply bulk updates for the JOIN staff member(s) assigned to a tenants
Proposed Solution
/api/staff-tenants. The body of the request should look like this (per Create staff_tenant resource #443):/api/tenantsPlease make sure you've attempted to meet the following coding standards
Mockup Screenshot or Page Number
See pages 8 and 29 of the FIGMA designs