-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from Roslund/readme
Added README
- Loading branch information
Showing
2 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
# Sequor | ||
A frontend application, part of a project that aims to classify the distance traveled and the public transportation means used by commuters. This application is responsible for data collection and limited data pre-processing. The data is then analyzed on a backend application. | ||
|
||
## Gamification | ||
To encourage use of the application, commuters are awarded coupons for saving CO2 by taking public transport. As additional gamification, the CO2 saved is represented by a growing tree. The tree is initially a sapling and grows as the user saves CO2 by tracking trips. The tree will continuously grow when CO2 is saved until eventually, a coupon appears. This means that it wouldn’t be disruptive for the user if the amount of CO2 needed for the coupons is changed relative to usage. | ||
|
||
Seeing your tree grow would hopefully be fun in of itself and could serve to motivate more people to use the application, and possibly even those who aren’t motivated to use it just for earning coupons. | ||
|
||
![Interface Mockup](https://user-images.githubusercontent.com/3624210/69255480-2e7c2f80-0bb8-11ea-818b-db6965d4b555.png) | ||
|
||
|
||
## Documentation | ||
The application is documented using documentation comments in the code. | ||
The documentation for the important parts of the application have been generated using [jazzy](https://github.com/realm/jazzy) and is available at [https://roslund.github.io/sequor/](https://roslund.github.io/sequor/) | ||
|
||
## License | ||
This project is released under the GNU General Public License v3.0. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters