-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Design a self-service system for pantries to verify/update their own info #996
Comments
Attaching PDF with the mock-up discussed during the team meeting. Notes and comments added in the pdf. |
I've completed the changes suggested during our meeting on 12/02/2021. Prototype moved to Figma and links to documents added on issue description. |
@gigicobos I rewrote the issue to be clearer about what the purpose of the issue is and the title. I also added a link to the figma |
Issue #1131 must be completed before work can continue on this issue. |
Moved to Icebox as per my chat with Bryan. This fits into a medium to long term milestone. |
@sei1122 Assigned to you as per the conversation in the fola Slack channel, and the reprioritization as as per @rylantalerico |
@sei1122 What is your time estimate on this issue, given what has already been checked off in the Overview? Do you think you can get this done within the next 2 weeks? I am adding the heuristics issues to the Prioritized Backlog as it is a priority for the Impact Sprints 2022, so I want to get an idea of when you might be able to pick up your next issue. And keep in mind we are looking to add more UI-UX people to the project so don't get too overwhelmed at the number of issues that are being moved to the Backlog column, or by all of my questions about the UI-UX issues :). |
This issue takes more than 2 weeks. I need to talk about how far it is done, validate the design, and may need user testing too. I can take Heuristic issues first if it is the priority. Let me know which issue I should work on |
@fancyham Shall we then make a MVP with the email part of self-service flow? That way we can test whether emails end up in the organization's (i.e.tester's) inbox or spam folder, and set the flag for a phone call if no replies after 5 rounds of email. I think we have a pretty well-documented flow for the second part (listing editing options) but that will probably take much longer to code. I added Screen 20 to set the status flag, but I wasn't sure how to represent that visually. I guess it would be another column in the database? For example, it could be named "Self-update email" and be set to 0, then increased by 1 every time when an email is sent to that organization. If the organization updates the listing, then this status flag is reset to 0. If the status flag goes to 5 (or whatever number we want as a limit), then mark it somehow so we know this organization needs a phone call. And when the FO admin receives some updates, the email self-update status flag should be reset to 0 (Screen 21 but again it's just a placeholder, it does not show anything visually yet). And I guess after a successful phone call, the status flag can be reset to 0 as well. Does that make sense? |
@fancyham I have a question about something you wrote in the body of this issue and was hoping you could give me some clarity on it: "Some organizations that we have called to validate listings have indicated that if we had a web interface they would update the listing themselves and that they have to answer a lot of calls, so it would be preferable." When and how did we get this feedback from organizations? It doesn't surprise me that they'd be on board with this feature I'm just not familiar with the feedback and was hoping you could point me to it. Also to be clear I support this feature but if there's a record of feedback from organizations I'd like to mine it for other insights! Thanks! |
Jelena's notes from a review of the self-update status flag with Erin, January 25, 2023:
Next steps: Jelena will work on integrating these comments into Figma page. |
@jelenaUX Re: Adding email status flag: MVP-wise, the # of emails sent can probably be optional, if it’s too complicated. I think it’d be good/necessary to track if/when the org validated or corrected their own listing. With that, we can tell if our org’s email is working or not. That could possibly be reflected in the status, if Erin (as a validation coordinator) finds that useful. Seeing that an email has been sent months ago but the org hasn’t responded can help us infer that our email address is wrong. Adding some notes from a Jan 22 slack convo (over a week ago) between Jelena and I: re: how to document status You or John could mock it up — if you’re comfortable doing it, I’d say go for it — It doesn’t have to be perfect-looking if you’re not final yet — a schematic is enough to discuss it (like should it be a new column? Should it be a new ‘status’? Where should that column live?) and is often enough for our developers to work off. I think this one might actually have a small flowchart that you’d use to show what happens and what displays? Another way is to show examples of what that field might contain and under what conditions…. doesn’t have to be mocked up but could be next to the screen mockup re: how the status flag might work Good idea — I think ask Erin since she’s most familiar with that data-validation process. It does feel like after a few attempts, we should contact the org via another method and I like how you’re thinking about what happens if an org is not responding and how we respond… we might have the wrong email address? What happens when we get corrected email address? Does email count get reset? Also, thinking of simple/MVP might be best for this initial version as this part seems easy to get overly complex. Perhaps a message “3 emails sent, last message sent 13 days ago” might be useful to the person sending these messages off. (And think about who should be sending these off! Is it someone like Erin — a volunteer admin who currently assigns orgs to validate to volunteers (I’m not sure what her role’s title is) — so definitely talk to her about that, too) |
@jelenaUX Re: MVP So MVP would be a minimal-viable product i.e. one that does the minimum necessary to get this function working… (i.e. omitting anything that is nice-to-have or particularly difficult). So does the MVP include sending emails? I’d say yes, because we want to be able to track who responds and who doesn’t, including having unique web forms for orgs to update their listing. While one could do a lot of this manually (write an email to org with screenshot of listing, then ask them to reply in email with corrections, then FOLA volunteer updates listing), the goal of this issue is to minimize the human touch and with a self-service system. That said, we could totally test our system before actually building it by pretending to be a robot!. This is actually pretty common with building software — it’s kind of an ‘alpha test’… testing the core of the idea before building it to make sure you’re on the right track. This would also be akin to a paper-prototype (a printout of screens that the computer would show, then you sit with a person and they pretend they are using your program… based on what the user does, you flip to the correct page to show the results of their action) So: We could manually send emails to a handful of test orgs (say 5), ask them to send us updates (or provide a web form — you can use google sheets to make a usable prototype! One option might be “everything is correct”), and we use that response to update the listing and manually send the org a confirmation email similar to what our new system would do. Doing this would help us get a sense of our response rate, too. That’s what we’d do to test a flow — it’s relatively low-effort (especially compared to programming the wrong thing) and allows us to discover situations that we were unaware of so that we can adjust our designs. |
Quick update: prioritizationThis issue and org priorities were evaluated along with Now that Erin (Product Manager) has brought managing volunteer updates in-house (previously it was managed and run by LA Works), we now have the benefit of direct experience with updates and suggestions.
alpha testingThe flow we’re building here is a prime candidate for alpha testing (i.e. a low-risk, low-commitment testing of a concept or tech) to see if the flows we’ve designed work before committing resources to build a beta — especially as creating an email system is a big dev step). We can manually send emails to a few orgs (pretending that those emails were generated automatically), then process org responses manually. Erin had the great suggestion that to collect corrections, rather than building a web form from scratch, we can just use a Google Form. Brilliant. By sending emails to orgs, we can test out the flows we’re proposing, and tweak them as we go, as well as find edge cases we haven’t considered. I’d suggest perhaps doing small batches — v1 goes out to 5 orgs, wait a week for responses, make changes for v2 and send to another 5 orgs… this could allow for quick iterations. product podThis issue is one that we’d like to put a ‘product pod’ on (PM, designer(s), and dev(s)), but that would also require additional coordination and perhaps syncing of time, but that would allow for quick iterations and MVP development. |
Just an update: about 8 months ago, decided to deprioritize this @itserindean set up a great new volunteer system of college student volunteers and they have been cranking through validations manually, so our immediate need for re-validations has been taken care of HOWEVER, those volunteers may not be as thorough as this self-service system.
|
LOOKING FOR NEW VOLUNTEERS TO TAKE OVER THIS PROJECT
Overview
As a Pantry and/or Hot Meal location, I want to be able to update my own listing so that I don't have to field calls from Food Oasis.
Details
Some organizations that we have called to validate listings have indicated that if we had a web interface they would update the listing themselves and that they have to answer a lot of calls, so it would be preferable.
Dependent Issues
#376 Implement Organization Audit UI
#379 Improve Client-Side Validation of Hours
#683 Implement Client-Side Validation of Phone Number and Email
Action Items
Feasibility
We have email addresses on file for many pantries and meal programs.
How it might work
Rather than having volunteers poll for listing updates, we could send a periodic reminder to those email addresses with a link to their listing, asking them to validate and correct their info, potentially saving many person-hours on our end, as well as raising visibility of the listing on their end.
The email could contain a special link that lets the recipient view and, if necessary, submit corrections for a listing, and perhaps prioritize/mark these specific changes for the Food Oasis admins to review before publishing. If the system works so well that we can validate certain email addresses as claiming a listing, perhaps changes may even be automatic.
If necessary, this link could be time-bounded (expires after a couple of weeks) to prevent abuse.
If we can build this as a module, this type of data validation flow might be useful for other open-source projects as well.
Consider preemptively contacting emails associated with each location and point recipients to a listing for them to confirm it. If they confirm via a link, or with the correct email address, then corrections are given priority.
Benefits to FOLA
Having the food pantries and hot meal locations update their own listings might improve data quality and depth while reducing the need for validation volunteers.
Artifacts created for this issue
The text was updated successfully, but these errors were encountered: