notationlabs / notationlabs/notation
Include links to console in dashboard
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 54
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The dashboard should produce links to each resources corresponding location in the AWS console.
This is currently defined here https://github.com/notationhq/notation/blob/main/packages/dashboard/src/blocks/resource.tsx#L38.
It would probably be sensible to define the URLs in the resource definitions. These could be made available to the dashboard via the state file.
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 in packages/dashboard/src/blocks/resource.tsx at the referenced location, then trace the resource definitions and state file used by the dashboard. Identify how each resource maps to its AWS console location and expose that URL to the dashboard. Done means every dashboard resource renders a working console link.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, typescript
- Domain
- cloud, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100