1 Sprint 5 Artifacts
Jack Stockley edited this page 2023-05-11 13:20:11 -05:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Create Dynamic Scatterplots

Completed by Ashelyn Mann - 4/10

As a user, so that I can effectively compare 2 or more students, I want to see scatterplots of two or more students data on the homepage, this should be dynamic so I can change the feature spaces as I want.

Import/Export Scholarships

Completed by Austin Beschen - 4/10

PR - #28

As a User, so that I can save scholarships that I have created, I want to be able to import or export scholarships to a file where they can be saved.

Acceptance Criteria

  • A file can have its scholarships imported into the application to be displayed.
  • A file can have created scholarships exported into a file to be saved.

Technical Details:

  • Needs to be able to take a scholarship and convert it into a format that can be stored in file (excel file most likely) for exporting
  • Needs to take the file format of a scholarship and import it into the applications representation.

Screenshots

Save data to Sharepoint

Completed by Jack Stockley - 4/11

As a User, so that I can collaborate with other users, I want to be able to upload/download data to Sharepoint.

Store data in cloud database

Completed by Jack Stockley - 4/11

As a User, so that I can collaborate with other users, I want to be able to store the most up to date data on a cloud based excel sheet.

Scholarship Reviews

Completed by Evan Lemker - 4/11

PR - #19

As a User, so that I can leave reviews and view other reviews, I want to be able to submit my review and have it appear when the data is loaded. (Look at other reviewing stories below)

Acceptance Criteria

  • User can give yes or no votes with an optional textual feedback
  • The homepage has a column of number of yes and number of no votes, along with columns for additional feedback

Technical Details

  • Stores reviews in separate files

Screenshots