Room Addition
- When admin click on Register it should redirect to Hotel Room Registration Form.
- Admin need to fill following fields in form : HotelID,Hotel Name, Hotel Address (Full address with city state, zip code),RoomNo,Cost,
- Clicking ‘Submit’ should validate the datatype constraints for each field
- User failing to provide information on the mandatory fields be provided with an alert message – ‘Please update the highlighted mandatory field(s).’ Also, highlight the missed out field in red
- Post-successful field level validation, save the information in the database and send approval request to Admin
- Upon saving the information in the database, display the message ‘Your room details are submitted successfully’.