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
This quarter (Jan-Mar 2024) we’ll be working on implementing discussions in DCAR. We hope will reduce the amount of platform-specific logic in favour of a unified approach. We may also use this as an opportunity to simpliying existing the code and fix bugs.
Key changes required
Discussion in web and Apps differs in that in Apps post endpoints interact with the native layer directly as that's where the user information is know. e.g. postComment or reportAbuse
When migrating discussion-rendering we had opted for expediency to not always follow this pattern, so will need to find those interactions that speak to the discussion API directly and port them over to the paradigm above.
We might need to work with Apps here to help create any endpoints that don't exist.
The content you are editing has changed. Please copy your edits and refresh the page.
Overview
This quarter (Jan-Mar 2024) we’ll be working on implementing discussions in DCAR. We hope will reduce the amount of platform-specific logic in favour of a unified approach. We may also use this as an opportunity to simpliying existing the code and fix bugs.
Key changes required
Discussion in web and Apps differs in that in Apps post endpoints interact with the native layer directly as that's where the user information is know. e.g.
postComment
orreportAbuse
There has been some work to account for this by using callbacks on the
CommentContainer
.When migrating
discussion-rendering
we had opted for expediency to not always follow this pattern, so will need to find those interactions that speak to the discussion API directly and port them over to the paradigm above.We might need to work with Apps here to help create any endpoints that don't exist.
Step 1 - Beta release
DiscussionContainer
are controlled components #10056Step 2 - Beta or PROD release
dispatch
In Discussion #10548useEffectReducer
To Discussion #10549Step 3 - PROD release
Unprioritised / other
isWeb
condition across layouts #10416The text was updated successfully, but these errors were encountered: