Skip to content

ValBaturin/issue_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issue Analysis

Imagine you have a big problem to solve like image recognition or stock market prediction. There are several people in your company who solve the same problem inside the same team. And, of cource, you need to collaborate! This tool provides the easiest way to make the difference inside a project that you work on so hard. Easy to deploy, easy to use. So much profit!

Usability Review and User Instruction

1. Registration

register

2. Login

login

3. Add a new issue analysis

add

4. View added issue analysis

view

5. Logout

logout

6. Reset password

reset

What we have done

All the possible links collected here. Mention that some of them require login.

Register

Login

Logout

Password Reset

Profile

Edit Profile

Change Password

Add New Issue

View All Issues

View My issues

If you are a developer

The code is avaliable and you can use it whatever purpose you have. Setup your own server with issue analysis project and understand how it works under the hood.

Our advice is to use virtualenv with django. So before you install requirments make sure you activated the env.

$pip install virtualenv
virtualenv ENV_NAME
$source ENV_NAME/bin/activate
$git clone https://github.com/ValeryBaturin/issue_analysis
$pip install -r requirments.txt
$django manage.py runserver