You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Almost everything for editing a client profile is hard-coded for the time being, but this will be problematic with other features (#36) as we approach production.
There may be some plugins that facilitate editing an arbitrary amount of input fields of varying types.
Some considerations specified by the staff:
• Some fields can only be edited in an "editing mode" rather than an "edit-in-place" to make it more difficult to accidentally edit that information.
• Other fields, such as the information in the collapsable tabs (#62), can remain edit-in-place.
(If we are crunched for time, using an edit-in-place plugin for all fields would be fine.)
Implementation for this feature is in
static/js/components/viewclient.js
The text was updated successfully, but these errors were encountered:
cf7
added this to the
Testing Round 2 milestone
Mar 8, 2017
Almost everything for editing a client profile is hard-coded for the time being, but this will be problematic with other features (#36) as we approach production.
There may be some plugins that facilitate editing an arbitrary amount of input fields of varying types.
Some considerations specified by the staff:
• Some fields can only be edited in an "editing mode" rather than an "edit-in-place" to make it more difficult to accidentally edit that information.
• Other fields, such as the information in the collapsable tabs (#62), can remain edit-in-place.
(If we are crunched for time, using an edit-in-place plugin for all fields would be fine.)
Implementation for this feature is in
static/js/components/viewclient.js
The text was updated successfully, but these errors were encountered: