oxidecomputer / oxidecomputer/console
Allow selection and manipulation of multiple items in tandem
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 228
- Forks
- 22
- Avg merge
- 19h 42m
- Merged PRs (30d)
- 32
Description
Currently the console doesn't allow multiple items to be selected and operated against. This makes it very tedious to do things like stop/delete all instances or deleting all disks/images when trying to cleanup a project prior to deletion.
Something like a check box on the left side of the displayed elements would make it simple for a user to choose several items to run an operation on.
e.g.
- stopping/starting/deleting instances
- deleting snapshots/images/disks
- enabling/disabling/deleting firewall rules
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the console views for instances, disks, images, snapshots, and firewall rules described in the issue. Define how selection and bulk actions should work across those resource lists, then verify that users can select multiple items and stop, start, delete, enable, or disable the supported resources as appropriate.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100