AgileVentures / MetPlus_tracker

Git Repository for the Waffle issue in MetPlus project
2 stars 4 forks source link

DRY out forms to edit multiple user #169

Closed joaopapereira closed 8 years ago

joaopapereira commented 8 years ago

As a developer I need to change the Forms to use reuse views that are shared between forms

joaopapereira commented 8 years ago

The needed forms to be reviewed are: Agency Person Job Seeker

patmbolger commented 8 years ago

and CompanyPerson

sidhene commented 8 years ago

and companies/_form This is a duplicate of company_registrations/_form

There is also duplication in the cucumber tests for this section - instead of referring to the same view, it is spelled out individually in several tests. This means that when we add or move a field, that change must be made separately for each repeat.

vijayakarumudi commented 8 years ago

I am working on dry out form for edit users.

vijayakarumudi commented 8 years ago

I completed dry out forms for AgencyPerson,CompanyPerson and JobSeeker. I will create the PR today.