This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 6 years ago

Closed 6 years ago

Last modified 5 years ago

#233 closed enhancement (fixed)

Room names vs Room building-floor-door

Reported by: dmartinc Owned by: lsyroka
Priority: low Milestone: v0.97.0
Component: Room Booking Version: 0.97.0
Keywords: room Cc:

Description

In the Room Booking interface, when choosing a room from the list in order to book it, the user can see both the room building-floor-door and the room's "Human Name". Example: "CERN: 40-S2-A01 Salle Andersson".

However when these rooms are presented while creating / modifyfing an event, or a timetable item, only the "Human name" is presented if it exists (example: Salle Andersson). Same thing happens in the display pages.

We should also display the room building-floor-door in these cases, most specially in the display pages. Otherwise people who come to attend a lecture or meeting to a building they do not know might not find the room. The rooms in building 40 (Salle Andersson / Salle Bohr / Salle Curie / Salle Dirac) are a good example of this.

Change History (7)

comment:1 Changed 6 years ago by jbenito

  • Owner set to lsyroka
  • Status changed from new to assigned

comment:2 Changed 6 years ago by lsyroka

  • Status changed from assigned to accepted

comment:3 Changed 6 years ago by lsyroka

  • Resolution set to fixed
  • Status changed from accepted to closed

comment:4 Changed 6 years ago by leszek.marek.syroka@…

commit 58f31341674fdbd0a8ccae26f09dcb25336100bb
Author: Leszek Syroka <leszek.marek.syroka@…>
Date: Wed Mar 10 13:54:16 2010 +0100

[FIX] Displaying room location - room booking


  • room location in conference's room booking website is displayed properly
  • room names in room list
  • room names in calendar
  • room names in calendar and room list changed to format [building]-[floor]-[room] ([room name]). If room name doesn't exist, brackets are omitted.
  • room names in room booking widget - full name of the room, including its location is displayed in room booking widget
  • reviewed and fixed by pferreir
    • removed a line that was added accidentally, some whitespace fixes in templates;
    • fixed duplicate request for room selection widget;

comment:5 Changed 6 years ago by leszek.marek.syroka@…

commit 6feca5d7c49fe1202b7d8eb010c4b5ce9b4bb99f
Author: Leszek Syroka <leszek.marek.syroka@…>
Date: Fri Mar 12 17:08:12 2010 +0100

[FIX] Conference display room number


  • full name of room (including its location) is displayed in display room widget
  • reviewed and fixed by pferreir
    • some fixes to Leszek's code, including making sure that there is a connection to the DB, and printing the room name as it is in case it is not found in the DB;
  • addresses #233

comment:6 Changed 5 years ago by Leszek Syroka <leszek.marek.syroka@…>

In [6feca5d7c49fe1202b7d8eb010c4b5ce9b4bb99f]:

[FIX] Conference display room number

  • full name of room (including its location) is displayed in display room widget
  • reviewed and fixed by pferreir
    • some fixes to Leszek's code, including making sure that there is a connection to the DB, and printing the room name as it is in case it is not found in the DB;
  • addresses #233

comment:7 Changed 5 years ago by Leszek Syroka <leszek.marek.syroka@…>

In [58f31341674fdbd0a8ccae26f09dcb25336100bb]:

[FIX] Displaying room location - room booking

  • room location in conference's room booking website is displayed properly
  • room names in room list
  • room names in calendar
  • room names in calendar and room list changed to format [building]-[floor]-[room] ([room name]). If room name doesn't exist, brackets are omitted.
  • room names in room booking widget - full name of the room, including its location is displayed in room booking widget
  • reviewed and fixed by pferreir
    • removed a line that was added accidentally, some whitespace fixes in templates;
    • fixed duplicate request for room selection widget;
Note: See TracTickets for help on using tickets.