Web-based application for release versions management.
Interactive web-based application to control issues & features, alongside development. Mark and remember old issues with versions/dates/description oriented search.
Compatible with offline systems.
sudo service mongod start # make sure to start mongodb service
node ./app.js
# On browser [chrome recommended]: localhost:5000
At the first time you run the system (v2.0.0+), admin user is automatically generated.
username: admin
password: admin
You can modify this user after login into it using Sidebar -> Admin Panel -> Users Management -> admin
WARNING! Don't lose your admin user credentials.
- Versions basic identifiers: Previous version id, This version id (e.g. From: 3.0.0 To: 3.0.1).
- Beta versions marking.
- Version properties: Unique changes that applied in specific version (e.g. Features, Solved Bugs, etc..).
- Versions search by version-id, version release date, and versions/properties descriptions.
- Users privileges:
- Admin -> Full access + Admin panel access.
- Manager -> Create / Delete / Modify versions/properties access.
- User -> Watch access.
- Guest -> Watch access.
- Banned -> No access at all.
- Admin Panel:
- Users control panel (Add / Modify / Remove).
- Easy to use web-based interface, designed with MaterializeCSS
- Compatible with offline systems.
- Cross-Platform application.
Limit versions count in a page.✔️Limit properties count in a page.✔️Beta version marking.✔️Users privileges.✔️- Order properties by type/tests scope.
- Add generic description options for versions.
- Properties/Versions short description TAGs.
- Edit profile:
- Edit username/password.
- Edit versions_in_page/properties_in_page.
- Use user's versions_in_page/properties_in_page properties.
- Git integration.
- Auto properties addition by git commits.
- Define commit template, for property type detection.
- For example:
git commit -m " Untracked commit info... ... ... *-Feature|Description|TestsScope|Tests Details|Known Issues*- *-Change|Change Desc|FULL|Some T details-* *-Deprecated|Details|NONE-* ... ...Untracked commit info... ... *-Feature|Details|PARTIAL|Details.-* ... "
- For example:
- Detect the latest checked commit, and follow the new ones [Every git refresh].
- Add discussion page for versions/properties.
- Multiple languages supporting.
- Users privileges:
- User -> Comment for issues in versions.
- Admin Panel:
- Background change option.
- JetBrains integration.
- Manage multiple projects versions.
- Separate access rules for users by projects.
- Enable different git follow for each project.
- Changes log