oxidecomputer / oxidecomputer/console
Group detail page listing users
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 228
- Forks
- 22
- Avg merge
- 19h 42m
- Merged PRs (30d)
- 32
Description
When you see a group on the IAM page, you should be able to figure out who is in it. The simple version of this is the group links to a group page that gives you a list of users. Maybe we eventually want to be cute and do this in a popover in the policy table instead, but it could be a long list that could be unwieldy in a table. On the other hand you could do client side fuzzy filtering to let the user figure out if a particular user is in the list.
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 from the IAM page and its existing group links, then trace how group details are represented in the console. The basic completion target is a group page reachable from the IAM page that lists the users in that group; the popover and fuzzy-filtering alternatives remain open questions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- authorization, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100