RyanCallahan312 / Go-Data-Analysis

Project 1 For Dr. Santore's COMP490-003 (Tuesday/Thursday) Class
0 stars 0 forks source link

Create Gui #36

Closed RyanCallahan312 closed 3 years ago

RyanCallahan312 commented 3 years ago

Create placeholder gui that does nothing probably using go-astilectron because I assume gui testing on electron will be better documented and easier.

RyanCallahan312 commented 3 years ago

When your program first starts up, with the GUI, allow the user to choose to either update the data run the data visualization

When updating the data: let the user choose the file name for the excel file

The data visualization provide the user the ability to do two forms of data analysis The first analysis should display the data in a color coded text format as a list in ascending or descending order (let the user choose) The second should render a map to visualize the data.

the data Analysis allow the user to choose the following data for either map or text visualization compare the number of college graduates in a state (for the most recent year) with number of jobs in that state that likely expect a college education. (lets remove those that usually require a specialized school like police academies or apprenticeships). So lets remove all those professions which have an occ_code that begins with 30-39 or 40-49. (yes this is a broad brush, but we need to do this in 2 weeks) comparing total jobs isn't going to be perfect since it isn't entry level jobs, but that data required a second API key Compare the 3 year graduate cohort declining balance percentage to the 25% salary in the state and visualize that data