-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(boardsv2): experiment API - WIP #2902
feat(boardsv2): experiment API - WIP #2902
Conversation
Co-authored-by: İlker G. Öztürk <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## devx/feature/boardsv2 #2902 +/- ##
=========================================================
- Coverage 60.97% 60.93% -0.04%
=========================================================
Files 564 564
Lines 75273 77864 +2591
=========================================================
+ Hits 45898 47447 +1549
- Misses 26007 27050 +1043
+ Partials 3368 3367 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: İlker G. Öztürk <[email protected]> Co-authored-by: Denys Sedchenko <[email protected]>
This changes are just one idea in case we want to consider using a single type, like Post or Node for example, for all board types. The proposed ideas here are based on points discussed by the team up to this point of the definition. The idea is to see if we can define a good pattern to implement the boards (boards, posts, comments, ...) using a single type as mentioned by Jae at some point during early discussions. These changes are NOT finished, they are a "showcase" for further exploration and discussion at this point.
Maybe by using an storage abstraction and functions we could deal with specific features like up/down voting, creationg of different post types, and so on. This would keep the Post type simple and features would be handled by the different storage abstractions.
Co-authored-by: İlker G. Öztürk <[email protected]>
Co-authored-by: İlker G. Öztürk <[email protected]>
c0c0237
to
0b81834
Compare
Co-authored-by: İlker G. Öztürk <[email protected]>
Co-authored-by: İlker G. Öztürk <[email protected]>
Co-authored-by: İlker G. Öztürk <[email protected]>
These changes were done before the change of direction for the boards implementation. Commiting them to avoid loosing the ideas and improvements present here.
@ilgooz I'm going to quickly address the two comments so we can merge it into the feature branch |
Co-authored-by: İlker G. Öztürk <[email protected]>
Follow up #2901 |
Boards v2 package and realm API experimentation
Contributors' checklist...
BREAKING CHANGE: xxx
message was included in the description