MerrimanInd / MerrimanInd/drawpyo
Export and import of objectID to value map
Open
enhancement
good first issue
help wanted
- Dominant language
- Python
- Stars
- 412
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
Mapping object IDs with their values and saving this map, provides a way to hand redacted diagrams to an LLM/agent to tidy up the layout without exposing sensitive information to third parties.
**Workflow:**
1. Input diagram
2. Save map of ID and value as json
3. Redact diagram by replacing values with placeholders of equal length
(4. Save redacted diagram)
---
1. Input redacted diagram and json
2. Restore values
(3. Save restored diagram)
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.
Assessment
This issue has not been assessed yet.