This website requires JavaScript.
Explore
Help
Register
Sign in
Docker
/
Maybe
Watch
1
Star
0
Fork
You've already forked Maybe
0
mirror of
https://github.com/maybe-finance/maybe.git
synced
2025-08-06 14:05:20 +02:00
Code
Issues
Releases
Activity
Actions
9110ab27d2
Maybe
/
test
/
fixtures
/
imports.yml
10 lines
149 B
YAML
Raw
Normal View
History
Unescape
Escape
CSV Imports Overhaul (Transactions, Trades, Accounts, and Mint import support) (#1209) * Remove stale 1.0 import logic and model * Fresh start * Checkpoint before removing nav * First working prototype * Add trade, account, and mint import flows * Basic working version with tests * System tests for each import type * Clean up mappings flow * Clean up PR, refactor stale code, tests * Add back row validations * Row validations * Fix import job test * Fix import navigation * Fix mint import configuration form * Currency preset for new accounts
2024-10-01 10:47:59 -04:00
transaction
:
family
:
dylan_family
type
:
TransactionImport
Feature: Add the ability to "revert" a CSV import (#1814) * Allow reverting imports * Fix tests * Add currency column to all imports * Don't auto-enrich demo account
2025-02-07 15:36:05 -05:00
status
:
pending
Add exchange and currency fields to trade imports (#1822) * Add exchange and currency fields to trade imports * Add exchange_operating_mic support for trade imports - Added required columns and updated models * refactor: remove exchange and currency columns * fix: consolidate import schema and remove redundant columns * feat: Enhance trade import with exchange_operating_mic support * Revert changes to existing migration * Simplify migration to use change method * Restore previously deleted migration * Remove unused import_col_labels method * Update schema.rb after running migrations * Update trade_import.rb and fix schema.rb with db:migrate:reset * fix: improve trade import security creation --------- Signed-off-by: David Anyatonwu <51977119+onyedikachi-david@users.noreply.github.com>
2025-02-24 16:00:24 +01:00
trade
:
family
:
dylan_family
type
:
TradeImport
status
:
pending
Copy permalink