[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-8902":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":15,"stars30d":15,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":16,"rankGlobal":10,"rankLanguage":10,"license":17,"archived":18,"fork":19,"defaultBranch":20,"hasWiki":19,"hasPages":18,"topics":21,"createdAt":10,"pushedAt":10,"updatedAt":22,"readmeContent":23,"aiSummary":24,"trendingCount":15,"starSnapshotCount":15,"syncStatus":25,"lastSyncTime":26,"discoverSource":27},8902,"open-event-checkin","fossasia\u002Fopen-event-checkin","fossasia","Checkin App for Open Event","https:\u002F\u002Fcheckin.eventyay.com",null,"Vue",1497,12,7,0,16.34,"Apache License 2.0",true,false,"development",[],"2026-06-12 02:02:00","# Open Event Check-In\n\n[![Netlify Status](https:\u002F\u002Fapi.netlify.com\u002Fapi\u002Fv1\u002Fbadges\u002F7456234f-3254-4395-8cd8-67979322e555\u002Fdeploy-status)](https:\u002F\u002Fapp.netlify.com\u002Fsites\u002Fopen-event-checkin\u002Fdeploys)\n[![Codacy Badge](https:\u002F\u002Fapp.codacy.com\u002Fproject\u002Fbadge\u002FGrade\u002F3583a71b83d94d388e1d8dd087f2b861)](https:\u002F\u002Fapp.codacy.com\u002Fgh\u002Ffossasia\u002Fopen-event-checkin\u002Fdashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)\n[![Gitter](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fchat-on%20gitter-ff006f.svg?style=flat-square)](https:\u002F\u002Fgitter.im\u002Ffossasia\u002Fopen-event-frontend)\n[![Mailing](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FMailing-List-red.svg)](https:\u002F\u002Fgroups.google.com\u002Fforum\u002F#!forum\u002Fopen-event)\n[![Twitter Follow](https:\u002F\u002Fimg.shields.io\u002Ftwitter\u002Ffollow\u002Feventyay.svg?style=social&label=Follow&maxAge=2592000?style=flat-square)](https:\u002F\u002Ftwitter.com\u002Feventyay)\n\n## Communication\nPlease join our [mailing list](https:\u002F\u002Fgroups.google.com\u002Fforum\u002F#!forum\u002Fopen-event) or [chat channel](https:\u002F\u002Fgitter.im\u002Ffossasia\u002Fopen-event-frontend) to get in touch with the developers.\n\n## Installation\nEasily deployed on a variety of platforms. Detailed platform specific instructions have been provided below.\n\n### Local\nClone or Fork the codebase and following instructions [below](#running--development).\n\n### Github Pages (using Github Actions)\nRefer to the [workflow](https:\u002F\u002Fgithub.com\u002Ffossasia\u002Fopen-event-checkin\u002Ftree\u002Fdevelopment\u002F.github\u002Fworkflows) for deployment.\n\n## Running \u002F Development\n\nAfter cloning the codebase, install packages:\n```sh\nnpm i\n```\n\nRunning:\n\n```sh\nnpm run dev\n```\nVisit your app at [http:\u002F\u002Flocalhost:8080](http:\u002F\u002Flocalhost:8080).\n\n### Lint with [ESLint](https:\u002F\u002Feslint.org\u002F)\n\n```sh\nnpm run lint\n```\n\n### Format code with [Prettier](https:\u002F\u002Fprettier.io\u002F)\n\n```sh\nnpm run format\n```\n\n### Running Tests (WIP)\n\nUnit Tests with [Vitest](https:\u002F\u002Fvitest.dev\u002F)\n```sh\nnpm run test:unit\n```\n\nEnd-to-End Tests with [Cypress](https:\u002F\u002Fwww.cypress.io\u002F)\n```sh\nnpm run test:e2e:dev\n```\n\n### Building for Production\n\n```sh\nnpm build\n```\n\n## Deployments and Releases\n\n### Deployments\n\n**Master branch**\n\nDeployed in a production environment at [checkin.eventyay.com](https:\u002F\u002Fcheckin.eventyay.com) it consumes the API exposed by master branch deployment of open event server, hosted at [api.eventyay.com](https:\u002F\u002Fapi.eventyay.com).\n\n#### Development branch\n\nOnly deployed locally with `npm run dev` or Netlify when you make a pull request it consumes the API exposed by development branch of open event server, hosted at [test-api.eventyay.com](https:\u002F\u002Ftest-api.eventyay.com).\n\n## Further Reading \u002F Useful Links\n\n- [Vue.js](https:\u002F\u002Fvuejs.org\u002F)\n\n- [Vue Router](https:\u002F\u002Frouter.vuejs.org\u002F)\n\n- [Pinia](https:\u002F\u002Fpinia.vuejs.org\u002F)\n  \n- [Tailwind CSS](https:\u002F\u002Ftailwindcss.com\u002F)\n\n- [Headless UI](https:\u002F\u002Fheadlessui.com\u002F)\n\n- [heroicons](https:\u002F\u002Fheroicons.com\u002F)\n\n- [Vue Devtools for browsers](https:\u002F\u002Fdevtools.vuejs.org\u002Fguide\u002Finstallation.html)\n\n\n## Contributions Best Practices\n\n### Commits\n\n- Write clear meaningful git commit messages (Do read [chris.beams.io\u002Fposts\u002Fgit-commit\u002F](https:\u002F\u002Fchris.beams.io\u002Fposts\u002Fgit-commit\u002F))\n- Make sure your PR's description contains GitHub's special keyword references that automatically close the related issue when the PR is merged. (More info at [github.com\u002Fblog\u002F1506-closing-issues-via-pull-requests](https:\u002F\u002Fgithub.com\u002Fblog\u002F1506-closing-issues-via-pull-requests) )\n- When you make very minor changes to a PR of yours (like for example fixing a failing Travis build or some small style corrections or minor changes requested by reviewers) make sure you squash your commits afterward so that you don't have an absurd number of commits for a very small fix. (Learn how to squash at [davidwalsh.name\u002Fsquash-commits-git](https:\u002F\u002Fdavidwalsh.name\u002Fsquash-commits-git) )\n- When you're submitting a PR for a UI-related issue, it would be really awesome if you add a screenshot of your change or a link to a deployment where it can be tested out along with your PR. It makes it very easy for the reviewers and you'll also get reviews quicker.\n\n### Feature Requests and Bug Reports\n\nWhen you file a feature request or when you are submitting a bug report to the [issue tracker](https:\u002F\u002Fgithub.com\u002Ffossasia\u002Fopen-event-checkin\u002Fissues), make sure you add steps to reproduce it.\n\n### Join the development\n\n- Before you join development, please set up the project on your local machine, run it and go through the application completely.\n- If you would like to work on an issue, drop in a comment with the estimated completion date at the issue. If it is already assigned to someone, but there is no sign of any work being done, please feel free to drop in a comment.\n\n## License\n\nThis project is currently licensed under the [Apache License version 2.0](LICENSE).\n\nTo obtain the software under a different license, Please contact [FOSSASIA](https:\u002F\u002Fblog.fossasia.org\u002Fcontact\u002F).","Open Event Check-In 是一个用于活动签到的应用程序。它基于 Vue.js 构建，具备简洁直观的用户界面和高效的数据处理能力，支持通过 API 与后端服务器进行交互以验证参与者身份。该应用集成了诸如 Pinia 状态管理、Vue Router 路由控制以及 Tailwind CSS 样式设计等现代前端技术栈，确保了良好的用户体验及开发效率。适用于各类需要现场签到管理的会议、研讨会或社交聚会场景，帮助组织者轻松追踪出席情况。",2,"2026-06-11 03:20:14","top_language"]