Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add individual search page; Improvements to Highest Earners data view #62

Merged
merged 28 commits into from
Jul 18, 2021

Conversation

astrochun
Copy link
Owner

Closes #47
Fixes #56
Closes #61

Commit history:

  • Load in unique_df in load_data function
  • Add Individual Search to DATA_VIEWS
  • Exclude fiscal year selection from Individual Search page
  • Add EMPLOYMENT_COLUMN constant
  • Add commons.format_salary_df function
  • Add views.individual_search_page function
  • Show common title, dept, college
  • Add option to show year-to-year change
  • Add sort alphabetically check box
  • Minor tip at top of Individual Search page
  • Remove unused code
  • Use argparse to handle data from local or cloud source
  • Use format_salary_df for currency formatting Format Highest Earner page for currency, FTE and State Fund Ratio #61
  • Set minimum salary for highest earner to $100k Limit Highest Earners #56
  • Minor fix with format_salary_df call
  • Add option to select by campus or college Limit Highest Earners #56
  • Fix Highest Earners content with College selection
  • Highest Earners: Handle lack of College data
  • Highest Earners: strip College Name for College selection
  • Update About content for new data views, changes
  • Highest Earners: Change text from College to College/Division
  • Use return null when College Name not available
  • Update CHANGELOG.md for v1.0.0
  • Bump version: v0.3.0 -> v1.0.0
  • Update README.md with improvements

 - Add INDIVIDUAL_COLUMNS
 - Call within main
 - Minor content formatting style
 - Adjust min/max for salary selection
 - Adjust step size for College
 - Stats against college
 - Include AHS if applicable for College selection
 - Simplifies code without if statement
@astrochun astrochun added this to the v0.4.0 milestone Jul 18, 2021
@astrochun astrochun added bug Something isn't working enhancement New feature or request frontend Front-end related work viz Data visualization labels Jul 18, 2021
@astrochun astrochun self-assigned this Jul 18, 2021
Copy link
Owner Author

@astrochun astrochun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good.

Will add pay conversion later to Individual Search.

@astrochun astrochun merged commit b01d2bf into main Jul 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request frontend Front-end related work viz Data visualization
Projects
None yet
1 participant