Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.12 KB

README.md

File metadata and controls

26 lines (14 loc) · 1.12 KB

survey_creator

UNDER CONSTRUCTION!!!!!

Program that generates a survey in Django with information of work temporal structure done by developers of a project.

Its purpose is to obtain accurate information from the developers of the time spent to their work along the project to contrast it with that you can get of the git repository of the project.

Method of use

Dependencies

Usage:

python survey_script.py [-h] [-dbhostname DBHOSTNAME] -dbuser DBUSER -dbpass DBPASS -dbname DBNAME [-survey_dir SURVEY_DIR] [-delete] [-update_survey] [-add_project]

This will generate a copy of the Django project in the folder specified by the parameter -survey_dir, also get a list of project developers which it is copied to sqlite database of the survey and it generates a graph with the temporal distribution of work produced per month for each developer.

After only is necessary to run the Django server to can see the survey.