Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T20:43:48.000Z (5 months ago)
- Last Synced: 2024-07-28T21:45:35.052Z (5 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.
![screenshot](https://github.com/andy-goryachev/ReqTraq/raw/master/screenshots/app.png)
## 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.