source: WAeUP_Doc/InstructionsPart2.html @ 733

Last change on this file since 733 was 700, checked in by Henrik Bettermann, 18 years ago

all headers deleted

File size: 4.9 KB
Line 
1<html>
2<body>
3<div class="document">
4<div class="section">
5<h1><a id="instructions-part-2" name="instructions-part-2">Instructions Part 2</a></h1>
6</div>
7<div class="section">
8<h1><a id="usage-of-the-srp-backend-portal" name="usage-of-the-srp-backend-portal">Usage of the SRP Backend Portal</a></h1>
9<div class="section">
10<h2><a id="object-hierarchy" name="object-hierarchy">Object hierarchy</a></h2>
11<p>Browse through the data and visit all levels which reflect the real structure of the University. The deepest level is the Certificate Course, for example BOT111 'Diversity of Plants' has the path:</p>
12<pre class="literal-block">
13  Academic Section
14&gt; Faculty of Agriculture
15&gt; Department of Agricultural Economics &amp; Ext. Services
16&gt; Certificates
17&gt; BACHALOR OF AGRICULTURE (AGRIC ECONS)
18&gt; Level 100
19&gt; First Semester
20&gt; Diversity of Plants
21</pre>
22<!--  -->
23<p>Also the URL reflects this hierarchy. It's a path along the Ids of the hierarchical ordered ancestor objects:</p>
24<p><a class="reference" href="http://srp.waeup.org/campus/academics/AGR/AEE/certificates/BAGAEE/100/first/BOT111">http://srp.waeup.org/campus/academics/AGR/AEE/certificates/BAGAEE/100/first/BOT111</a>.</p>
25<p>For each Certificate Course there is a corresponding Course object. The Course objects are in the course folder of the department offering this course:</p>
26<pre class="literal-block">
27  Academic Section
28&gt; Faculty of Life Sciences
29&gt; Department of Botany
30&gt; Courses
31&gt; Diversity of Plants
32</pre>
33<!--  -->
34<p>or: <a class="reference" href="http://srp.waeup.org/campus/academics/LSC/BOT/courses/BOT111">http://srp.waeup.org/campus/academics/LSC/BOT/courses/BOT111</a></p>
35<p>At the moment there is no direct link to the Course source. But you can easily use the search function, e.g. search for BOT111, and you'll find not only the Course source itself but also all other Certificates referring to this course.</p>
36<p>The content types of all objects are ordered in the same way:</p>
37<pre class="literal-block">
38AcademicsFolder &gt; FacultyFolder &gt; DepartmentFolder &gt;
39       CoursesFolder &gt; Course
40       CertificatesFolder &gt; StudyLevel &gt; Semester &gt; CertificateCourse
41</pre>
42<!--  -->
43<p>The datastructure of the objects (also called attributes or properties) are defined by their content type.</p>
44</div>
45<div class="section">
46<h2><a id="register-new-portal-members-and-delegate-roles" name="register-new-portal-members-and-delegate-roles">Register new portal members and delegate roles</a></h2>
47<ol class="arabic simple">
48<li>As a Portal Managers you can register new members. Click the 'Members' tab in the navigation bar and then 'Create' in the horizontal object action bar. Enter the member data. Do not tick the Manager box. Create for example a member called ART Manager.</li>
49<li>Go to the Faculty of Arts (Academics -&gt; Faculty of Arts)</li>
50<li>Click 'Delegate'.</li>
51<li>Search for '*'</li>
52<li>Tick Art Manager and assign the role 'Section Manager'. Now the member ART Manager has got the local manager role exclusively for the Faculty of Arts.</li>
53<li>Log out</li>
54<li>Log in as ART Manager and see the difference: If you go to the 'Faculty of Arts' you will be able to view the data, edit the data, delegate your role to other members, add a new department, approve the data or see a list of unchecked items inside the Faculty of Arts. The same functions are also available for all departments below the ART level. If you go to another faculty, only the 'View' tab appears. This shows how the delegation of roles works.</li>
55</ol>
56</div>
57<div class="section">
58<h2><a id="check-and-approve-data" name="check-and-approve-data">Check and approve data</a></h2>
59<p>Couse and Certificate data have to be checked. Only checked data will be available for course registration in the frontend module.</p>
60<ol class="arabic simple">
61<li>Go to any Certificate object and approve this object (Click the 'Approve' tab in the object action bar) . The status in the object action bar (on the right) will change from 'unchecked' to 'checked'. Be aware that only the certificate status has changed, not the status of the children objects, i.e. the CertificateCourses. Thus, do the same for the CertificateCourse and Course objects.</li>
62<li>Alternatively, you can use the 'Select all' tab at the end of a contents table. For example, go to the list of courses of any department, click 'Select all' and then 'Approve'. The status of all objects in this list will change from 'unchecked' to 'checked'.</li>
63<li>If you want to see your 'worklist', i.e. all objects which are still unchecked inside the faculty or department where you currently are, click 'Unchecked Items'. Only when this list is empty, the work is done.</li>
64</ol>
65</div>
66<div class="section">
67<h2><a id="add-data" name="add-data">Add data</a></h2>
68<p>Probably many items are missing. You can add the respective data from the place where you are. Also these items have to be approved after creation.</p>
69</div>
70</div>
71</div>
72</body>
73</html>
Note: See TracBrowser for help on using the repository browser.