Expose edge-pattern on a per-edge basis
Open
- Dominant language
- Haskell
- Stars
- 1.9k
- Forks
- 153
- PR merge metrics
- No merged PRs in 30d
Description
Strong (identifying) relationships are often denoted with a solid line as opposed to a dotted line. Allowing users to add this to relationships like the following would be useful:
```
Student 1--* Rating {label:"posted", style:"dotted"}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing how relationship attributes are parsed and how edge styles are rendered; the issue provides the example syntax `style:"dotted"` on a relationship. Done means that per-edge style attributes are accepted and produce the requested solid or dotted relationship line in the generated diagram.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- data-visualization, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100