-
Notifications
You must be signed in to change notification settings - Fork 2
Writing Portfolio Dashboard #151
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
base: merge-8-20-25
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these .svgs needed?
| wo_portfolio_diff/ | ||
| assets/ | ||
| ... | ||
| module.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is the module.py file? That defines where to look for different items within this package - like where to find the dashboard.
|
|
||
| ## Creating dashboards with Dash (dash_dashboard.py) | ||
|
|
||
| Dash pages consist of a layout and callback functions. See `dash_dashboard.py` for a more detailed overview. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How much of this README is still relevant to this dashboard? Lots of this looks like unneeded cookiecutter leftovers.
| "returns": "single_student_nlp", | ||
| "parameters": ["student_id", "document", "nlp_options"], | ||
| "output": "" | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are all of these endpoints needed? Some of these are not defined.
|
Is this branch merging into the correct branch? |
No description provided.