ARTIST-Association / ARTIST-Association/CANVAS
Implement a counter when duplicating an object
Open
enhancement
- Dominant language
- Python
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Right now when duplicating/copying an object the new object will get a "_copy" attached to its name, this poses a problem when the name gets longer than 200 characters. A solution is to implement a count so that "(count)" is attached behind the name and not "_copy"
Contributor guide
Research direction
No file, test, or entry point is identified in the issue. Locate the object duplication logic and its current name-generation behavior, then verify that count-based names avoid the 200-character problem while preserving the requested naming change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100