https://github.com/andy-goryachev/reqtraq
A simple requirements tool to manage requirements and development progress. // work in progress.
https://github.com/andy-goryachev/reqtraq
project-tracker requirements-management schedule
Last synced: 6 months ago
JSON representation
A simple requirements tool to manage requirements and development progress. // work in progress.
- Host: GitHub
- URL: https://github.com/andy-goryachev/reqtraq
- Owner: andy-goryachev
- License: apache-2.0
- Created: 2016-10-21T02:00:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T23:13:04.000Z (almost 2 years ago)
- Last Synced: 2025-07-22T15:48:48.875Z (12 months ago)
- Topics: project-tracker, requirements-management, schedule
- Language: Java
- Homepage:
- Size: 10.1 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Requirements Tracker
Over the years, I came up with an effective way to organize the software development process
by means of capturing and tracking functionality with a high degree of granularity. Simply put,
if a developer needs to make a decision or write a function, it has to be documented as a "feature".
The goal of this project is to create a desktop tool that supports the process.

## Work in Progress
This project is not yet ready. Look but do not use in production.
## License
This project and its source code is licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0) and you should feel free to make adaptations of this work. Please see the included LICENSE file for further details.