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

Commits on Oct 4, 2024

  1. wip: defining a simple package API for creating posts

    Co-authored-by: İlker G. Öztürk <[email protected]>
    jeronimoalbi and ilgooz committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    35cee37 View commit details
    Browse the repository at this point in the history
  2. wip: thread and views related brainstorming

    Co-authored-by: İlker G. Öztürk <[email protected]>
    Co-authored-by: Denys Sedchenko <[email protected]>
    3 people committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2e86bbe View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. 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.
    jeronimoalbi committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    ff037e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. 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.
    jeronimoalbi committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ccf0816 View commit details
    Browse the repository at this point in the history
  2. wip: defining pluggable architecture for custom features

    Co-authored-by: İlker G. Öztürk <[email protected]>
    jeronimoalbi and ilgooz committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b7b4ea0 View commit details
    Browse the repository at this point in the history
  3. chore: add missing tags fields

    Co-authored-by: İlker G. Öztürk <[email protected]>
    jeronimoalbi and ilgooz committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    27a9be5 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. wip: experiment draft2

    ilgooz committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0b81834 View commit details
    Browse the repository at this point in the history
  2. wip: draft2 experiment cont

    ilgooz committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    cc509f9 View commit details
    Browse the repository at this point in the history
  3. wip: reorganize plugins

    jeronimoalbi committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    362e13e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5137349 View commit details
    Browse the repository at this point in the history
  5. wip: exploring Ilker's plugin proposal

    Co-authored-by: İlker G. Öztürk <[email protected]>
    jeronimoalbi and ilgooz committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    daac9bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17af013 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. wip: refined and organized draft1 and draft2 ideas into draft3

    Co-authored-by: İlker G. Öztürk <[email protected]>
    jeronimoalbi and ilgooz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f71343c View commit details
    Browse the repository at this point in the history
  2. chore: move initial files into draft0 folder

    Co-authored-by: İlker G. Öztürk <[email protected]>
    jeronimoalbi and ilgooz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    6736087 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. wip: code cleanup

    Co-authored-by: İlker G. Öztürk <[email protected]>
    jeronimoalbi and ilgooz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    492f6d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6975233 View commit details
    Browse the repository at this point in the history
  3. chore: remove comment

    jeronimoalbi committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    cecf7a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. wip: improvements

    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 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    0f48ffb View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. chore: address review comments

    Co-authored-by: İlker G. Öztürk <[email protected]>
    jeronimoalbi and ilgooz committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9a60ee5 View commit details
    Browse the repository at this point in the history