Skip to content
This repository was archived by the owner on Jul 27, 2025. It is now read-only.

Nested Categories#1561

Merged
zachgoll merged 3 commits intomainfrom
zachgoll/nested-categories
Dec 20, 2024
Merged

Nested Categories#1561
zachgoll merged 3 commits intomainfrom
zachgoll/nested-categories

Conversation

@zachgoll
Copy link
Contributor

@zachgoll zachgoll commented Dec 19, 2024

Per many requests - https://github.com/maybe-finance/maybe/discussions/1211

This is our initial subcategory implementation. A user has the option to use Maybe's default set of categories or create their own hierarchy.

CleanShot.2024-12-19.at.18.59.16.mp4

@zachgoll zachgoll marked this pull request as ready for review December 20, 2024 00:02
@zachgoll zachgoll merged commit 77def1d into main Dec 20, 2024
@zachgoll zachgoll deleted the zachgoll/nested-categories branch December 20, 2024 16:37
akabiru added a commit to akabiru/maybe that referenced this pull request Dec 23, 2024
```ruby
❯ bin/rails demo_data:reset
user reset
bin/rails aborted!
ActiveModel::UnknownAttributeError: unknown attribute 'parent_category' for Category. (ActiveModel::UnknownAttributeError)

          raise UnknownAttributeError.new(self, k.to_s)
```

Follows: maybe-finance#1561
zachgoll pushed a commit that referenced this pull request Dec 30, 2024
#1575)

```ruby
❯ bin/rails demo_data:reset
user reset
bin/rails aborted!
ActiveModel::UnknownAttributeError: unknown attribute 'parent_category' for Category. (ActiveModel::UnknownAttributeError)

          raise UnknownAttributeError.new(self, k.to_s)
```

Follows: #1561
topnotch1998 added a commit to topnotch1998/maybe that referenced this pull request Apr 24, 2025
…r (#1575)

```ruby
❯ bin/rails demo_data:reset
user reset
bin/rails aborted!
ActiveModel::UnknownAttributeError: unknown attribute 'parent_category' for Category. (ActiveModel::UnknownAttributeError)

          raise UnknownAttributeError.new(self, k.to_s)
```

Follows: maybe-finance/maybe#1561
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant