-
Notifications
You must be signed in to change notification settings - Fork 379
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
Commits on Oct 4, 2024
-
wip: defining a simple package API for creating posts
Co-authored-by: İlker G. Öztürk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35cee37 - Browse repository at this point
Copy the full SHA 35cee37View commit details -
wip: thread and views related brainstorming
Co-authored-by: İlker G. Öztürk <[email protected]> Co-authored-by: Denys Sedchenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e86bbe - Browse repository at this point
Copy the full SHA 2e86bbeView commit details
Commits on Oct 6, 2024
-
wip: drafting possible patterns and implementation
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.
Configuration menu - View commit details
-
Copy full SHA for ff037e4 - Browse repository at this point
Copy the full SHA ff037e4View commit details
Commits on Oct 7, 2024
-
wip: exploring how to deal with different post type features
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.
Configuration menu - View commit details
-
Copy full SHA for ccf0816 - Browse repository at this point
Copy the full SHA ccf0816View commit details -
wip: defining pluggable architecture for custom features
Co-authored-by: İlker G. Öztürk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7b4ea0 - Browse repository at this point
Copy the full SHA b7b4ea0View commit details -
chore: add missing tags fields
Co-authored-by: İlker G. Öztürk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27a9be5 - Browse repository at this point
Copy the full SHA 27a9be5View commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b81834 - Browse repository at this point
Copy the full SHA 0b81834View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc509f9 - Browse repository at this point
Copy the full SHA cc509f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 362e13e - Browse repository at this point
Copy the full SHA 362e13eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5137349 - Browse repository at this point
Copy the full SHA 5137349View commit details -
wip: exploring Ilker's plugin proposal
Co-authored-by: İlker G. Öztürk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for daac9bd - Browse repository at this point
Copy the full SHA daac9bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17af013 - Browse repository at this point
Copy the full SHA 17af013View commit details
Commits on Oct 9, 2024
-
wip: refined and organized draft1 and draft2 ideas into draft3
Co-authored-by: İlker G. Öztürk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f71343c - Browse repository at this point
Copy the full SHA f71343cView commit details -
chore: move initial files into draft0 folder
Co-authored-by: İlker G. Öztürk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6736087 - Browse repository at this point
Copy the full SHA 6736087View commit details
Commits on Oct 10, 2024
-
Co-authored-by: İlker G. Öztürk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 492f6d2 - Browse repository at this point
Copy the full SHA 492f6d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6975233 - Browse repository at this point
Copy the full SHA 6975233View commit details -
Configuration menu - View commit details
-
Copy full SHA for cecf7a8 - Browse repository at this point
Copy the full SHA cecf7a8View commit details
Commits on Oct 29, 2024
-
These changes were done before the change of direction for the boards implementation. Commiting them to avoid loosing the ideas and improvements present here.
Configuration menu - View commit details
-
Copy full SHA for 0f48ffb - Browse repository at this point
Copy the full SHA 0f48ffbView commit details
Commits on Nov 4, 2024
-
chore: address review comments
Co-authored-by: İlker G. Öztürk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a60ee5 - Browse repository at this point
Copy the full SHA 9a60ee5View commit details