TransparentHealth / smh_app

Share My Health App: An application for Community Members and Community Based Organizations
Apache License 2.0
2 stars 3 forks source link

[smh-app-66] make fields optional #69

Closed sharrisoncaktus closed 5 years ago

sharrisoncaktus commented 5 years ago

Several fields should not be required in the create member workflow:

In addition to setting require=False, the VMI app doesn't like empty fields, so we only post values that are non-empty.

Tests adjusted to accommodate the new optional nature of these fields.