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
so currently we want case managers to be able to see form previews in a side peek format on the forms table/hub
this will lets case managers view and edit forms from the sidepeek
Steps
Create onclick for each row that launches side peek which displays the form in a table format see figma here
The sidepeek also contains a button to close it and clicking out of it should also close the sidepeek
next add an edit button that lets CMs change the content of the form
When in editing mode two new buttons are added for cancelling and saving
if a user exits the sidepeek their changes are cancelled
when a user saves their changes, the changes are checked
If changes are successful a toast is displayed and the changes are PUT to the backend, and the sidepeek is closed
if changes are unsuccessful a toast is displayed warning the user of the issue, and the sidepeek remains open with the user's changes
Next add the "export form" button. this should have the same functionality as the PrintForm button on each row and you should use this same component to handle the exporting
For the special case of the Intake Statistics Form, make sure that this sensitive data is not displayed and that this request to edit info is displayed instead: figma
Make sure that these are POSTed to the backend and can then be seen in the admin client forms table section for edit requests
Acceptance Criteria
On Click each form's detailed are displayed in a sidepeek
Side peek has button in top left that closes it
Side peek closes when user clicks out
User can edit info in sidepeek by clicking edit button
User can then "save" or "cancel" changes
Closing Sidepeek in edit mode cancels changes
On Successful "save" the sidepeek closes and the changes are PUT to the backend
On Unsuccessful "save" (due to some invalid input) the sidepeek remains open (user's changes persist in the sidepeek)
On Cancel sidepeek remains open and returns to initial state of displaying data
User can export form with the "Export Form" button
The text was updated successfully, but these errors were encountered:
Description
Steps
Acceptance Criteria
The text was updated successfully, but these errors were encountered: