OlhenShu / ProjectStage_Team2_May

0 stars 0 forks source link

Detail information of a place - Working times enhancement #238

Open OlhenShu opened 2 months ago

OlhenShu commented 2 months ago

As a user I want to see working times for the current day by default, and be able to see working times for the whole week.

Mockups: current state: image

to be state collapsed: image to be state expanded: image

Acceptance Criteria:

  1. In the details view popup, system shall display working times for the current day only. (e.g. if today is Monday - system shall display working times for Monday only)
  2. In the details view popup, system shall display a collapse/expand icon next to the current day working times.
  3. Provided user clicks on the expander, system shall a. expand the working times area b. display working times for all available days c. display working times of the current day in bold font
  4. Provided user clicks on the collapser, system shall collapse the working times area and display working times for the current day only.
  5. All available days with working times shall be sorted in order Monday to Sunday.

Assumptions and Constraints: relates to #228