Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prototype the Edit Encounter form #101

Open
MikeTheCanuck opened this issue Dec 5, 2017 · 0 comments
Open

Prototype the Edit Encounter form #101

MikeTheCanuck opened this issue Dec 5, 2017 · 0 comments
Labels

Comments

@MikeTheCanuck
Copy link
Owner

MikeTheCanuck commented Dec 5, 2017

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

  1. 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.
  2. 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.
  3. 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant