Skip to content
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

Merged
merged 19 commits into from
Nov 4, 2024

Conversation

jeronimoalbi
Copy link
Member

@jeronimoalbi jeronimoalbi commented Oct 4, 2024

Boards v2 package and realm API experimentation

Contributors' checklist...
  • Added new tests, or not needed, or not feasible
  • Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory
  • Updated the official documentation or not needed
  • No breaking changes were made, or a BREAKING CHANGE: xxx message was included in the description
  • Added references to related issues and PRs
  • Provided any useful hints for running manual tests
  • Added new benchmarks to generated graphs, if any. More info here.

@github-actions github-actions bot added the 🧾 package/realm Tag used for new Realms or Packages. label Oct 4, 2024
@jeronimoalbi jeronimoalbi changed the base branch from master to devx/feature/boardsv2 October 4, 2024 13:11
Copy link

codecov bot commented Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.93%. Comparing base (baf9821) to head (9a60ee5).
Report is 1 commits behind head on devx/feature/boardsv2.

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     
Flag Coverage Δ
contribs/gnodev 60.62% <ø> (-0.84%) ⬇️
gno.land 67.55% <ø> (-0.38%) ⬇️
misc/genstd 79.72% <ø> (-0.83%) ⬇️
misc/logos 19.45% <ø> (-0.78%) ⬇️
tm2 62.22% <ø> (+0.11%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

jeronimoalbi and others added 3 commits October 4, 2024 17:23
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.
@ilgooz ilgooz force-pushed the devx/feature/boardsv2-experiment1 branch from c0c0237 to 0b81834 Compare October 8, 2024 09:18
These changes were done before the change of direction for the boards
implementation. Commiting them to avoid loosing the ideas and
improvements present here.
@jeronimoalbi jeronimoalbi marked this pull request as ready for review November 4, 2024 15:34
@jeronimoalbi
Copy link
Member Author

@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]>
@jeronimoalbi jeronimoalbi merged commit 1a88d58 into devx/feature/boardsv2 Nov 4, 2024
114 of 121 checks passed
@jeronimoalbi jeronimoalbi deleted the devx/feature/boardsv2-experiment1 branch November 4, 2024 16:50
@jeronimoalbi
Copy link
Member Author

Follow up #2901

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧾 package/realm Tag used for new Realms or Packages.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants