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

Add inventory action to "touch" record - refresh metadata #3218

Closed nllong closed 2 years ago

nllong commented 2 years ago

The touch action will update the property or taxlot's updated date time stamp. This is used with the OEP connection and will enable a record to get sync'd with salesforce.

Comm contact: SFE

RDmitchell commented 2 years ago

@nllong / @perryr16 -- how should I test this in the UI?

perryr16 commented 2 years ago

@RDmitchell there is no way to test this feature in the UI. The logic updates the property model's updated attribute, while the inventory list displays the propertyView model's updated attribute. I'll be updating the code to also modify the propertyView updated attribute and should be testable on the inventory list

RDmitchell commented 2 years ago

OK, so I will leave it up to someone else to close this issue.

nllong commented 2 years ago

This looks good, thanks!