oss-aspen / 8Knot

Dash app in development to serve open source community visualizations using GitHub data from Augur. Hosted app: https://eightknot.osci.io
MIT License
47 stars 59 forks source link

set the searchbar default from the environment #492

Closed JamesKunstle closed 11 months ago

JamesKunstle commented 11 months ago

allows deployer to set an environment variable for the label of the repo/org they'd like the searchbar to default to on startup.

If the variable not set, default is the first option available in the options list.

JamesKunstle commented 11 months ago

@cdolfi

the changes to the piechart file are from pre-commit, I'd prefer to just accept them here rather than creating a new PR for them.

You can set the environment variable as such:

"DEFAULT_SEARCHBAR_LABEL=chaoss"

cdolfi commented 11 months ago

@JamesKunstle that makes 100% sense merging now