class_management_system

Senior Project - Spring 2019
Log | Files | Refs | README

commit a24aebea42c61c988ae99e698119f76a2969944b
parent ac7b9fcacae6661978658cc6acdf1538512a47e5
Author: John Kubach <johnkubach@gmail.com>
Date:   Wed,  3 Apr 2019 21:22:53 -0400

Add mid review writeup.

Diffstat:
Adeliverables/midreview/midreviewGoals.md | 37+++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+), 0 deletions(-)

diff --git a/deliverables/midreview/midreviewGoals.md b/deliverables/midreview/midreviewGoals.md @@ -0,0 +1,37 @@ +% C.P.M.S. (Curricular Proposal Management System) +% Mid-Assessment +% March 26, 2019 + +# Proposed Goals + +* Backup System + * [x] Create backup script. + * [ ] Implement onto AWS server. +* Database + * [x] ER Diagram. + * [x] Schema Diagram. + * [x] SQL code. + * [x] Integrate into management system. +* Front End + * [x] Designs for each web page. + * [ ] HTML implementation of designs. + * [ ] CSS implementation. +* Web Back-end + * [x] Set up flask server with required MySQL dependencies. + * [ ] Python code to handle each database query. (In progress) + * [ ] Interface with new proposal system. +* File Management + * [x] File uploads. + * [ ] Rename / Convert / Save files onto server. (Still finalizing image conversion) + * [x] Add files to database. + * [ ] Download files. + +# Assigned Tasks + +* Alaina - Front end design / layout. +* John - Implement backup script on AWS server. Back-end Python code +* Alex - Implement document conversion for required formats (doc, docx, png, jpg). +* Jeff - File downloading. Flask blueprint. +* Kyle - Implementation of front end designs. +* Josh - File versions / ordering, and database calls on ‘Assemble’ page. +