A web application for tracking errors in projects and fixes, built without writing any code using the Evado Declarative Framework.
- Administrator creates employees and assigns them roles (manager, executor).
- Administrator creates projects to track bugs.
- Managers create tasks and describes defects found in projects. Additional files (screenshots, etc.) can be attached if required.
- Managers assign task executors to fix bugs.
- Executors fix bugs and return tasks for review.
- Managers test solutions. If the defects are resolved, the task is closed; otherwise, it returns to work.
Employees can comment on tasks to quickly resolve issues that arise. In addition, employees can keep a track of time spent.
Clone application to /app
cd /app
npm install
NODE_ENV=development node console/install
NODE_ENV=development node console/start
Clone application to c:/app
cd c:/app
npm install
set NODE_ENV=development
node console/install
node console/start
Clone application to /app
cd /app
docker-compose up -d mongo
docker-compose up --build installer
docker-compose up -d server
Web interface http://localhost:3000
Login as executor:
Email: b@b.b
Password: 123456
Login as manager:
Email: s@s.s
Password: 123456
Login as administrator:
Email: a@a.a
Password: 123456