soky srm
7908f7d8a4
Expand financial providers ( #1407 )
...
* Initial implementation
* Tiingo fixes
* Adds 2 providers, remove 2
* Add extra checks
* FIX a big hotwire race condition
// Fix hotwire_combobox race condition: when typing quickly, a slow response for
// an early query (e.g. "A") can overwrite the correct results for the final query
// (e.g. "AAPL"). We abort the previous in-flight request whenever a new one fires,
// so stale Turbo Stream responses never reach the DOM.
* pipelock
* Update price_test.rb
* Reviews
* i8n
* fixes
* fixes
* Update tiingo.rb
* fixes
* Improvements
* Big revamp
* optimisations
* Update 20260408151837_add_offline_reason_to_securities.rb
* Add missing tests, fixes
* small rank tests
* FIX tests
* Update show.html.erb
* Update resolver.rb
* Update usd_converter.rb
* Update holdings_controller.rb
* Update holdings_controller.rb
* Update holdings_controller.rb
* Update holdings_controller.rb
* Update holdings_controller.rb
* Update _yahoo_finance_settings.html.erb
2026-04-09 18:33:59 +02:00
Josh Pigford
a7438e5c78
Add country_code attribute to Security model and related classes
...
* Update Security model to include country_code in the data definition.
* Modify Provider::SecurityConcept to define country_code for security.
* Enhance Provider::Synth to extract country_code from security data.
* Update Security::Provided to include country_code when creating security instances.
* Adjust Security::SynthComboboxOption to add country_code as an attribute.
* Revise combobox_security partial to conditionally display country flag and code.
2025-05-22 09:45:08 -05:00
Zach Gollwitzer
6dc1d22672
Market data sync refinements ( #2252 )
...
* Exchange rate syncer implementation
* Security price syncer
* Fix issues with provider API
* Add back prod schedule
* Add back price and exchange rate syncs to account syncs
* Remove unused stock_exchanges table
2025-05-16 14:17:56 -04:00
Zach Gollwitzer
5cf758bd03
improvements(ai): Improve AI streaming UI/UX interactions + better separation of AI provider responsibilities ( #2039 )
...
* Start refactor
* Interface updates
* Rework Assistant, Provider, and tests for better domain boundaries
* Consolidate and simplify OpenAI provider and provider concepts
* Clean up assistant streaming
* Improve assistant message orchestration logic
* Clean up "thinking" UI interactions
* Remove stale class
* Regenerate VCR test responses
2025-04-01 07:21:54 -04:00