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

Add path enumerable trait #155

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Open

Commits on Aug 31, 2023

  1. Add path enumerable trait

    Implements path enumeration hierarchy for models, operating similar to nested set models but not requiring the rigid left/right values.
    bennothommo committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    cda7f10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62411f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5975793 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    4af1e27 View commit details
    Browse the repository at this point in the history
  2. Add ability to define a custom segment column.

    This allows the path to be made up of segments from a different field, such as folder, or name. By default, path segments are derived from the primary key (usually an ID).
    bennothommo committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    1edb90e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    9e57356 View commit details
    Browse the repository at this point in the history
  2. Fix comments

    bennothommo committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    f27ded7 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    7111f16 View commit details
    Browse the repository at this point in the history