nus-cs2103-AY2021S1 / pe-dev-response

0 stars 0 forks source link

No feature to add/edit/delete rooms #507

Open nus-se-bot opened 3 years ago

nus-se-bot commented 3 years ago

The rooms and their provided types are preset and immutable. Even the numbers of the rooms cannot be changed, implying that only 1 floor (the second floor) exists in the system.

A key facility for concierges is the ability to update their system if: (i) the hotel adds floors, and thus needs to add rooms (ii) if a room is upgraded (e.g. from 1 to 2) (iii) if 2 rooms are combined into one (e.g. a single is combined into a double) and repackaged as a different type (iv) a room is repurposed for other utilities (i.e the room should be deleted).

From the above, the rooms management features do not satisfy all the requirements of a concierge.


[original: nus-cs2103-AY2021S1/pe-interim#921]

iamgenechua commented 3 years ago

Team's Response

This is not a bug. Rejected. The user of Conciergebook is just a hotel receptionist. Room management features should not be handled by the hotel receptionist. We also stated in the UG that the hotel receptionist should only be responsible for managing bookings, not for room management decisions that are usually decided at the upper-management level. Screenshot 2020-11-14 at 9.49.03 PM.png

Duplicate status (if any):

--