Skip to content

Commit c97e9c3

Browse files
authored
fixed scanning and data processing (#105)
* renamed files and fixed first name not showing * codacy readme + create clear store * fix daily check in unaccessible * fix camera * create new utils * checkin works completed * complete registration * fixed codacy * fixed formatting * readme codacy
1 parent bdc2fc1 commit c97e9c3

37 files changed

+676
-419
lines changed

Readme.md

+17-14
Original file line numberDiff line numberDiff line change
@@ -75,39 +75,42 @@ Deployed in a production environment at [checkin.eventyay.com](https://checkin.e
7575
Only 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).
7676

7777
## Further Reading / Useful Links
78+
[Vue.js](https://vuejs.org/)
7879

79-
- [Vue.js](https://vuejs.org/)
80+
[Vue Router](https://router.vuejs.org/)
8081

81-
- [Vue Router](https://router.vuejs.org/)
82+
[Pinia](https://pinia.vuejs.org/)
8283

83-
- [Pinia](https://pinia.vuejs.org/)
84-
85-
- [Tailwind CSS](https://tailwindcss.com/)
84+
[Tailwind CSS](https://tailwindcss.com/)
8685

87-
- [Headless UI](https://headlessui.com/)
86+
[Headless UI](https://headlessui.com/)
8887

89-
- [heroicons](https://heroicons.com/)
88+
[heroicons](https://heroicons.com/)
9089

91-
- [Vue Devtools for browsers](https://devtools.vuejs.org/guide/installation.html)
90+
[Vue Devtools for browsers](https://devtools.vuejs.org/guide/installation.html)
9291

9392

9493
## Contributions Best Practices
9594

9695
### Commits
9796

98-
- Write clear meaningful git commit messages (Do read [chris.beams.io/posts/git-commit/](https://chris.beams.io/posts/git-commit/))
99-
- 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) )
100-
- 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) )
101-
- 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.
97+
Write clear meaningful git commit messages (Do read [https://chris.beams.io/posts/git-commit/](https://chris.beams.io/posts/git-commit/))
98+
99+
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 [https://github.com/blog/1506-closing-issues-via-pull-requests](https://github.com/blog/1506-closing-issues-via-pull-requests) )
100+
101+
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 [https://davidwalsh.name/squash-commits-git](https://davidwalsh.name/squash-commits-git) )
102+
103+
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.
102104

103105
### Feature Requests and Bug Reports
104106

105107
When 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.
106108

107109
### Join the development
108110

109-
- Before you join development, please set up the project on your local machine, run it and go through the application completely.
110-
- 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.
111+
Before you join development, please set up the project on your local machine, run it and go through the application completely.
112+
113+
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.
111114

112115
## License
113116

0 commit comments

Comments
 (0)