Skip to content

Commit 4f32c29

Browse files
committed
Merge branch 'master' of github.com:geekbrit/ResCal
2 parents ba6e0ad + b3c3025 commit 4f32c29

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Resource Calendar
22

33
## Status
4-
Working framework in place, currently ~75% feature-complete for the first calendar view (view one week for each
4+
Working framework in place, currently ~95% feature-complete for the first calendar view (view one week for each
55
resource associated with a calendar, time slots arranged vertically). At this point you can:
66
* Drag one of the predefined meeting types onto any of the resource calendars
77
* Drag meetings within and between resources
88
* Click on meetings to open an event-editing box
99
* Drag the bottom edge of a meeting to change its overall duration
1010
* Delete an event by clicking on the 'X' in the top-right corner of the event
11+
* Click on the calendar icon to change to a different week
12+
* Configure 7-day, or 5-day weeks, with choice of start-of-week day
1113

1214
The test/demo system uses localStorage to provide event persistence. In a real implementation, this would be
1315
replaced by, or enhanced with server-side storage using Ajax transactions.

0 commit comments

Comments
 (0)