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
Today, the Staff/Restaff buttons allow you to create a new staffing request for a task.
They look like this in the Team Info card:
And like this on the project management screen
If you click the buttons, they end up looking like this:
One issue project managers have is that they sometimes accidentally staff a task. There is no affordance to undo that staffing. To facilitate this, we can do the following
If there is an open staffing request, persist the StaffBot request sent message across page refreshes (it doesn't currently persist). Change the text to Close StaffBot request.
Make the Close StaffBot request button wrap the already existing close_open_staffbot_requests logic (we likely need to add a view for this). Clicking that button would close all open requests, and also update the interface to go back to an original-state Staff/Restaff button.
The text was updated successfully, but these errors were encountered:
Today, the Staff/Restaff buttons allow you to create a new staffing request for a task.
They look like this in the Team Info card:
And like this on the project management screen
If you click the buttons, they end up looking like this:

One issue project managers have is that they sometimes accidentally staff a task. There is no affordance to undo that staffing. To facilitate this, we can do the following
StaffBot request sent
message across page refreshes (it doesn't currently persist). Change the text toClose StaffBot request
.Close StaffBot request
button wrap the already existing close_open_staffbot_requests logic (we likely need to add a view for this). Clicking that button would close all open requests, and also update the interface to go back to an original-stateStaff
/Restaff
button.The text was updated successfully, but these errors were encountered: