Changeset 3030 in products
- Timestamp:
- Nov 17, 2010 4:43:16 PM (15 years ago)
- Location:
- quintagroup.analytics/trunk/quintagroup/analytics/browser
- Files:
-
- 7 edited
-
legacy_portlets.pt (modified) (1 diff)
-
ownership_by_state.pt (modified) (1 diff)
-
ownership_by_type.pt (modified) (1 diff)
-
portlets_stats.pt (modified) (1 diff)
-
properties_stats.pt (modified) (1 diff)
-
qa_overview.pt (modified) (2 diffs)
-
type_by_state.pt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
quintagroup.analytics/trunk/quintagroup/analytics/browser/legacy_portlets.pt
r3023 r3030 20 20 <li class="formTab"><a href="@@portlets_stats">Portlets stats</a></li> 21 21 </ul> 22 <p>Info comming soon</p> 22 <p>The following list displays all site's legacy portlets, assigned as left and right slots in all site sections. 23 Click on the porltet title to land on the porltet edit form.</p> 23 24 <form action="" method="get"> 24 Walk through site up to this level (type -1 for no limits):25 Search depth (-1 means no limit, 1 means that objects in the site root only will be searched): 25 26 <input type="text" name="level" size="5" value="1" tal:attributes="value request/level|python:1" /> 26 <br>27 27 CSV 28 28 <input type="checkbox" name="csv" tal:attributes="checked request/csv|python:0" /> -
quintagroup.analytics/trunk/quintagroup/analytics/browser/ownership_by_state.pt
r3028 r3030 20 20 </ul> 21 21 </div> 22 <p> Here you can see information about workflow states that content objects are in and owners of those objects.23 Below you can see chart that shows workflow states to users map. Also there is a table24 under the chart. That table displays all workflow states and how many objects are in certain state and who25 is owner of those objects.26 </p>22 <p>The following chart displays workflow states of site's content objects in relation to their owners 23 (up to 10 most active site content contributors are displayed).</p> 24 <p>The table under the chart displays number of content objects in all site's workflow states in relation 25 to content owners. 26 </p> 27 27 <div id="chart" tal:content="structure view/getChart"> 28 28 Chart will be here -
quintagroup.analytics/trunk/quintagroup/analytics/browser/ownership_by_type.pt
r3023 r3030 20 20 </ul> 21 21 </div> 22 <p>Th is page provides information about content objects added to your site and their creators.23 Below you can see chart that shows 10 most freaquently created content types and owners of that types24 objects. Also there is a table under the chart. This table displays all content types and how many25 objects of them was created and by whom.22 <p>The following chart displays the most frequently created content types (up to 10) in relation 23 to their owners (up to 10 most active site content contributors are displayed).</p> 24 <p>The table under the chart displays number of content objects of all site's content types 25 in relation to their owners. 26 26 </p> 27 27 <div id="chart" tal:content="structure view/getChart"> -
quintagroup.analytics/trunk/quintagroup/analytics/browser/portlets_stats.pt
r3023 r3030 21 21 <li class="formTab"><a class="selected" href="@@portlets_stats">Portlets stats</a></li> 22 22 </ul> 23 <p>Info comming soon</p> 23 <p>The following list displays all site's portlets, assigned to left and right columns in all site sections. 24 Click on the porltet title to land on the porltet edit form.</p> 24 25 <form action="" method="get"> 25 Walk through site up to this level (type -1 for no limits):26 Search depth (-1 means no limit, 1 means that objects in the site root only will be searched): 26 27 <input type="text" name="level" size="5" value="1" tal:attributes="value request/level|python:1" /> 27 28 <input type="submit" name="submit" value="Submit" /> -
quintagroup.analytics/trunk/quintagroup/analytics/browser/properties_stats.pt
r3023 r3030 21 21 <li class="formTab"><a href="@@portlets_stats">Portlets stats</a></li> 22 22 </ul> 23 <p> Info comming soon</p>23 <p>List of values for certain property for site objects.</p> 24 24 <form action="" method="get"> 25 Walk through site up to this level (type -1 for no limits):25 Search depth (-1 means no limit, 1 means that objects in the site root only will be searched): 26 26 <input type="text" name="level" size="5" value="1" tal:attributes="value request/level|python:1" /> 27 27 <br> -
quintagroup.analytics/trunk/quintagroup/analytics/browser/qa_overview.pt
r3025 r3030 9 9 <body> 10 10 <div id="wrapper"> 11 <h1> Content ownership by state</h1>11 <h1>Quintagroup Analytics Tool</h1> 12 12 <ul class="formTabs" id="navigation"> 13 13 <li class="formTab"><a class="selected" href="@@qa_overview">Overview</a></li> … … 20 20 </ul> 21 21 <h2>Welcome to Quintagroup Analytics Tool</h2> 22 <p> This control panel configletprovides statistic information about your Plone site.23 Every above tab displays information about site content,properties and portlets.22 <p>Quintagroup Analytics Tool provides statistic information about your Plone site. 23 Every tab includes information about site content, its properties and portlets. 24 24 You can see how many content objects are on you site, who are content owners, 25 what are content workflow states, etc. You can s imply find all portlets that are26 assigned on your site and even edit them. You can also export this information into .csv file.27 This information can be very helpful: it allows you to see your site's28 overall content from different perspectives. This information can be very useful while29 migrating your site into newer Plone version, or into another CMS.30 < /p>25 what are content workflow states, etc. You can see all portlets that are assigned 26 on your site and edit them. You can also export the information into .csv files.</p> 27 <p>Information provided by Quintagroup Analytics Tool allows you to see your site's overall 28 content from different perspectives. This information can be very useful while migrating 29 your site into newer Plone version, or into another CMS.</p> 30 <p>Visit the following pages to see your site's statistics:</p> 31 31 <dl> 32 32 <dt> 33 33 <a href="@@ownership_by_type">Ownership by type</a> 34 34 </dt> 35 <dd>This tab gives you information about content owners.</dd> 35 <dd>Information about most popular content types on your site. Here you can see the most frequently 36 created content types on your site and their owners. </dd> 36 37 <dt> 37 38 <a href="@@ownership_by_state">Ownership by state</a> 38 39 </dt> 39 <dd> Here you can see information about content and it workflow states.40 You can see how many content object are published and by whom.</dd>40 <dd>Information about site's content workflow states. Here you can see how many content object 41 are published/submitted for review/etc. and their owners.</dd> 41 42 <dt> 42 43 <a href="@@type_by_state">Types by state</a> 43 44 </dt> 44 <dd> This view provides information aboutcontent types and their workflow states.</dd>45 <dd>Information about site's most frequently created content types and their workflow states.</dd> 45 46 <dt> 46 47 <a href="@@legacy_portlets">Legacy portlets</a> 47 48 </dt> 48 <dd> On this tab you can see legacy portlets information and where they are assigned.</dd>49 <dd>Information about legacy portlets and their location.</dd> 49 50 <dt> 50 51 <a href="@@properties_stats">Properties stats</a> 51 52 </dt> 52 <dd> On this tab you can seecertain property values for all site objects.</dd>53 <dd>Information on certain property values for all site objects.</dd> 53 54 <dt> 54 55 <a href="@@portlets_stats">Portlets stats</a> 55 56 </dt> 56 <dd> On this tab you can see portlets information and where they are assigned.</dd>57 <dd>Information about site portlets and their location.</dd> 57 58 </dl> 58 59 </div> -
quintagroup.analytics/trunk/quintagroup/analytics/browser/type_by_state.pt
r3028 r3030 20 20 </ul> 21 21 </div> 22 <p> Info comming soon.</p>22 <p>The following chart and table display workflow states of the site's most frequently created content types.</p> 23 23 <div id="chart" tal:content="structure view/getChart"> 24 24 Chart will be here
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/chrome/common/qtrac_logo.png)