SEED-platform / seed

Standard Energy Efficiency Data (SEED) Platform™ is a web-based application that helps organizations easily manage data on the energy performance of large groups of buildings.
Other
106 stars 55 forks source link

Allow users to map BuildingSync xpaths to custom SEED fields #4656

Open kflemin opened 2 months ago

kflemin commented 2 months ago

The BuildingSync Defaults column list profile is currently hardcoded in SEED. It would be nice to allow users to modify the SEED fields that each buildingsync element gets stored into (during an Audit Template update or a BuildingSync update)

haneslinger commented 1 month ago

https://github.com/SEED-platform/seed/blob/53b2f868744c8a919ed810daccf17b13765f519c/seed/static/seed/js/controllers/column_mappings_controller.js#L436

it would appear its immutable nature was an intentional choice, but easily reversible. Shall I? The user can also just create their own

haneslinger commented 1 week ago

@kflemin