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
Currently, an agency can run this ART report that doubles as a form that they can print out that has all their PDDEs listed, with a space to indicate if there's been a change and when that change happened, a place to sign, instructions as to where to send the form, etc. It's a whole process that will be interrupted with the loss of ART when we move vendors.
Ideally this functionality exists in Clarity but assuming it does not, we need a way to communicate what the data is, allow space for feedback from the user, and there needs to be a way to submit that feedback to us so that the CoC can approve any requested changes and HMIS can actually make the changes.
An idea is to create a tab in Rme called Project Admin Change Requests or something, allow the user to select any number of providers they're needing to submit, then click Download, receive a Word file generated from R Markdown (?) with the data showing and spaces for feedback, then they can send the Word doc to us in the usual way (CoC helpdesk.)
Another idea is to explore the options Shiny has to receive user feedback in the app. I'm less interested in this option because really the form needs to go to the CoC, not to me.
Another idea that I don't like is to have it export a dataframe to Excel and have users send that back to us. The problem with that is it will not be obvious to the user what to do, and I don't know how there would be a signature line.
The text was updated successfully, but these errors were encountered:
Currently, an agency can run this ART report that doubles as a form that they can print out that has all their PDDEs listed, with a space to indicate if there's been a change and when that change happened, a place to sign, instructions as to where to send the form, etc. It's a whole process that will be interrupted with the loss of ART when we move vendors.
Ideally this functionality exists in Clarity but assuming it does not, we need a way to communicate what the data is, allow space for feedback from the user, and there needs to be a way to submit that feedback to us so that the CoC can approve any requested changes and HMIS can actually make the changes.
An idea is to create a tab in Rme called Project Admin Change Requests or something, allow the user to select any number of providers they're needing to submit, then click Download, receive a Word file generated from R Markdown (?) with the data showing and spaces for feedback, then they can send the Word doc to us in the usual way (CoC helpdesk.)
Another idea is to explore the options Shiny has to receive user feedback in the app. I'm less interested in this option because really the form needs to go to the CoC, not to me.
Another idea that I don't like is to have it export a dataframe to Excel and have users send that back to us. The problem with that is it will not be obvious to the user what to do, and I don't know how there would be a signature line.
The text was updated successfully, but these errors were encountered: