sshah135 / FunNstay

PRJ566 Course
0 stars 0 forks source link

Adding Hotels Rooms #42

Closed sshah135 closed 11 months ago

sshah135 commented 11 months ago

Description: Admin can add the rooms to the application that will be access to the users Acceptance Criteria: • Admin can add the rooms to the application. • Admin should add hotel name, rent, max guest, description, contact number, type. • Admin should add some pictures of the hotel. • Page should have a submit button that adds the room to the main page. Testing Criteria: • Admin should add all the required data. • Room Pictures should be in URL. • When clicked on submit button it should refresh the page. • Rooms page should show the room that was added.

sshah135 commented 11 months ago

Added this features to admin panel and checked that admin can add the rooms to main web application.