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 5 years ago

Closed 5 years ago

Last modified 5 years ago

#472 closed task (fixed)

Room Booking in Timetable

Reported by: jbenito Owned by: lsyroka
Priority: low Milestone: v0.97.0
Component: Timetable Version: 0.97.0
Keywords: Cc:

Description

PRE-Conditions:

  • Room Booking is active.
  • Bookings are done inside the conference.

FEATURES:

  • Display booked rooms in the location/room widget (with a special layout)
  • Gray-out the ones that are already used at the given time (so the user knows which of the booked rooms can be used for a contribution in a given time).
  • Apply this for creation/edition of sessions/contributions/breaks.
  • [EXTRA] Allow the inline edition of location/rooms.

Change History (5)

comment:1 Changed 5 years ago by lsyroka

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

comment:2 Changed 5 years ago by lsyroka

  • Status changed from assigned to in_work

comment:3 Changed 5 years ago by lsyroka

  • Status changed from in_work to in_merge

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

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

In [138bf2e1db0794eaa1b61e54d7d5dc04eb55b226]:

[FIX] Room booking in timetable

  • booked rooms are now displayed at the very top of the dropdown list in the roombooking widget
  • if there's a collision in roombooking (selected room is already booked in this event at the same time) name of the room turns red, otherwise it's green.
  • checking collision is affected by changes of the contribution time
  • room and location can be edited in timetable management popups
  • room booking widget is now positioned by css, not by table, to avoid IE problem with colspan atrribute
  • room inheritance problems with session slots were solved - fossils were modified, parent's room is displayed properly
  • interface improvements in inline room/location edit in timetable popups
  • entry in user guide added
  • user is inform when trying to use rooms outside their booking time
  • session intervals are also taken into account while checking room availabilty
  • contribution data modification website now works correctly for intervals - contribution id wasn't passed correctly
  • dateField widget now informs about state changes while clicking at the calendar
  • icons in popups added
  • booked rooms are separated from the rest in a room list widget
  • some colors changed
  • roombooking widget works fine while roombooking module is deactiveted
  • repetetive bookings working correctly
  • creating new booking in contributon listing fixed
  • fix#472

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

In [138bf2e1db0794eaa1b61e54d7d5dc04eb55b226]:

[FIX] Room booking in timetable

  • booked rooms are now displayed at the very top of the dropdown list in the roombooking widget
  • if there's a collision in roombooking (selected room is already booked in this event at the same time) name of the room turns red, otherwise it's green.
  • checking collision is affected by changes of the contribution time
  • room and location can be edited in timetable management popups
  • room booking widget is now positioned by css, not by table, to avoid IE problem with colspan atrribute
  • room inheritance problems with session slots were solved - fossils were modified, parent's room is displayed properly
  • interface improvements in inline room/location edit in timetable popups
  • entry in user guide added
  • user is inform when trying to use rooms outside their booking time
  • session intervals are also taken into account while checking room availabilty
  • contribution data modification website now works correctly for intervals - contribution id wasn't passed correctly
  • dateField widget now informs about state changes while clicking at the calendar
  • icons in popups added
  • booked rooms are separated from the rest in a room list widget
  • some colors changed
  • roombooking widget works fine while roombooking module is deactiveted
  • repetetive bookings working correctly
  • creating new booking in contributon listing fixed
  • fix#472
Note: See TracTickets for help on using tickets.