|
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #9 |
||
|---|---|---|
| .idea/.idea.Unicorn.TimeTrack/.idea | ||
| Unicorn.TimeTrack | ||
| .gitignore | ||
| .woodpecker.yml | ||
| LICENSE.md | ||
| README.md | ||
| Unicorn.TimeTrack.sln | ||
| Unicorn.TimeTrack.sln.licenseheader | ||
TimeTrack
TimeTrack is an app for Android and iOS, which provides employers with an easy way to log employees working hours.
The apps functions as a time clock, users can scan an predefined NFC tag or QR code and the app will create a new entry, or stop an existing one.
Build with
TimeTrack is build using a veriety of third-party libraries:
| Library | License |
|---|---|
| Microsofts Xamarin Forms | MIT |
| Microsoft EF Core | Apache 2.0 |
| ReactiveUI | MIT |
| Splat | MIT |
| Autofac | MIT |
| Xamarin Essentials | MIT |
| XamCore | MIT |
Building
Manual build
The build this app manually, without signing, follow these steps:
- Fork, or download, this repository
- Open the project in Visual Studio
- Build -> Build project
Automatic build
Every push to the master branch, triggers the build of the app. (Currently only Android). Microsofts AppCenter fetches the new sources and builds the app from scratch. This ensures a clean and functional master branch.
The status of the last build can be seen on top of this document.
Contributing
To contribute to <project_name>, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>. - Make your changes and commit them:
git commit -m '<commit_message>' - Push to the original branch:
git push origin <project_name>/<location> - Create the pull request.
It is not possible to push to the master branch.
Contact
If you want to contact me you can reach me at Unicorn Technologies.
License
This project is copyright protected and closed source. You can find more info in the: license file.