-
-
Notifications
You must be signed in to change notification settings - Fork 28
Feature AddBooking form #24
Copy link
Copy link
Open
Labels
🏝️ Priority StretchDo this once mandatory and key work is doneDo this once mandatory and key work is done📅 Week 3Assigned during Week 3 of this moduleAssigned during Week 3 of this module🧩 Feature
Metadata
Metadata
Assignees
Labels
🏝️ Priority StretchDo this once mandatory and key work is doneDo this once mandatory and key work is done📅 Week 3Assigned during Week 3 of this moduleAssigned during Week 3 of this module🧩 Feature
Type
Projects
Status
📋 Backlog
Instructions:
Add a form with
<input>s for each of the booking fields (first name, surname, email, title, room id, check in date, check out date) and a 'Submit'<button>element to the bottom of the page. Submitting the form adds the booking to the result table. Note that the new booking won't persist if you refresh the page.Test: