1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00
Maybe/test/models
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
..
account New Design System + Codebase Refresh (#1823) 2025-02-21 11:57:59 -05:00
family New Design System + Codebase Refresh (#1823) 2025-02-21 11:57:59 -05:00
provider First pass at security price reference (#1388) 2024-10-29 15:37:59 -04:00
security Add validation to security price model 2024-10-30 09:51:05 -04:00
upgrader Fix auto upgrade logic (#758) 2024-05-17 17:25:15 -04:00
account_test.rb New Design System + Codebase Refresh (#1823) 2025-02-21 11:57:59 -05:00
address_test.rb Add Property Details View (#1116) 2024-08-23 08:47:08 -04:00
balance_sheet_test.rb New Design System + Codebase Refresh (#1823) 2025-02-21 11:57:59 -05:00
category_test.rb Ensure Consistent Category Colors (#1722) 2025-01-30 16:49:31 -05:00
current_test.rb Use DB for auth sessions (#1233) 2024-10-03 14:42:22 -04:00
exchange_rate_test.rb Fetch exchange rates in bulk from synth (#1069) 2024-08-09 10:57:33 -04:00
family_test.rb New Design System + Codebase Refresh (#1823) 2025-02-21 11:57:59 -05:00
impersonation_session_test.rb Impersonation (#1325) 2024-10-18 11:26:58 -05:00
income_statement_test.rb New Design System + Codebase Refresh (#1823) 2025-02-21 11:57:59 -05:00
invite_code_test.rb Use consistent language for invite codes 2024-02-02 19:37:10 -06:00
loan_test.rb Add loan and credit card views (#1268) 2024-10-08 17:16:37 -04:00
period_test.rb New Design System + Codebase Refresh (#1823) 2025-02-21 11:57:59 -05:00
plaid_investment_sync_test.rb Plaid sync tests and multi-currency investment support (#1531) 2024-12-12 08:56:52 -05:00
plaid_item_test.rb Initial pass at Plaid EU (#1555) 2025-01-31 12:13:58 -06:00
sync_test.rb Basic Plaid Integration (#1433) 2024-11-15 13:49:37 -05:00
tag_test.rb Account::Sync model and test fixture simplifications (#968) 2024-07-10 11:22:59 -04:00
transaction_import_test.rb feat(import): add currency and number format support for CSV imports (#1819) 2025-02-10 15:31:28 -05:00
transfer_test.rb Add RejectedTransfer model, simplify auto matching (#1690) 2025-01-27 16:56:46 -05:00
trend_test.rb New Design System + Codebase Refresh (#1823) 2025-02-21 11:57:59 -05:00
upgrader_test.rb Add zero-config self hosting on Render (#612) 2024-04-13 09:28:45 -04:00
user_test.rb Multi-factor authentication (#1817) 2025-02-06 14:16:53 -06:00