qy21gafy / AMOSSharedDeskFeatureBoard

3 stars 0 forks source link

Initialize Database #24

Open qy21gafy opened 1 year ago

qy21gafy commented 1 year ago

User story

  1. As a user
  2. I want / need a database that holds my user data, booked desks, company data etc.
  3. So that I can efficiently book desks

Acceptance criteria

Definition of done (DoD)

DoD general criteria

Faoilthiama commented 1 year ago

First two bullet points in Acceptance criteria should be an extra ticket because they are dependent on ticket #6 . We should review the design before thinking about dummy data.

qy21gafy commented 1 year ago

As the database design fits our idea, some suggestions for dummy data: Add an admin role, normal user and an intial admin role (user that registers company with service and has the most permissions) to the roles for testing; Add a dummy company with maybe one normal registered user, one admin and one initial admin; Maybe add one building, one room and one desk or so registered with that company to the database. These are just some suggestions, feel free to add more or less.

xilef45 commented 1 year ago

Pull-Request: init DB + add Dummy Data #5