{"id":13638767,"url":"https://github.com/YunPearce/grip","last_synced_at":"2025-04-19T21:34:48.449Z","repository":{"id":203622246,"uuid":"710035306","full_name":"YunPearce/grip","owner":"YunPearce","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-17T20:46:31.000Z","size":9,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-07T11:03:01.634Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"hoon","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YunPearce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-10-25T22:02:00.000Z","updated_at":"2024-03-21T02:13:49.000Z","dependencies_parsed_at":"2024-03-14T04:50:37.897Z","dependency_job_id":null,"html_url":"https://github.com/YunPearce/grip","commit_stats":null,"previous_names":["supercoolyun/grip","yunpearce/grip"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunPearce%2Fgrip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunPearce%2Fgrip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunPearce%2Fgrip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunPearce%2Fgrip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YunPearce","download_url":"https://codeload.github.com/YunPearce/grip/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223810200,"owners_count":17206713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T01:00:53.136Z","updated_at":"2024-11-09T09:30:17.758Z","avatar_url":"https://github.com/YunPearce.png","language":"hoon","funding_links":[],"categories":["Developer Tools"],"sub_categories":[],"readme":"# %Grip Integration\n\n## Summary\n\n%grip is a wrapper library that integrates with the Pharos agent to facilitate easy feedback submission by end users. Once an app integrates %grip, end users can fill out and submit forms for feedback. Upon submitting the feedback, the data is posted to the Pharos agent location determined by the %grip configuration. In addition to user-submitted tickets, %grip also supports auto-generating tickets via a client application’s ++on-fail arm.\n\n## %grip Configuration\n\n1. Configuring %grip is similar to using the dbug agent. Wrap your agent at the start of your agent file in `agent:grip`, right above `dbug` (if you use it).\n\n```hoon\n%-  %-  agent:grip\n  :*\n  ~zod           :: @p of a ship/star etc. where you'll have your %pharos app installed\n  *app-version   :: curent version of the app\n  /apps/app      :: path where your app located or rather where you would set up your button, this path will be used to host %grip page/form and on submiting form user will be rerdirected back to current path\n  ==\n```\n\n2. %grip includes a page for feedback submission. This makes it easy for a developer to integrate a page for collecting user feedback.\n\nIn your agent application, configure the necessary UI elements to direct the end user to the page for form submission. An example would be a button or a-tag. This is the front-end element that redirects users to the %grip submission form fronted that will be hosted at `\u003cpath\u003e/report`.\n\n3. **Form submission**: Once configured, users have the capability to provide feedback directly in the %grip form. The following fields are available:\n\n   - A checkbox through which a user can anonymize/de-anonymize.\n   - A drop-down selection for request type which currently includes feature requests, support requests, bug reports, documentation requests, and general requests.\n   - A title field for issue summary and a body field for issue details.\n\n4. In the %grip form, “Settings” can also be configured. Currently, the only setting is the ability to enable/disable auto-generating tickets for submission to Pharos when the on-fail arm is called.\n\n5. Auto-generated ++on-fail reporting is available through gripe. This can be enabled by the end user in the %grip settings. If enabled, %grip will attempt to send information to the respective Pharos agent when the on-fail arm is called. Auto-generated tickets will attempt to send +vats and an error trace.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYunPearce%2Fgrip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FYunPearce%2Fgrip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYunPearce%2Fgrip/lists"}