tracker
tracker copied to clipboard
Add API/UI features to bulk add domains
Add the ability to add/remove multiple domains at once to an organization:
MVP:
- [x] retrofit add org domains function from domain-loader script into API mutation
- [x] retrofit align org domains function from domain-loader script into API mutation
Stage 2:
- [ ] add frontend on admin page (text-based list?, upload file?, toggles for flags)
- [ ] add tighter input control (only 100 domains per mutation)
@lcampbell2 Please update.
Add the ability to add multiple domains at once to an organization:
- [ ] build graphql mutation
- [ ] add functionality to frontend
Updating requirements to fit domain consolidation requirements
MVP merged in, stage 2 to be worked on later