Skip to content

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

Merged
astrochun merged 28 commits into
mainfrom
47_search_tool
Jul 18, 2021
Merged

Add individual search page; Improvements to Highest Earners data view#62
astrochun merged 28 commits into
mainfrom
47_search_tool

Conversation

@astrochun

Copy link
Copy Markdown
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

astrochun added 25 commits July 16, 2021 16:01
 - 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

@astrochun astrochun left a comment

Copy link
Copy Markdown
Owner Author

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

Development

Successfully merging this pull request may close these issues.

Format Highest Earner page for currency, FTE and State Fund Ratio Limit Highest Earners Add individual search page

1 participant