edac-epscor / nmepscor-data-collection-form

NMEPSCoR data documentation tool -- angular-enterprise-seed/djangoized
MIT License
1 stars 2 forks source link

Missing nav buttons on the attribute section? #7

Open roomthily opened 10 years ago

roomthily commented 10 years ago

It just has "Next Step" and not "quit' or "reset".

roomthily commented 10 years ago

The attribute buttons are inconsistent across the three options (tabular, raster or matrix). Maybe also the edit kind of buttons.

at3560k commented 10 years ago

Pushing a fix to the attribute form, but noticed a small 'bug pattern' going on in complex subforms in which I would alias $rootScope.formData.ATTRIBUTES.table. .... to $scope.shortTableName use it in the form, operate on it... etc.

But then if reset() was called, $rootScope.formData would be copied over /continued to edit upon, but the old short reference...still displayed while saving formData.

Going to check workflow for this antipttern next.