Add `db/seeds.rb` for `FeedProfile` and `FeedColumn` records so environment setup is repeatable without manual console work.
Currently a fresh dev environment requires hand-creating the MLSListings feed profile and its column mappings via Rails console. `rails db:seed` should do it.
This is one of the Next roadmap items in CASTER's README — labeled `roadmap` but is fully unblocked and atomic.
Add `db/seeds.rb` for `FeedProfile` and `FeedColumn` records so environment setup is repeatable without manual console work.
Currently a fresh dev environment requires hand-creating the MLSListings feed profile and its column mappings via Rails console. `rails db:seed` should do it.
This is one of the Next roadmap items in CASTER's README — labeled `roadmap` but is fully unblocked and atomic.