SirSeim/SPFY

Client Profile > Edit Profile Improvements

Opened this issue · 0 comments

cf7 commented

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