Projects: handle `id` for nodes with the same name
Open
Nobody has claimed this yet.
DevX
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 23
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 17
Description
When generating a Project, we generate an id based on the name of the node (where the id is just a url safe slug). This is useful for users in CLI output.
But Lightning allows multiple nodes to have the same name!
So we need some resolution to enumerate nodes with the same name based on some deterministic means.
Contributor guide
No contributing guide indexed for this repository
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
Locate the Project-generation entry point and the logic that creates URL-safe IDs from node names. Inspect how Lightning represents nodes and how IDs appear in CLI output; done means same-name nodes receive distinct, deterministic IDs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100