-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Program to analyze data (and potentially visualize it?). Project is medium sized.
Problem to be solved:
They cannot currently analyze the data of their patients.
- Program must allow data to be entered
- Data must be backed up periodically in order to not get lost
- No personal details of client
- Graphs would be nice, but numbers are more important in order to analyze data
- Ability to input data
- Ability to query data
- Ability to log in securely
- Ability to see relationship between different variables
Project Lead:
Developers:
Project must be completed and handed over before the end of the semester.
We will be using Django as the framework for this project(https://www.djangoproject.com/). Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Additionally, python is a popular language for data analytics which may be useful for future iterations. On the front end we will use CSS and HTML to create the user interface.
The data will focus on specific instances of sexual assault. Fields should include: Type of Abuse (Physical or Verbal); Role of Abuser (Mother, father, doctor, etc); Age when abused (buckets: below 10, 10-12, 13-18, 18+); sexual orientation; Year of birth; If mother, father or client is/was an alcoholic; if mother, father or client is/was a drug abuser (if so, prescription vs street drugs); if mother, father or client is/was violent; client #.
- Database should be easily searchable
Ensuring that data is backed up periodically. If program is via web, could pay for server space for backups.