peacecorps / medlink

A project to make it easier for Peace Corps Volunteers to order their medical supplies from a local Peace Corps Office. Volunteers can order by sms or webform. PC Staff interact with the orders in a simple to use dashboard.
https://www.youtube.com/watch?v=uNkwizhzMVA
Other
39 stars 36 forks source link

Gear/Settings/"Edit User" requiring fields not on the screen #26

Closed jasnow closed 11 years ago

jasnow commented 11 years ago

When I try to use Gear/Settings/"Edit User", I get the following but those field are not on the screen. -- City can't be blank -- First name can't be blank -- Last name can't be blank

ddeseta commented 11 years ago

Hmmm....Is this a new page or the page for the PCMO?

jasnow commented 11 years ago

I am guess that there is some Rails "model validation" that is happening but we do not have the ability to fix it on the screen because those fields are not present.

v3n commented 11 years ago

That is correct, we need to redesign those screens I believe.

On Jun 6, 2013, at 6:50 PM, Al Snow notifications@github.com wrote:

I am guess that there is some Rails "model validation" that is happening but we do not have the ability to fix it on the screen because those fields are not present.

— Reply to this email directly or view it on GitHub.

jasnow commented 11 years ago

okay

jamesdabbs commented 11 years ago

So the initial issue here seems to be an existing user that no longer passes validations. That shouldn't be an issue on the live site (you can't create a user without a city now), but it would be good to expose controls for updating your name, city, etc. in the user edit page.

ddeseta commented 11 years ago

Please see new global navigation for PCV and PCMO user types in the simulation: http://share.axure.com/5DCVKG

jasnow commented 11 years ago

Moved to milestone 2.2 since 2.1 has passed.

jasnow commented 11 years ago

It works now so closing this issue.