Skip to content

Commit cfad422

Browse files
committed
Added gitattributes trying to handle autogenerated file merge conflicts.
1 parent 95c147f commit cfad422

File tree

5 files changed

+21
-10
lines changed

5 files changed

+21
-10
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
dist/* merge=ours
2+
cubesviewer/cubesviewer.templates.js merge=ours

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ Latest CubesViewer stable release is 2.0.1:
5353
* [Changelog](http://github.com/jjmontesl/cubesviewer/blob/master/CHANGES.txt)
5454
* Works with *Cubes 1.0.x*
5555

56+
CubesViewer Server already includes the CubesViewer library so you just need that package
57+
if you plan to deploy the server-side application.
58+
59+
If you do modifications to the project, cloning both repositories via `git` is encouraged, so you can
60+
easily contribute your fixes and improvements back.
5661

5762
Requirements
5863
------------

TODO.txt

+12-8
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ Consider contributing to CubesViewer! This is a possible roadmap (reverse order)
6464

6565
[2.2]
6666

67-
* Maintenance and missing stuff? ~notes~->comments..., info metadata (html/url), etc...
67+
* Info metadata (html/url), etc...
68+
* Django views admin -> include CubesViewer
6869
* Scroll to recently open view on GUI (also provide function to do it from code for standalone views).
6970
* Fact Viewer and fact templates (html/url/angular template?), i.e. including links to documents or etc...
7071
* Data formatters (color, decimals, abbreviations, units, etc...). Allow client side changes?
@@ -81,8 +82,16 @@ Consider contributing to CubesViewer! This is a possible roadmap (reverse order)
8182

8283
[2.1]
8384

84-
* Update screenshots showing map chart (ie from views.html).
85-
* Create views.html page for site, showing a full story w/ source code ("start with a blank cube", "exploration", "series", "chart", "map"...)
85+
* Site, demos and data:
86+
* Update screenshots showing map chart (ie from views.html).
87+
* Create views.html page for site, showing a full story w/ source code ("start with a blank cube", "exploration", "series", "chart", "map"...)
88+
* Site (second iteration). Show a couple of charts view, a table, and an enabled-controls view.
89+
SAME views to be automatically opened in the explorer sample.
90+
* Add product subcategory to demo data. Add some formatters (correctly from dims via CubeETL).
91+
* Update & simplify demo views JSON.
92+
* Review site and doc links.
93+
94+
* Comments system.
8695

8796
* Chart series view/hide selection is serialized using label instead of key. Normalize.
8897
* Issue #55 (chart shows measure name, not measure label).
@@ -111,10 +120,6 @@ Consider contributing to CubesViewer! This is a possible roadmap (reverse order)
111120
* _Firefox_ menu wrap in Studio menu (not in Chrome nor View menu?)
112121
* Submenu loading issue.
113122

114-
* Site (second iteration). Show a couple of charts view, a table, and an enabled-controls view.
115-
SAME views to be automatically opened in the explorer sample.
116-
* Add product subcategory to demo data. Add some formatters (correctly from dims via CubeETL).
117-
* Update & simplify demo views JSON.
118123
* Size change when switching views is very irritating. Hack that (fix height during changes/reloads?).
119124
* Sorting issues.
120125

@@ -129,5 +134,4 @@ Consider contributing to CubesViewer! This is a possible roadmap (reverse order)
129134

130135
* Announcement (Cubes list, twitter, reddit, etc.).
131136
* Remove -devel from version, Disable debug mode, Release notes, Tag repo (release), Move this todo item to next release top.
132-
* Review all site and doc links.
133137
* Site bug when changing chart modes: implement API and mode change correctly (watch? event? repeated events?)

doc/guide/cubesviewer-embed.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Files
3434

3535
You need to include CubesViewer CSS and Javascript in the `dist` directory.
3636

37-
You can get dependencies using your favourite dependency manager, but all libraries
37+
You can get dependencies using your favourite dependency manager, but all the needed libraries
3838
are available in the `html/lib` directory for convenience.
3939

4040

doc/guide/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ CubesViewer Documentation
1717

1818
**For end users**:
1919

20-
* [CubesViewer User Guide](cubesviewer-user-main.md)
20+
* [CubesViewer User Guide](cubesviewer-user-main.md) - Work in progress
2121

2222
**Links**:
2323

0 commit comments

Comments
 (0)