Skip to content

Commit 24a3a82

Browse files
committed
Update README.md
Update progress of transition plan
1 parent a597a0c commit 24a3a82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/decision_reviews/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Models
4949

5050
Each of these categories includes tests
5151

52-
### Phase 1: Duplicate Background Jobs and Primary Utilities
52+
### COMPLETE - Phase 1: Duplicate Background Jobs and Primary Utilities
5353

5454
Create copies of all our background jobs inside the engine, including tests. Create copies of any primary utilities in the engine, but allow them to reference secondary utilities that stay in the main application. Any model references should point to original models in the main application. Mount the engine in the main application (it should not do anything).
5555

@@ -61,7 +61,7 @@ Mitigation:
6161

6262
- Code freeze, except for urgent bugs: Background jobs and Utilities
6363

64-
### Phase 2: Transition to Engine Scheduled Background Jobs
64+
### COMPLETE - Phase 2: Transition to Engine Scheduled Background Jobs
6565

6666
Update the schedule file to ALSO reference the engine version of each job. All these jobs are idempotent (can be run multiple times with no overlapping effects) so this should be safe. Exclude any jobs that are not scheduled (form4142_submit and submit_upload), they are not safe to run multiple times.
6767

@@ -87,7 +87,7 @@ Mitigation:
8787

8888
- Code freeze, except for urgent bugs: Background jobs and Utilities
8989

90-
### Phase 4: Duplicate Controllers and Necessary Utilities
90+
### COMPLETE - Phase 4: Duplicate Controllers and Necessary Utilities
9191

9292
Duplicate all controllers, tests, and any primary utilities they reference. Allow them to reference secondary utilities that stay in the main application. Any model references should point to original models in the main application. Add routes to the engine that preserve the original routes but namespace them to the engine.
9393

0 commit comments

Comments
 (0)