mirror of
https://github.com/we-promise/sure.git
synced 2026-04-26 07:24:11 +00:00
Scaffold out Account Syncing (#474)
* Add trends, time series, seed data * Remove test data * Replace old view values with helpers * Fix tooltip bugs in D3 chart * Fix tests * Fix smoke test * Add CRUD actions for valuations * Scaffold out inline editing with Turbo * Refactor series logic * Scaffold out basic sync process for accounts * Fix tests
This commit is contained in:
2
test/fixtures/valuations.yml
vendored
2
test/fixtures/valuations.yml
vendored
@@ -1,13 +1,11 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
type: "Appraisal"
|
||||
value: 9.99
|
||||
date: 2024-02-15
|
||||
account: dylan_checking
|
||||
|
||||
two:
|
||||
type: "Appraisal"
|
||||
value: 9.99
|
||||
date: 2024-02-15
|
||||
account: richards_savings
|
||||
|
||||
Reference in New Issue
Block a user