This is an example repository that is using django-river
and River Admin
. In here, everything is ready. Just follow the documentation below.
django-river: https://github.com/javrasya/django-river
River Admin: https://github.com/javrasya/river-admin
git clone https://github.com/javrasya/fakejira cd fakejira pip install -r requirements.txt python manage.py migrate python manage.py bootstrap python manage.py runserver
It is ready to be used now. All configurations and scenarios are bootstrapped.
Here are few things you can test;
- Create some tickets (teamleader and root users can create tickets)
- Login as developer or teamleader to approve some transitions (teamleader and developers can approve transitions.)
- While developer can approve "open -> inprogress", "in-progress -> resolved" and "re-opened -> in-progress", teamleader can approve "resolved -> re-opened" and "resolved -> closed"
Check http://localhost:8000/river-admin/
to play with River Admin
Role | Username | Pass |
---|---|---|
Super Admin | root | q1w2e3r4 |
Team Leader | team_leader_1 | q1w2e3r4 |
Developer | developer_1 | q1w2e3r4 |