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
Build a form that reads an Encounter's FullName property, displays it in an editable textbox, provides a Submit button, and pushes that data back to the same record as it came from.
Acceptance Criteria
Given there is at least one existing Encounter record
When I select an existing Encounter record
Then the Edit Encounter form opens AND
Then the user is able to edit any of the Person, Event, Location, Topics fields.
Given the user has made a change to one of the fields in the Encounter data in the Edit form
When the user taps the Save button
Then the updated data will be written to the existing Encounter record, overwriting any previous values AND
Then the Edit form disappears and the previous View is visible and interactive again.
Given the user has not made a change to any of the editable fields in the Edit form
When the user taps the Save button
Then the Edit form disappears and the previous View is visible and interactive again.
The text was updated successfully, but these errors were encountered:
Build a form that reads an Encounter's FullName property, displays it in an editable textbox, provides a Submit button, and pushes that data back to the same record as it came from.
Acceptance Criteria
When I select an existing Encounter record
Then the Edit Encounter form opens AND
Then the user is able to edit any of the Person, Event, Location, Topics fields.
When the user taps the Save button
Then the updated data will be written to the existing Encounter record, overwriting any previous values AND
Then the Edit form disappears and the previous View is visible and interactive again.
When the user taps the Save button
Then the Edit form disappears and the previous View is visible and interactive again.
The text was updated successfully, but these errors were encountered: