You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: Readme.md
+17-14
Original file line number
Diff line number
Diff line change
@@ -75,39 +75,42 @@ Deployed in a production environment at [checkin.eventyay.com](https://checkin.e
75
75
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).
76
76
77
77
## Further Reading / Useful Links
78
+
[Vue.js](https://vuejs.org/)
78
79
79
-
-[Vue.js](https://vuejs.org/)
80
+
[Vue Router](https://router.vuejs.org/)
80
81
81
-
-[Vue Router](https://router.vuejs.org/)
82
+
[Pinia](https://pinia.vuejs.org/)
82
83
83
-
-[Pinia](https://pinia.vuejs.org/)
84
-
85
-
-[Tailwind CSS](https://tailwindcss.com/)
84
+
[Tailwind CSS](https://tailwindcss.com/)
86
85
87
-
-[Headless UI](https://headlessui.com/)
86
+
[Headless UI](https://headlessui.com/)
88
87
89
-
-[heroicons](https://heroicons.com/)
88
+
[heroicons](https://heroicons.com/)
90
89
91
-
-[Vue Devtools for browsers](https://devtools.vuejs.org/guide/installation.html)
90
+
[Vue Devtools for browsers](https://devtools.vuejs.org/guide/installation.html)
92
91
93
92
94
93
## Contributions Best Practices
95
94
96
95
### Commits
97
96
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.
102
104
103
105
### Feature Requests and Bug Reports
104
106
105
107
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.
106
108
107
109
### Join the development
108
110
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.
0 commit comments