TulaUnogi / cat-beans-cafe

A full stack portfolio project
2 stars 4 forks source link

USER STORY: TABLE BOOKING #21

Open TulaUnogi opened 9 months ago

TulaUnogi commented 9 months ago

As a Customer I can book a table, so I can visit a café without a concern that my chosen seat will be taken

Acceptance criteria

Tasks

Restrictions to implement

TulaUnogi commented 9 months ago

Note to self: Should add restrictions like:

Should add edit booking model

TulaUnogi commented 9 months ago

Currently facing an error in booking form: didn't return an HttpResponse object. It returned None instead.

TulaUnogi commented 9 months ago

Edit booking currently works partially... You can only edit one booking before the error

TulaUnogi commented 8 months ago

Edit booking fixed