1 Sprint 3 Artifacts
Jack Stockley edited this page 2023-05-11 13:19:05 -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.

Export data into excel files

Completed by Brandon Egger - 3/27

As a User, so that I can share the data with others, I want to be able to export an excel document of the data.

Merge similar columns of a spreadsheet

Completed by Brandon Egger - 3/27

PR - #20

As a user, so that I can combine multiple sources of data I would like the software to recommend me columns it find similar to merge.

Acceptance Criteria

  • During the import process, if the new data doesnt match the scheme of the existing data, the application will prompt the user to choose which column goes where and give intuitive suggestions
  • Gives user the ability to select which column goes where (new vs existing) so that when imported it matches existing data scheme

Lo-Fi Diagrams

image

Screenshots

Graphs Representation of a Student compared to everyone else

Completed by Ashelyn Mann - 3/7

PR - #18

As a User, so that I can have a visualization of how a student stands compared to others, I want to have graphs detailing a specific student's performance compared to all the other students.

Screenshots

Research University Sign On and Teams Connection

Completed by Jack Stockley - 3/26

CRUD Scholarships

Completed by Austin Beschen - 3/27

As a User, so that I can keep track of available scholarships, I want to be able to CRUD a scholarship, containing the number available and amount it is worth.

Acceptance Criteria

  • Admin has the ability to create a filter specific to a scholarship that other faculty can then apply when reviewing applicants.

Technical Details

  • Scholarships need to store info on:
    • How many can be given out
    • The amount the scholarship is worth
    • Criteria for any applicable student fields

Screenshots