# Dynamic Queries Flag Migration Checklist
Owner: Kara
Date: Aug 16, 2019
## Design
- [x] Design doc for migration. Should include:
- [x] Why create a migration? (**Important**)
- [x] Why can't we just "fix" this?
- [x] How do we know it's impactful enough that we need a migration?
- [x] Are there any prerequisites?
- [x] How will the schematic work?
- [x] What does this mean for libraries?
- [x] What about applications using non-migrated libraries?
- [x] Should this schematic be used externally or internally? In which version?
- [x] Is there something that we should deprecate? In which version?
- [x] How will we prevent backsliding?
- [x] Any open questions?
- [x] Link: https://hackmd.io/fK7bfTuJSoyjjfyYXHxpcA
- [x] Post doc in #fw Slack channel for feedback
- [x] Post doc in #tools Slack channel for feedback
- [x] Confer with #devrel Slack channel for feedback
- [x] Present in framework sync to answer Qs, get buy-in from team
## Approval
- [x] Kara
- [x] Igor
- [x] Misko
## After Approval
- [x] Add to appropriate list of migrations (see [v9 list](https://docs.google.com/spreadsheets/d/1jqeXZ85N3SR5uTSndIfBuGebLgeL0zAnHH63290AKNM/edit#gid=0))
- [x] Schematic implementation
- [x] Create a JIRA for schematic implementation and send to Kara
- [x] Link: https://angular-team.atlassian.net/browse/FW-1512
- [x] PR: https://github.com/angular/angular/pull/32231
- [ ] Internal migration in G3
- [x] Create a JIRA and send to Kara
- [x] Link: https://angular-team.atlassian.net/browse/FW-1513
- [ ] [If applicable] LSC process
- [x] Create a JIRA for LSC design doc and send to Kara
- [x] Link: https://angular-team.atlassian.net/browse/FW-1514
- [x] Migration guide
- [x] Create a JIRA and send to Kara
- [x] Link: https://angular-team.atlassian.net/browse/FW-1515
- [x] Let docs team / Kapunahele know (needs docs review)
- [ ] Communicate new schematic with the rest of team
- [ ] Present in team meeting
- [ ] Test schematic in RC period