Wiki source code of Home Menu (Portal v2.0)

Version 24.1 by Ecaterina Valica on 2013/07/29 14:09

Show last authors
1 {{velocity}}
2 $xwiki.ssx.use("Improvements.WebHome")
3 $xwiki.ssx.use("Standards.WebHome")
4 $xwiki.ssx.use("Improvements.DocumentationFlavor")
5 {{/velocity}}
6
7 == Community Feedback ==
8
9 {{info}}
10 [Proposal][UX] (, 2013)
11 {{/info}}
12
13
14 (% class="left column50 dashboardleft" %)
15 (((
16 == Proposal ==
17
18 {{toc start="3"/}}
19 )))
20
21 (% class="dashboardright right column50" %)
22 (((
23 == Related Work ==
24
25 {{warning}}
26 [[Portal Menu>>Improvements.PortalMenu]]
27 {{/warning}}
28 )))
29
30 (% class="clearfloats" %)
31 (((
32
33 )))
34
35 === Global Menu ===
36
37 ==== Add Menu ====
38
39 (% class="left column50 dashboardleft" %)
40 (((
41 * 'Add Menu' entries
42 ** 'Wiki'
43 ** 'Space'
44 ** 'Page'
45 ** 'Application'
46
47 )))
48
49 (% class="dashboardright right column50" %)
50 (((
51 {{gallery}}
52 image:MenuAdd.png
53 image:MenuAddCurrent.png
54 {{/gallery}}
55 )))
56
57
58 (% class="clearfloats" %)
59 (((
60 )))
61
62
63 ==== Portal Menu ====
64
65 (% class="left column50 dashboardleft" %)
66 (((
67 * Portal = Main Wiki
68 ** is the place that manages all the sub-wikis (workspaces)
69 ** will be marked in breadcrumbs and global menu with a "Home" icon
70
71 * 'Portal' entries
72 ** 'Administer Portal'
73 ** __ _ __
74 ** 'Workspaces Directory'
75 ** Alternative: could also contain 'Users Directory', but would cover just the Workspace case, so having 'User Directory' in the 'Profile' submenu is better
76
77 )))
78
79 (% class="dashboardright right column50" %)
80 (((
81 {{gallery}}
82 image:MenuPortal.png
83 image:MenuPortalCurrent.png
84 image:WorkspacesDirectoryCurrent.png
85 .png
86 {{/gallery}}
87 )))
88
89
90 (% class="clearfloats" %)
91 (((
92 )))
93
94
95 ==== Workspace/Wiki Menu ====
96
97 (% class="left column50 dashboardleft" %)
98 (((
99 * 'Workspace'/'Wiki' entries
100 ** 'Watch Workspace'/'Wiki'
101 ** 'Administer Workspace'/'Wiki'
102 ** __ _ __
103 ** 'Workspace Index'/'Wiki'
104 *** Document Index at Workspace/Wiki level
105 ** 'Applications Index'
106 *** A livetable with all applications installed in the Workspace, easily filtrable
107 ** __ _ __
108 ** 'Delete'
109
110 {{warning}}
111 Not sure if we should enforce this naming separation between wikis and workspaces. 'Workspace' is a long name and I would prefer to have only 'Wiki'.
112 {{/warning}}
113
114 )))
115
116 (% class="dashboardright right column50" %)
117 (((
118 {{gallery}}
119 image:MenuWorkspace.png
120 image:MenuWorkspaceCurrent.png
121 {{/gallery}}
122 )))
123
124
125 (% class="clearfloats" %)
126 (((
127 )))
128
129
130 ==== Space Menu ====
131
132 (% class="left column50 dashboardleft" %)
133 (((
134 * 'Space' entries
135 ** 'Watch Space'
136 ** 'Administer Space'
137 ** __ _ __
138 ** 'Space Index'
139 *** Document index at Space level
140 ** __ _ __
141 ** 'Delete'
142 *** and other space actions that will be implemented
143 )))
144
145 (% class="dashboardright right column50" %)
146 (((
147 {{gallery}}
148 image:MenuSpace.png
149 image:MenuSpaceCurrent.png
150 {{/gallery}}
151 )))
152
153
154 (% class="clearfloats" %)
155 (((
156 )))
157
158
159 ==== Page Menu ====
160
161 (% class="left column50 dashboardleft" %)
162 (((
163 * 'Page' entries
164 ** 'Watch Page'
165 ** 'Administer Page'
166 *** New administration section for pages that will contain Rights + display options for page level (like show comments, etc.)
167 ** __ _ __
168 ** 'Copy'
169 ** 'Rename'
170 ** 'Delete'
171 )))
172
173 (% class="dashboardright right column50" %)
174 (((
175 {{gallery}}
176 image:MenuPage.png
177 image:MenuPageCurrent.png
178 {{/gallery}}
179 )))
180
181
182 (% class="clearfloats" %)
183 (((
184 )))