Subscriptions page can’t handle multiple replication rules
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 36
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 7
Description
Motivation
The replication_rules field contains a list. This allows the Transmogrifier to create multiple rules for each did matching a subscription. However, the Web UI is only able to handle a single rule.
Modification
Add support for multiple rules. It might be acceptable to have an ‘advanced’ option which allows you to directly edit the content of the field, which triggers automatically if the list length is higher than one.
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 at the Subscriptions page and trace how the replication_rules field is currently edited and rendered. Check how a subscription with multiple rules reaches the Web UI, then make the page support the complete list, including the proposed advanced editing path if needed. Done means subscriptions with multiple replication rules can be viewed and edited without losing rules.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100