https://github.com/dfirebaugh/hack-points
A bounty system where users can create and complete tasks to win points.
https://github.com/dfirebaugh/hack-points
hacktoberfest
Last synced: 8 months ago
JSON representation
A bounty system where users can create and complete tasks to win points.
- Host: GitHub
- URL: https://github.com/dfirebaugh/hack-points
- Owner: dfirebaugh
- License: mit
- Created: 2018-05-16T12:31:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T18:33:32.000Z (over 3 years ago)
- Last Synced: 2024-12-27T19:29:55.745Z (over 1 year ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 3.73 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hack Points
A bounty system where users can create and complete tasks to win points.
All users' points are added together to make up the Groups total points.
[demo](http://dfirebaugh.github.io/hack-points)
### Project setup:
* run command `docker-compose up --build` to start the app
### User Stories
- user logs in and sees a board full of bounties
- user can +1 a bounty to increase it's weight -- can only do this once per bounty
- user can comment on a bounty
- user can create a bounty -- bounties are created with one point/weight value
- when a user completes a bounty, those points get added to users score
- as bounties gain weight/point value, they get fatter in the UI
- teams total score can be calculated by adding up all points and is visible at all times