-
Notifications
You must be signed in to change notification settings - Fork 104
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
RESEARCH SPIKE: Create a recommended architecture for ZenDesk #4822
Comments
Alright, we actually made a lot of progress in session with @tdlowden today! Things to confirm:
|
In my research, I haven't found any reason to assume 503 compliance for ADA will not pass due to this plugin. I tested this by uploading a test as a PR, which you can see here (see the bottom right corner Help button). According to Accessibility Checker .org, we essentially pass (the one issue is related to the current 404 page, not the plugin). I'm not positive the scan is assessing the help button and tool, but it should pass any other scans...
However, this is always overlayed on the screen. It's not a static point on the webpage, like our current ones are.
|
We intend to take on this work, it's detailed here. This research and discovery is complete. |
Purpose
We want to make it easier to reply to feedback on the catalog via email, but we're not sure how to do that.
Given the current process of copying/pasting is very inefficient and makes it diddicult for us to understand topics/customers in an automated way, conducting research is needed to provide factual knowledge on future steps to either integrate Touchpoints with Zendesk OR replace Touchpoints with Zendesk.
2 weeks of effort has been allocated and once compete, findings will be demonstrated and specific future actions will be decided.
Acceptance Criteria
AND that user needs to be replied to
WHEN 2 weeks expires
THEN we will have a path to a submission auto-opening a Zendesk ticket
AND populating the ticket with the submission content
Background
https://support.zendesk.com/hc/en-us/articles/4408846913050-Options-for-letting-end-users-submit-tickets-with-forms
https://developer.zendesk.com/documentation/ticketing/managing-tickets/building-a-custom-ticket-form-with-the-zendesk-api/?_ga=2.256045960.2019841066.1721236510-78374013.1718022148&_gl=1*2vt947*_ga*NzgzNzQwMTMuMTcxODAyMjE0OA..*_ga_0G6FC9CS2V*MTcyMTMwODk4My4xNS4xLjE3MjEzMTA3NTYuNDcuMC4w
https://github.com/GSA/touchpoints/wiki/API
https://developer.zendesk.com/api-reference/ticketing/introduction/
Sketch
Estimate the LOE in creating a cron job GET request for TP submission data and POSTing into ZD vs creating a custom ZD HTML form that auto-creates a ZD ticket, and embedding that form on the catalog
The text was updated successfully, but these errors were encountered: