Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scyv/available
Small tool for managing sprint availability and velocity
https://github.com/scyv/available
project-management scrum sprint sprint-planning story-points velocity
Last synced: about 2 months ago
JSON representation
Small tool for managing sprint availability and velocity
- Host: GitHub
- URL: https://github.com/scyv/available
- Owner: scyv
- License: mit
- Created: 2016-08-18T22:01:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T14:43:02.000Z (10 months ago)
- Last Synced: 2024-02-27T15:49:25.453Z (10 months ago)
- Topics: project-management, scrum, sprint, sprint-planning, story-points, velocity
- Language: JavaScript
- Homepage: https://available.scytec.de
- Size: 233 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# available
Small tool for managing sprint availability and velocity for a scrum team.### Features
* Create projects (only for registered users)
* Create sprints (with a link, shared by the project creator)
* Add availabilities for the sprints
* Calculates possible story points for a sprint based on velocity of old sprints
* Calculates velocity, based on possible story points and manually entered story points### Install
* Install meteor: https://www.meteor.com/install
* Run with: ``meteor``