javrasya / fakejira

Fake Jira an example for django-river

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fake Jira an example for django-river

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

Documentation

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"

River Admin

Check http://localhost:8000/river-admin/ to play with River Admin

User Credentials:

Role Username Pass
Super Admin root q1w2e3r4
Team Leader team_leader_1 q1w2e3r4
Developer developer_1 q1w2e3r4

Images:

image1 image2 image3 image4 image5 image6 image7 image8 image9 image10 image11 image12 image13

About

Fake Jira an example for django-river


Languages

Language:Python 100.0%