agustina-bonesso / vivaVenture

https://viva-venture.vercel.app
4 stars 3 forks source link

16 Database implementation #39

Open e-Steffen opened 1 month ago

e-Steffen commented 1 month ago

Database implementation

As a user, I want my activities to be stored and retrievable within the application, so that my data is always available even if I reload the page or clear the browser cache.

Description

Design and implement the MongoDB database to handle the backend data storage needs of the vivaVenture project. This involves setting up the database schema, establishing connections, and ensuring that CRUD operations are integrated into the application

Acceptance criteria

Tasks

Roland-Hufnagel commented 1 month ago

Why not writing a userstory? It is a big value to have the data available from different devices.

Create a schema that accommodates the current data requirements Use Mongoose to define schema models

These two points are more like tasks for the developer then AC. Please write the AC from a user / tester perspective. E.g. 'New created activities are available even if the user reloads the page or deletes the browser cache.'

Roland-Hufnagel commented 1 month ago

Looks good now.