{"id":15030734,"url":"https://github.com/fossasia/open-event-checkin","last_synced_at":"2025-04-08T08:17:22.554Z","repository":{"id":44459296,"uuid":"75222325","full_name":"fossasia/open-event-checkin","owner":"fossasia","description":"Checkin App for https://checkin.eventyay.com","archived":false,"fork":false,"pushed_at":"2024-08-18T13:41:37.000Z","size":288,"stargazers_count":1501,"open_issues_count":9,"forks_count":11,"subscribers_count":9,"default_branch":"development","last_synced_at":"2025-04-01T05:36:08.922Z","etag":null,"topics":["headlessui","pinia","tailwindcss","vue"],"latest_commit_sha":null,"homepage":"https://checkin.eventyay.com","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fossasia.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null}},"created_at":"2016-11-30T20:03:00.000Z","updated_at":"2025-03-23T19:11:19.000Z","dependencies_parsed_at":"2024-11-28T21:18:17.844Z","dependency_job_id":null,"html_url":"https://github.com/fossasia/open-event-checkin","commit_stats":{"total_commits":70,"total_committers":4,"mean_commits":17.5,"dds":0.4571428571428572,"last_synced_commit":"76c7ec649a1b421dc5cfcfcc2f06144e78a0c3ae"},"previous_names":["fossasia/open-event-checkin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fossasia%2Fopen-event-checkin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fossasia%2Fopen-event-checkin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fossasia%2Fopen-event-checkin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fossasia%2Fopen-event-checkin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fossasia","download_url":"https://codeload.github.com/fossasia/open-event-checkin/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247801175,"owners_count":20998339,"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":["headlessui","pinia","tailwindcss","vue"],"created_at":"2024-09-24T20:14:10.843Z","updated_at":"2025-04-08T08:17:22.535Z","avatar_url":"https://github.com/fossasia.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Open Event Check-In\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/7456234f-3254-4395-8cd8-67979322e555/deploy-status)](https://app.netlify.com/sites/open-event-checkin/deploys)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/3583a71b83d94d388e1d8dd087f2b861)](https://app.codacy.com/gh/fossasia/open-event-checkin/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n[![Gitter](https://img.shields.io/badge/chat-on%20gitter-ff006f.svg?style=flat-square)](https://gitter.im/fossasia/open-event-frontend)\n[![Mailing](https://img.shields.io/badge/Mailing-List-red.svg)](https://groups.google.com/forum/#!forum/open-event)\n[![Twitter Follow](https://img.shields.io/twitter/follow/eventyay.svg?style=social\u0026label=Follow\u0026maxAge=2592000?style=flat-square)](https://twitter.com/eventyay)\n\n## Communication\nPlease join our [mailing list](https://groups.google.com/forum/#!forum/open-event) or [chat channel](https://gitter.im/fossasia/open-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://github.com/fossasia/open-event-checkin/tree/development/.github/workflows) for deployment.\n\n## Running / 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://localhost:8080](http://localhost:8080).\n\n### Lint with [ESLint](https://eslint.org/)\n\n```sh\nnpm run lint\n```\n\n### Format code with [Prettier](https://prettier.io/)\n\n```sh\nnpm run format\n```\n\n### Running Tests (WIP)\n\nUnit Tests with [Vitest](https://vitest.dev/)\n```sh\nnpm run test:unit\n```\n\nEnd-to-End Tests with [Cypress](https://www.cypress.io/)\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://checkin.eventyay.com) it consumes the API exposed by master branch deployment of open event server, hosted at [api.eventyay.com](https://api.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://test-api.eventyay.com).\n\n## Further Reading / Useful Links\n\n- [Vue.js](https://vuejs.org/)\n\n- [Vue Router](https://router.vuejs.org/)\n\n- [Pinia](https://pinia.vuejs.org/)\n  \n- [Tailwind CSS](https://tailwindcss.com/)\n\n- [Headless UI](https://headlessui.com/)\n\n- [heroicons](https://heroicons.com/)\n\n- [Vue Devtools for browsers](https://devtools.vuejs.org/guide/installation.html)\n\n\n## Contributions Best Practices\n\n### Commits\n\n- Write clear meaningful git commit messages (Do read [chris.beams.io/posts/git-commit/](https://chris.beams.io/posts/git-commit/))\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/blog/1506-closing-issues-via-pull-requests](https://github.com/blog/1506-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/squash-commits-git](https://davidwalsh.name/squash-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://github.com/fossasia/open-event-checkin/issues), 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://blog.fossasia.org/contact/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffossasia%2Fopen-event-checkin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffossasia%2Fopen-event-checkin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffossasia%2Fopen-event-checkin/lists"}