Skip to content

Commit 3da108c

Browse files
committed
Initial check-in
Getting this in for more eyes on it. Still need to implement the refresh of the dashboard (line 115 in project-management.js). Also, there's an issue now with the use of the xlsx library: any update changes all the dates in our excel file. When this happens, replace tasks.xlsx with 'tasks - master.xlsx'.
1 parent 9892075 commit 3da108c

File tree

13 files changed

+25590
-0
lines changed

13 files changed

+25590
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
6+
# Runtime data
7+
pids
8+
*.pid
9+
*.seed
10+
11+
# Directory for instrumented libs generated by jscoverage/JSCover
12+
lib-cov
13+
14+
# Coverage directory used by tools like istanbul
15+
coverage
16+
17+
# nyc test coverage
18+
.nyc_output
19+
20+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
21+
.grunt
22+
23+
# node-waf configuration
24+
.lock-wscript
25+
26+
# Compiled binary addons (http://nodejs.org/api/addons.html)
27+
build/Release
28+
29+
# Dependency directories
30+
node_modules
31+
jspm_packages
32+
33+
# Optional npm cache directory
34+
.npm
35+
36+
# Optional REPL history
37+
.node_repl_history
38+
39+
# Tableau Temp files
40+
*.twbr
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest manifest-version="0.1" xmlns="http://wwww.tableau.com/xml/addin_manifest">
3+
<tableau-addin id="com.tableau.extension.projectmanagement" addin-version="0.1.0">
4+
<default-locale>en_US</default-locale>
5+
<name resource-id="name"/>
6+
<description>Extensions API sample showing how to do write-back for a project management dashboard.</description>
7+
<addin-type>
8+
<dashboard-addin/>
9+
</addin-type>
10+
<author name="Tableau" email="[email protected]" organization="tableau" website="www.tableau.com"/>
11+
<min-api-version>1.1</min-api-version>
12+
<source-location>
13+
<url>http://localhost:8765</url>
14+
</source-location>
15+
<icon>iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAiZJREFUeNrsWu1twjAQdREDsAGMkBHCBnQCwgbdADoB3cDeoN2AbkA2ACaADagtnVXLckhIcvic3JNOzg/Lzp3ffcQXIRgMBoPBiIEZCGnkWu4IstJyBJmN0QAn53kfU8HpE3OVlkuHveZaCnhewFhq+UyFAXnPbLpSoP/khXstnOebliWMYgwMyODE7VoFFQWnL9jD0Pzg0f1cwRBMw6iKfVsxwCiza6j8MZAF8hdmnIcMnnQ40a0WWRPIJNBftLE+1Rjgn2pVMSO9OaseM0r0IFhnhCKQ7nKKBmgbBG0aOwDFM3hegnKyRbpLKgg+YsLVq/mbrpVMEAwxoXTyvXWFjZaf1D9Zm/qtzQx2rkQuq8mVwpYJCtiwSeWE+64EuygeJQhOCR3GAoorLPxSN8ANXhJzfTI3QoMLgsmizgWMz2BcWZ0Fg8FgMBiM2HiL9IGioBq8Ub8zwCqFd4JIkyRWKbxNxUVygdccNfIx5o8hEwe+xmSAtXc5sRmTC+zHfB9QNPR1rIyD0hcwi5kGSNZgnkz5QqSqOPoW/70AtzHiIoN5btArai5JMP8XOvcZA9xC5hpQzBjn5KW7XAyoO2x9+x6o6Px+oUSoKchkgZAR3P8CDk+sFSUIdu0LKBilNwqIC+/UT7iPxogKKN/mN7ikgqCocYcC+buCFANcJpSQ/lQqQa7vSrDsoHxSleBg8IwLrDv67jz1IMjdYQaDwWAwhoU/AQYAzKOn1lVG60IAAAAASUVORK5CYII=</icon>
16+
</tableau-addin>
17+
<resources>
18+
<resource id="name">
19+
<text locale="en_US">Project Management</text>
20+
</resource>
21+
</resources>
22+
</manifest>

Examples/ProjectManagement/Tasks.twb

Lines changed: 1026 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)