mulewile / capstone-project

https://capstone-project-tau-five.vercel.app
0 stars 0 forks source link

Event Form #5

Open mulewile opened 1 year ago

mulewile commented 1 year ago

Value proposition

As a user I want to be able to see an add button, a form with input fields, a done button and a cancel button, in order to create a new event card and be able to return to the events overview and confirm that it worked.

Description

Screenshot 2023-04-26 at 22 04 09

Acceptance criteria

Tasks

Size: XL

CJAkkuec commented 1 year ago

As a user I want to see a form in order to input event details.

I'd probably suggest that the user doesn't want to just see a form, but enter data into it. Such as, a user wants to enter event details into a form so they can create a new event.

I think this User Story should be about the creation of a new event + routing back to the event overview.

Here's why:

Acceptable behavior of a form is to receive data and to process it. If I hit "done" and I'm just being routed to the overview but the data is nowhere to be found, that is not "acceptable".

So you need to:

  1. Create a form
  2. Process the user input (maybe it creates a new event card, etc ...)
  3. Route back to the overview, so the user can see that it worked (e.g. there's a new event card now, etc ...)

The size of this User Story is likely more large rather than small.

mulewile commented 1 year ago

Thanks, I should have explicitly included some points rather than imply them.