{"id":21894095,"url":"https://github.com/hackgt/yac","last_synced_at":"2025-07-01T22:33:34.405Z","repository":{"id":46346773,"uuid":"417936707","full_name":"HackGT/yac","owner":"HackGT","description":"yet another checkin","archived":false,"fork":false,"pushed_at":"2022-01-31T21:33:46.000Z","size":254,"stargazers_count":1,"open_issues_count":7,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-22T04:09:49.310Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/HackGT.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}},"created_at":"2021-10-16T20:09:55.000Z","updated_at":"2022-03-05T09:35:03.000Z","dependencies_parsed_at":"2022-08-29T22:41:41.027Z","dependency_job_id":null,"html_url":"https://github.com/HackGT/yac","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HackGT/yac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackGT%2Fyac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackGT%2Fyac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackGT%2Fyac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackGT%2Fyac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HackGT","download_url":"https://codeload.github.com/HackGT/yac/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackGT%2Fyac/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263046862,"owners_count":23405277,"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-11-28T13:18:53.534Z","updated_at":"2025-07-01T22:33:34.336Z","avatar_url":"https://github.com/HackGT.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yet Another Checkin\n\n## Logs every interaction for every\\* event at HackGT\n\n## How to Log:\n\n- Send a POST request to `/log/interaction` to log an interaction\n  - Note: This will be deployed to `log.2021.hack.gt` (as of now at least)\n- Requests should be signed with `ADMIN_SECRET` set as Bearer Token\n- Params for loginteraction:\n  - uuid: user's Ground Truth UserID\n  - eventID: CMS eventID if event is CMS event. Else, should just be event name (should be unique)\n  - interactionType: string that has a value in `InteractionType`: As of rn it is `inperson` | `virtual`\n  - eventType: string corresponding to matching tag of `EventType`.\n- For more information on `EventType` and `InteractionType` see `utils/util.ts`\n\n- Sample CuRL request:\n  ```\n  curl -X POST http://localhost:3000/log/interaction -H 'Content-Type: application/json' -H 'Authorization: Bearer test' -d '{\"uuid\":\"606e25a1-9b86-4af1-b849-8e0f0ec51b1c\", \"eventID\":\"616b29851c03860022fc7493\", \"interactionType\": \"inperson\", \"eventType\":\"food\"}'\n  ```\n- Log route located in `event.ts`\n\n## How to Read Logs:\n\n- Routes located in `user.ts`\n- Same as VCheckin\n- TODO: look at what's in there and fill this out, only prizes should care about this\n\n## Contributing:\n\n1. Go to `/server`\n2. `yarn install`\n3. Run `yarn dev`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackgt%2Fyac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackgt%2Fyac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackgt%2Fyac/lists"}