1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-23 15:19:38 +02:00
Maybe/app/models
Zach Gollwitzer e8e100e1d8
Rework account views and addition flow (#1324)
* Move accountable partials

* Split accountables into separate view partials

* Fix test

* Add form to permitted partials

* Fix failing system tests

* Update new account modal views

* New sync algorithm implementation

* Update account system test assertions to match new behavior

* Fix off by 1 date error

* Revert new balance sync algorithm

* Add missing account overviews
2024-10-18 14:37:42 -04:00
..
account Rework account views and addition flow (#1324) 2024-10-18 14:37:42 -04:00
concerns Add loan and credit card views (#1268) 2024-10-08 17:16:37 -04:00
demo Finalize profile settings page for v0.2.0-alpha (#1194) 2024-09-20 15:56:21 -04:00
exchange_rate Rescue RecordNotUnique 2024-10-17 09:52:06 -05:00
import Allow inline account creation when importing CSV (#1291) 2024-10-10 15:14:38 -04:00
issue Handle missing weekend stock prices in sync process (#1242) 2024-10-04 14:19:45 -04:00
provider Minor improvements to categories & changelog pages (#1274) 2024-10-10 16:00:35 -04:00
security Handle market holidays during holding sync (#1292) 2024-10-10 18:02:12 -04:00
time_series Support multi-currency transfers (#1175) 2024-09-13 11:45:19 -04:00
upgrader Fix auto upgrade logic (#758) 2024-05-17 17:25:15 -04:00
account.rb Rework account views and addition flow (#1324) 2024-10-18 14:37:42 -04:00
account_import.rb CSV Imports Overhaul (Transactions, Trades, Accounts, and Mint import support) (#1209) 2024-10-01 10:47:59 -04:00
address.rb Add loan and credit card views (#1268) 2024-10-08 17:16:37 -04:00
application_record.rb Initial commit 2024-02-02 09:05:04 -06:00
category.rb CSV Imports Overhaul (Transactions, Trades, Accounts, and Mint import support) (#1209) 2024-10-01 10:47:59 -04:00
credit_card.rb Rework account views and addition flow (#1324) 2024-10-18 14:37:42 -04:00
crypto.rb Rework account views and addition flow (#1324) 2024-10-18 14:37:42 -04:00
current.rb Impersonation (#1325) 2024-10-18 11:26:58 -05:00
depository.rb Rework account views and addition flow (#1324) 2024-10-18 14:37:42 -04:00
exchange_rate.rb Fetch exchange rates in bulk from synth (#1069) 2024-08-09 10:57:33 -04:00
family.rb Billing (#1269) 2024-10-08 14:37:47 -05:00
gapfiller.rb Add observed holidays to sync exceptions 2024-10-10 19:29:20 -04:00
impersonation_session.rb Impersonation (#1325) 2024-10-18 11:26:58 -05:00
impersonation_session_log.rb Impersonation (#1325) 2024-10-18 11:26:58 -05:00
import.rb Preserve negative sign on raw CSV values 2024-10-10 18:57:00 -04:00
institution.rb Add sync status and errors to account settings page (#1169) 2024-09-11 17:24:01 -04:00
investment.rb Rework account views and addition flow (#1324) 2024-10-18 14:37:42 -04:00
invite_code.rb Rubocop updates (#1118) 2024-08-23 10:06:24 -04:00
issue.rb Account Issue Model and Resolution Flow + Troubleshooting guides (#1090) 2024-08-16 12:13:48 -04:00
loan.rb Rework account views and addition flow (#1324) 2024-10-18 14:37:42 -04:00
measurement.rb Vehicle view (#1117) 2024-08-23 09:33:42 -04:00
merchant.rb Account namespace updates: part 6 (transactions) (#904) 2024-06-24 11:58:39 -04:00
mint_import.rb Basic trade and holdings view (#1271) 2024-10-09 14:59:18 -04:00
other_asset.rb Rework account views and addition flow (#1324) 2024-10-18 14:37:42 -04:00
other_liability.rb Rework account views and addition flow (#1324) 2024-10-18 14:37:42 -04:00
period.rb Rubocop updates (#1118) 2024-08-23 10:06:24 -04:00
property.rb Rework account views and addition flow (#1324) 2024-10-18 14:37:42 -04:00
security.rb Basic trade and holdings view (#1271) 2024-10-09 14:59:18 -04:00
session.rb Impersonation (#1325) 2024-10-18 11:26:58 -05:00
setting.rb Simplify self host settings controller (#1230) 2024-10-02 12:07:56 -04:00
tag.rb CSV Imports Overhaul (Transactions, Trades, Accounts, and Mint import support) (#1209) 2024-10-01 10:47:59 -04:00
tagging.rb Create tagging system (#792) 2024-05-23 08:09:33 -04:00
time_series.rb Add loan and credit card views (#1268) 2024-10-08 17:16:37 -04:00
trade_import.rb CSV Imports Overhaul (Transactions, Trades, Accounts, and Mint import support) (#1209) 2024-10-01 10:47:59 -04:00
transaction_import.rb Basic trade and holdings view (#1271) 2024-10-09 14:59:18 -04:00
upgrader.rb Add zero-config self hosting on Render (#612) 2024-04-13 09:28:45 -04:00
user.rb Impersonation (#1325) 2024-10-18 11:26:58 -05:00
value_group.rb Fix group trend color (#1277) 2024-10-09 18:20:45 -04:00
vehicle.rb Rework account views and addition flow (#1324) 2024-10-18 14:37:42 -04:00