NYCPlanning / deprecated-labs-zap-api

Deprecated version of the ZAP API, see https://github.com/NYCPlanning/labs-zap-api
Other
5 stars 3 forks source link

Update existing ember code to use new field names for Action #152

Closed godfreyyeung closed 5 years ago

godfreyyeung commented 5 years ago

For example, currently the show-project.hbs template renders action attributes using CRM field names. For example:

action.statuscode or action.dcp_name

Now that Action is represented as an Ember model with new field names, we should use those instead:

action.status or action.name

Other resources may also need to be updated in templates/controllers. I doesn't look like there's that many, though.