-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
79 lines (52 loc) · 2.3 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
jquery based Planboard viewer with events and callbacks for managing planning schedules of many kinds.
How can I see this working:
--------------------------
- checkout from github
- build (For more details on satisfying the dependencies see section "Build Dependencies")
- open src/test/webenv/basic.html in a browser
note:
When using chrome be sure to add the switch: --allow-file-access-from-files
the current in-browser use of loaded local ajax files requires that.
Read this docs to understand how to do that on the windows platform:
* http://www.chromium.org/developers/how-tos/run-chromium-with-flags
* http://peter.sh/experiments/chromium-command-line-switches/
Current state:
-------------
WORKING:
- visualization of grid, dates, allocations and special periods
- including scrolling and resizing effects
- possibility to add dates in front and at the back
- allow to navigate to a certain date
- allow to select a new allocation to commit
- grow and reposition the selection using keyboard events
- callback methods for clicks on existing allocations or new ones
NOT WORKING:
DOCS:
see https://github.com/marc-portier/jquery-planboard/wiki
YOU:
- feel free to share your comments, suggestions and contributions
NEXT/TODO:
- see javascript file...
Build Dependencies:
-------------------
On Ubuntu:
$ sudo apt-get install make nodejs node-less node-uglify
$ sudo ln -s /usr/bin/nodejs /usr/bin/node
$ make
Note: if people have trouble building this distro they can politely ask me (or somebody else) to it for them.
Somewhere down the line I suspect a ready-build distro will be made available.
(I just need to figure out how to best use tags and built-in distribution features on github.com to get the most out of that: ideas welcome)
This project is Using:
---------------------
jQuery from
github: https://github.com/jquery/jquery
jScrollPane from http://jscrollpane.kelvinluck.com/
github: https://github.com/vitch/jScrollPane
less.js from http://lesscss.org
github: https://github.com/cloudhead/less.js
uritemplates (Implementation of RFC 6570)
github: https://github.com/marc-portier/uri-templates
Special credits to:
------------------
css-button-generator at http://www.cssbuttongenerator.com/
for the css techniques to produce glowing 3D buttons in pure css3