PulexIrritans / Heelhook-Capstone

A website for boulder enthusiasts.
https://heelhook.vercel.app
4 stars 2 forks source link

5 - Set up boulders in database #9

Open PulexIrritans opened 2 years ago

PulexIrritans commented 2 years ago

Value statement - a requirement, not a solution

As a user I want to save my data in a database to be able to access my data from anywhere.

Description (Text, Scribble, Wireframe, Design)

Each boulder should be saved as a document in the collection boulders in the mongodb as per the following example:

{ "id": "1", "name": "King Kong", "sector": "Monkey Island", "level": "1", "hold_color": "yellow", "setter": "Nora Born", "tags": [], "img_start": "King_Kong_start.jpg", "img_complete": "King_Kong.jpg", "weighting": 100, "start_date": "2022-05-20", "expiry_date": "" }

Acceptance criteria

Tasks

Size

(medium)

mbosselmann commented 2 years ago

Hi Antje, I like your user story. 👍 My remarks:

I think you could write your value proposition also from a user perspective. Suggestion:

As a user I want to save my data in a database to be able to access my data from anywhere.

I would add under acceptance criteria that if there is no data in your database, the user gets a hint. And for tasks I would add error handling. :)

PulexIrritans commented 2 years ago

@mbosselmann Hi Mareike, thank you for your feedback. I have updated the user story accordingly.