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

Fix App Organization of Public Dash #122

Open
rcyyu opened this issue Dec 18, 2017 · 0 comments
Open

Fix App Organization of Public Dash #122

rcyyu opened this issue Dec 18, 2017 · 0 comments

Comments

@rcyyu
Copy link
Contributor

rcyyu commented Dec 18, 2017

Referencing documentation from internal dash:

The layout of the code is inspired by the Model-View-Controller paradigm, specifically from this Dash tutorial. In addition, parameters and constants that someone would want to change when forking this are frontloaded in ALL_CAPS variables, in order to make modification easier. The names of DIVs used in callbacks are also stored in variables in order to reduce the risk of bugs since variable names are linted to see if they exist.

Doing so will allow easier modification of the dashboard in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant