You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be aiming to get some articles rendered via DCR into the PROD release of the app as soon as possible.
While we can, and should, rely on the Beta release, we should follow the current paradigm of how it is currently used:
flowchart LR
subgraph Not This
direction LR
AddIncrementalSupportV2["Add incremental support"]-->TestInBetaV2["Test in Beta"]-->EveryThingDone{"Is it all done?"}-->|No|AddIncrementalSupportV2
EveryThingDone{"Is it all done?"}-->|Yes|ReleaseToProdV2["Release to prod"]
end
subgraph This
direction LR
AddIncrementalSupport["Add incremental support"]-->TestInBeta["Test in Beta"]-->ReleaseToProd["Release to Prod"]-->AddIncrementalSupport
end
Loading
We will release the project in 3 phases:
Release to Beta users
Release to Prod users
Release to Prod based on content (CAPI) structure
The content you are editing has changed. Please copy your edits and refresh the page.
We should be aiming to get some articles rendered via DCR into the PROD release of the app as soon as possible.
While we can, and should, rely on the Beta release, we should follow the current paradigm of how it is currently used:
We will release the project in 3 phases:
Beta release
Initial Prod release
Incremental prod release
To incrementally release to readers we'll need to start updating
DcrSupportUtils
in MAPI.As part of this we must expand our logging to help us identify areas we could focus on to increase coverage for DCR.
The text was updated successfully, but these errors were encountered: