1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00
Maybe/app/controllers/concerns
Zach Gollwitzer d75be2282b
New Design System + Codebase Refresh (#1823)
Since the very first 0.1.0-alpha.1 release, we've been moving quickly to add new features to the Maybe app. In doing so, some parts of the codebase have become outdated, unnecessary, or overly-complex as a natural result of this feature prioritization.

Now that "core" Maybe is complete, we're moving into a second phase of development where we'll be working hard to improve the accuracy of existing features and build additional features on top of "core". This PR is a quick overhaul of the existing codebase aimed to:

- Establish the brand new and simplified dashboard view (pictured above)
- Establish and move towards the conventions introduced in Cursor rules and project design overview #1788
- Consolidate layouts and improve the performance of layout queries
- Organize the core models of the Maybe domain (i.e. Account::Entry, Account::Transaction, etc.) and break out specific traits of each model into dedicated concerns for better readability
- Remove stale / dead code from codebase
- Remove overly complex code paths in favor of simpler ones
2025-02-21 11:57:59 -05:00
..
accountable_resource.rb New Design System + Codebase Refresh (#1823) 2025-02-21 11:57:59 -05:00
authentication.rb Impersonation (#1325) 2024-10-18 11:26:58 -05:00
auto_sync.rb New Design System + Codebase Refresh (#1823) 2025-02-21 11:57:59 -05:00
entryable_resource.rb New Design System + Codebase Refresh (#1823) 2025-02-21 11:57:59 -05:00
impersonatable.rb Impersonation (#1325) 2024-10-18 11:26:58 -05:00
invitable.rb Family invites (#1397) 2024-11-01 10:23:27 -05:00
localize.rb Plaid portfolio sync algorithm and calculation improvements (#1526) 2024-12-10 17:41:20 -05:00
onboardable.rb User Onboarding + Bug Fixes (#1352) 2024-10-23 11:20:55 -04:00
scroll_focusable.rb Preserve transaction filters and transaction focus across page visits (#1733) 2025-01-30 14:12:01 -05:00
self_hostable.rb Add basic self hosted onboarding (#1177) 2024-09-13 17:24:19 -04:00
store_location.rb Make encryption config optional for self hosting users (#1476) 2024-11-18 10:47:05 -05:00