playcanvas / playcanvas/pcui-graph
Node type switching
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 147
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
Node types cant currently be changed. It would be good to have a function that updates the node type for a given node. This will cause a rebuild of the nodes UI using the new node schema for that type. It will also maintain any valid connections for the new node type.
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
No source file or test is named. Start by locating the TypeScript APIs for nodes, node schemas, UI rebuilding, and connections; then trace how a node is represented and changed. Done means a node can switch type, its UI reflects the new schema, and valid connections are retained.
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
- 35/100