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

Marketplace: Add Product#tags #2190

Merged
merged 3 commits into from
Mar 7, 2024
Merged

Commits on Mar 7, 2024

  1. 🥗 Marketplace: Spec for Product#tags

    - #2189
    
    Lil' quick sketch through the workflow. Only interesting things of note
    here are I am using `scenario` syntax (which feels better to me, and was
    validated by @ExMember in antoher context yesterday.)
    
    I am also doing something "weird" where I overload the `visit` method to
    rely on our `Record#location` method to interject a `polymorphic_path`
    call; saving us the burden of including the `polymorphic_path` call on
    our own every time we use `visit`; but adding the burden of a layer of
    indirection.
    
    I also did this with `within`, because omg that awkward
    `"##{dom_id(model)"` drives me nuts every time I type it. It makes me
    want to scream. I can't stand it.
    zspencer committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3514d4d View commit details
    Browse the repository at this point in the history
  2. Marketplace: Adds Product#tags

    Products can now be tagged with things like `Gluten Free` or `Vegan`,
    and will show up as such under Product listings
    zspencer committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2c17ad2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5f0cb0 View commit details
    Browse the repository at this point in the history