專案

一般

個人檔案

外掛目錄 » 預約會議室

作者 QBurst Technologies
網站 -
代碼倉庫 https://github.com/QBurst/qbmeetingroomplugin
註冊時間 2012-06-21 (大約 12 年前)
目前版本 1.0.1
相容於 Redmine 1.3.x, 1.4.x
使用者評分   (1)

此插件可讓您預訂會議室,並在日曆介面上顯示。

功能
  • 提供日曆視圖(日/週)
  • 允許在日曆上點擊和輸入以預訂和更新會議室。
  • 允許使用重複選項預訂一或兩週的會議室。
  • 不允許預訂過去幾天/小時的會議室。
  • 偵測重疊,不允許在同一時段預訂已預訂的房間。
  • 滑鼠懸停時顯示預訂資訊。
  • 透過從下拉式選單中選擇房間,顯示會議室的預訂詳細資訊。
  • 允許瀏覽和查看未來幾週/幾天的會議室可用性。

安裝說明

以下是設定預約會議室外掛程式需遵循的逐步說明

Log in as Admin
Creating Tracker
From Admin Menu click on Trackers.
Click on New tracker and add a new one for our present project(say Book Meeting).
On Admin Menu List
Click on Custom Fields.
There at the bottom click on New custom field, and add: Start Time, End Time, Meeting Room, Meeting Day,which are necessary for our present project.
Mark the tracker as the one added from previous step(Book Meeting).
Make the format as List
Give possible values.
Give no Default value
Check the “Required ”, “Searchable” and “Used as a filter” boxes(Used as filter is not checked for Start Time and End Time).
Note the custom field ids’ from the URI.
Creating Rooms(Users)
From the Admin Menu select Users
Click on New User at top right corner and create as much new ones as necessary; with names as that intended for the meeting rooms (do not check the Administrator box).
Now Back to the Admin Menu
Click on Projects.
Top right corner New Project.
Give name of the project (say Book Meeting Room).
Give unique name as identifier.
Check the trackers as the tracker we created for our project (say Book Meeting) alone.
Check all the aforesaid custom Fields added and Save.
Now skip to the Members tab ,add the rooms(users) created to the Meeting room project and mark their role as manager to the project .
Save the project.

How it Works
The plug-in uses a Fullcalendar jQuery plug-in which uses ajax calls to fetch the events,which are the booked meeting rooms in Redmine by various employees.
The calendar has a toggleable Week view and Day view on the top right corner; of which the Week view is the default.
The Week view has the span of the week written as the title along with the year.
There is also a Go to date picker to take the user to a future date he/she wants to take a quick view.
This also helps in reducing the clicks required to book a meeting room in some far future.
There is also a drop down, populated with all the meeting rooms available at the time, to select whichever room a user wants to book a room.
There is a quick jump Today button to take the user to the present day so that the status of a particular room for such a day could be viewed.
Both the Week view and Day view exhibit a time line from 09:00 to 21:00 with the aid of which a meeting room can be booked at various time slots between 08:30 to 22:00, avoiding an overlap.
Events could be booked also on a recurring basis. The available options are for one week and two weeks, in which case the meeting room goes occupied for the specified time range for one or two weeks as specified.
On the event of an overlap about to occur the calendar itself alerts the scheduler about the issue and in no case will it be possible to book an event ignoring the alert.
The meeting rooms are booked with the currently logged in user's authorship.
The main feature of the suggested plug-in is that knowing the Project Id and Issue tracker Id of the Book Meeting Project, the plug-in is stand alone in that no other files need to be edited in the actual project. The plug-in file goes into the plugins folder in vendor folder.
For easy realization of the situation, the title bars of rooms booked by the presently logged in user is made different in color while displaying along with the others(viz cyan and blue )
Besides booking, a meeting room can also be edited; only by the author of the room.
The plug-in requires some details like project_id and tracker_id to be hard coded in meeting_calendars_controller.rb
The custom_field values from the database needs to be hard coded in meeting_calendars_controller.rb
The custom_field values from the rendered json needs to be hard coded in meeting_calendar.js
In meeting_calendars_controller.rb, lines 6,8,11,13,15,25 and 40 needs hard coded values.
In meetingcalendar.js, lines lines 52,54,56 and 58 needs hard coded values.
In spite some hard coding, the plug-in will be an added asset for better project management.

更新日誌

1.0.1 (2012-06-22)

相容於 Redmine 1.3.x, 1.4.x。

支援 1.4.x

1.0.0 (2012-06-15)

相容於 Redmine 1.3.x。

RedmineMeetingCalendarPlugin.pdf (299 KB) RedmineMeetingCalendarPlugin.pdf QBurst Technologies, 2012-06-21 07:14

使用者評分

  by dj jones 大約 8 年前

這個分支說它支援 Redmine 3 和 2
- https://github.com/dro123/redmine_meeting_room_calendar