-
Notifications
You must be signed in to change notification settings - Fork 4
Sprint 5 Meetings and Tasks
###To do:
Log in and create user needs some error checking.Add ability to upload script and config files during manifest creation.Add ability to contribute script and config files to existing manifests.- Deployment information.
Hook up search by name to database.
###Stretch goals:
- Name dataset files according to user input DsTitle field. Make sure to keep incremented integer at end of filepath to maintain unique path names.
- Ability to delete files that have been uploaded.
###Final Contributions:
Justin Renneke
Implemented an edit manifest page
Completed 12/1 : Github Hash
Implemented uploads of Dataset files to server on Create Manifest page
Completed 12/1 : Github Hash
Implemented ability to upload and associate multiple datasets with a manifest on contribute.php
Completed 12/2 : Github Hash
Contribute.php now lists all datasets associated with a manifest
Completed 12/2 : Github Hash
Implemented ability for user to download datasets on contribute.php
Completed 12/2 : Github Hash
Implemented ability for user to upload manifest json files to the server when creating a manifest on the create manifest page and added the ability for users to download the manifest's json after searching it
Completed 12/2 : Github Hash
Added the ability to upload Script and Config files during manifest creation and ability to contribute multiple SNC files to an existing manifest on a new page called snc.php. Reworked create manifest form.
Completed 12/7 : Github Hash
Wenqiang Bo
Add the ability to encrypt password with SHA1
Completed 12/7 : Github Hash
Add validation to creating new user
Completed 12/7 : Github Hash
Will Morrison
UI Enhancements and clean up
Completed 12/11 + 12/14 : Github Hash
Scott Wolcott
Implemented SQL to search by LastName and correctly display uploader name in Browse Manifests view.
Lastname Search Github Hash
Display Names Github Hash
Updated ERD and Description of data structure