[Dashboard] Reorganize dashboard modules
See original GitHub issueWe should reorganize the dashboard modules to make the structure more clear.
- Actor module
- The
/logical/actor_groups
from logical_view. - The
/logical/actors
from logical_view. - Update actors from stats_collector.
- The
- Node module is renamed from stats_collector
Also, we can move some control logic out of reporter module, such as /api/launch_profiling
Then, dashboard have these modules: job, actor, node, event, log, tune, reporter…
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
How do I organize my modules? - User Guides - InteDashboard
This article will show how to organize and reorder your modules ... Your dashboard adheres to the dates you have specified on your...
Read more >How do I reorder courses on my Dashboard? - CTL Guides
1. Navigate to your Canvas Dashboard · 2. Set Dashboard View to Card View · 3. To reorder courses in the Dashboard, click...
Read more >Solved: Cannot Rearrange my courses in the Dashboard
Hi, I am unable to rearrange my Canvas courses in the Dashboard. I was still able to do this just 2 months ago,...
Read more >Reorder and Hide Courses in Canvas Dashboard - UAF media
A quick tutorial on how to change the order of your courses on your Canvas dashboard, and how you hide your courses from...
Read more >Organize your Canvas Dashboard - YouTube
This video demonstrates how you can organize your Canvas dashboard - give your courses a nickname, change the color, rearrange the course ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@hegdeashwin I’d say any of the issues in the milestones linked by @fyrestone would be a great place to start! Specifically both of these issues should be pretty small in scope:
Also, in general our testing for the dashboard is lacking so a good place to start might be to clean up & add more tests 😃
The dashboard provides data for two frontends: the old frontend(default) and new frontend. Here are some dashboard-related works:
Currently, I am working on the job submission feature, which is also dashboard related: https://github.com/ray-project/ray/pull/15103