a decision can be complemented-by multiple decisions & should not override the decided status
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 21
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
you can have cases where an ADR is complemented by multiple decisions and not only one.
the current (weak) implementation only support a one-to-one relationship.
should evolve to support one-to-many or even many-to-many relationships.
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
Start by tracing how the current complemented-by relationship is represented and how it affects the decided status. Define the behavior for one-to-many and many-to-many relationships, ensuring that adding complementary decisions does not override an existing decided status; done means these cases are supported consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100