WeAreSnook / human-services

Extensions proposed by the English Local Government Association (LGA) and the local government OpenCommunity project to the OpenReferral standard for human services data. Schema generator code is given to express the schema in various formats. Data conversion routines to make it conform to the standard. API that serves the data in a format compliant with the standard.
0 stars 1 forks source link

Service Exporter - Non-valid Directory URL check #14

Closed ailsaleen closed 3 years ago

ailsaleen commented 3 years ago

User Story High level story for the Service Exporter tool: As a data custodian, I need to be able to export my data into a Google sheet, so that I can get an overview of all of the data in my service directory

Story for this ticket: As a data custodian, if I paste a link to something that isn't a service directory into the Service Exporter, I need to get confirmation that it is invalid, so that the app doesn't crash.

Why is this important/What evidence do we have Basic quality, user experience for the Service Exporter, prevents app crash.

What is the work When pagination returns 0 pages, we will be able to surface this information.

Acceptance Criteria As a user, if I paste a link to a non-valid directory, the Google sheet tells me that no service directory was found at this URL.

Example of valid URL that isn't a directory: "https://www.facebook.com"

ailsaleen commented 3 years ago

@ailsaleen add expected copy, maybe chat to Ananda about expected experience

yemijaiyeola commented 3 years ago

https://github.com/WeAreSnook/human-services/pull/20

ailsaleen commented 3 years ago

medium priority (website is high priority)

yemijaiyeola commented 3 years ago

Done