You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a backlog of thoughts i've had during development of scom that i believe would be useful to have implemented.
From here i might pick points and turn into Issues/PRs when i'll have time and will to develop.
You are more then welcome to join this thread with your thoughts and no matter the level of (go) programming, feel free to pick a task and try to contribute some code (let me know you're on it, create Issue from here and Start a PR so we don't double the work)
I will mark the issues i believe are good for getting familiar with this project (and/or golang) with (GFI - Good First Issue).
Mixed bag of thoughts
Job Queue tab:
Select multiple jobs: (e.g. filter out wished jobs, then a - select all or space - (de)select row)
see table row coloring wish below
Job menu for multiple selected jobs (e.g. Cancel/Requeue/Hold/etc. all selected jobs)
(GFI) Job from template tab: in Edit mode, disable tab-movement keys (now shown in key-help line)
(GFI) Job from template tab: after job is submitted, display saved job filename message
(GFI) Cluster tab: some counter boxes aren't stable-sorted so they're flipping same-value rows.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bugs, ideas, wishes...
This is a backlog of thoughts i've had during development of scom that i believe would be useful to have implemented.
From here i might pick points and turn into Issues/PRs when i'll have time and will to develop.
You are more then welcome to join this thread with your thoughts and no matter the level of (go) programming, feel free to pick a task and try to contribute some code (let me know you're on it, create Issue from here and Start a PR so we don't double the work)
I will mark the issues i believe are good for getting familiar with this project (and/or golang) with (GFI - Good First Issue).
Mixed bag of thoughts
a - select all
orspace - (de)select row
)Tables
Testing & Documentation
Completely lacking. Every PR must bring at least one unit test for existing code, alongside its own. 😇
Inline documentation... non-existent, same as with testing above. "No PR without!" 🦾
Beta Was this translation helpful? Give feedback.
All reactions