Wiki source code of Explorer Application
Last modified by Vincent Massol on 2024/11/19 16:12
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 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 | [Idea] Explorer Application http://xwiki.markmail.org/thread/bkg7fblxa6onuh3p (Aug 9, 2013) | ||
| 11 | {{/info}} | ||
| 12 | |||
| 13 | (% class="clearfloats" %) | ||
| 14 | ((( | ||
| 15 | |||
| 16 | ))) | ||
| 17 | |||
| 18 | === Explorer vs. Document Index === | ||
| 19 | |||
| 20 | The Explorer is not a replacement for the Document Index. Both applications serve different purposes and both are needed in order to make it easier for the user to navigate inside the structure hierarchy | ||
| 21 | |||
| 22 | (% class="left column50 dashboardleft" %) | ||
| 23 | ((( | ||
| 24 | ==== Explorer ==== | ||
| 25 | |||
| 26 | Displays only the top level entities and you need to navigate step by step in the hierarchy | ||
| 27 | |||
| 28 | {{error}} | ||
| 29 | Con: | ||
| 30 | * Missing the overview aspect (harder to filter for pages with similar names or harder to rapidly find a page you know the name for) | ||
| 31 | {{/error}} | ||
| 32 | |||
| 33 | {{success}} | ||
| 34 | Pro: | ||
| 35 | * Better understanding of the hierarchy and grouping of pages inside silos | ||
| 36 | {{/success}} | ||
| 37 | |||
| 38 | {{gallery}} | ||
| 39 | image:ExplorerApp.png | ||
| 40 | image:Step1.png | ||
| 41 | image:Step2.png | ||
| 42 | image:Step3.png | ||
| 43 | image:Step4.png | ||
| 44 | {{/gallery}} | ||
| 45 | ))) | ||
| 46 | |||
| 47 | (% class="dashboardright right column50" %) | ||
| 48 | ((( | ||
| 49 | ==== Document Index ==== | ||
| 50 | |||
| 51 | Displays all pages from all over the wiki and let's you filter them by location | ||
| 52 | |||
| 53 | {{error}} | ||
| 54 | Con: | ||
| 55 | * No spacial relation between entries, the entries are separated by type (pages, attachments, deleted) | ||
| 56 | {{/error}} | ||
| 57 | |||
| 58 | {{success}} | ||
| 59 | Pro: | ||
| 60 | * You know the magnitude of contributions (how many pages the wiki contains) | ||
| 61 | {{/success}} | ||
| 62 | |||
| 63 | {{gallery}} | ||
| 64 | image:DocumentIndex.png | ||
| 65 | {{/gallery}} | ||
| 66 | ))) | ||
| 67 | |||
| 68 | (% class="clearfloats" %) | ||
| 69 | ((( | ||
| 70 | |||
| 71 | ))) | ||
| 72 | |||
| 73 | === Explorer Application Preview === | ||
| 74 | |||
| 75 | {{html}} | ||
| 76 | <iframe width="100%" height="600px" src="//www.youtube.com/embed/vA-2Be_irew" frameborder="0" allowfullscreen></iframe> | ||
| 77 | {{/html}} | ||
| 78 | |||
| 79 | (% class="clearfloats" %) | ||
| 80 | ((( | ||
| 81 | |||
| 82 | ))) | ||
| 83 | |||
| 84 | === Similar Applications === | ||
| 85 | |||
| 86 | * The same interaction could be used to explore Users and Applications inside Wikis | ||
| 87 | |||
| 88 | (% class="left column50 dashboardleft" %) | ||
| 89 | ((( | ||
| 90 | ==== Explorer: Users ==== | ||
| 91 | |||
| 92 | {{gallery}} | ||
| 93 | image:ExplorerUsersStep1.png | ||
| 94 | image:ExplorerUsersStep2.png | ||
| 95 | image:ExplorerUsersStep3.png | ||
| 96 | image:ExplorerUsersStep4.png | ||
| 97 | {{/gallery}} | ||
| 98 | ))) | ||
| 99 | |||
| 100 | (% class="dashboardright right column50" %) | ||
| 101 | ((( | ||
| 102 | ==== Explorer: Applications ==== | ||
| 103 | |||
| 104 | {{gallery}} | ||
| 105 | image:ExplorerApplicationsStep1.png | ||
| 106 | image:ExplorerApplicationsStep2.png | ||
| 107 | image:ExplorerApplicationsStep3.png | ||
| 108 | image:ExplorerApplicationsStep4.png | ||
| 109 | {{/gallery}} | ||
| 110 | ))) | ||
| 111 | |||
| 112 | (% class="clearfloats" %) | ||
| 113 | ((( | ||
| 114 | |||
| 115 | ))) |