Changeset 13098 for main


Ignore:
Timestamp:
23 Jun 2015, 09:27:05 (9 years ago)
Author:
Henrik Bettermann
Message:

More docs.

Location:
main/waeup.kofa/trunk
Files:
1 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/docs/source/userdocs/applicants/workflow.rst

    r13088 r13098  
    77mentioned application workflow is shown here::
    88
    9            initialized
     9            initialized
    1010             |
    1111             |a
     
    2727             |f
    2828             |
    29            created
     29            created
    3030
    3131
     
    5858
    5959
    60 
    61 
    62 .. _application_workflow_batch_processing:
    63 
    64 Workflow Batch Processing
    65 =========================
    66 
    67 
    6860.. _application_history:
    6961
     
    7163===================
    7264
     65All transitions are automatically logged in applicants.log and the applicant's history. And also the import of workflow states is recorded in the logfile and the history, see :ref:`student_history` for further information. This is a sample history of an applicant which passes through the application process without any complications::
     66
     67  2015-06-23 08:56:23 UTC - Application initialized by Anonymous
     68  2015-06-23 08:57:42 UTC - Application started by Demo Applicant
     69  2015-06-23 08:59:41 UTC - Payment approved by Benny Goodman
     70  2015-06-23 09:00:50 UTC - Application submitted by Demo Applicant
     71  2015-06-23 09:01:13 UTC - Applicant admitted by Benny Goodman
     72  2015-06-23 09:02:36 UTC - Student record created (K1000003) by Benny Goodman
     73
     74Benny Goodman is the name of an applications manager. If the workflow state is set by import, the following message would
     75have been added instead::
     76
     77  2015-06-23 09:01:13 UTC - State 'admitted' set by Benny Goodman
     78
     79Applicant histories are exportable but cannot be imported.
  • main/waeup.kofa/trunk/docs/source/userdocs/browsing.rst

    r13090 r13098  
    3030Data' tab in the navigation bar.
    3131
     32.. _navigation_bar:
     33
     34The navigation bar for an anonymous user:
     35
     36.. image:: navbar_anon.png
     37
     38The navigation bar for a student with drop-down menue:
     39
     40.. image:: navbar_student.png
     41
     42The navigation bar for an officer with lots of permissions:
     43
     44.. image:: navbar_officer.png
     45
    3246Officers see a double-column theme after logging in. The left column
    3347contains a box which contains links to the user's preferences (My
     
    4054pages of an applicant or student record respectively.
    4155
    42 .. image:: navbox.png
    43    :scale: 50 %
    44 
    45 
    46 .. _navigation_bar:
    47 
    48 Navigation Bar
    49 ==============
    50 
    51 The navigation bar of an anonymous user:
    52 
    53 .. image:: navbar_anon.png
    54 
    55 The navigation bar of an officer with lots of permissions:
    56 
    57 .. image:: navbar_officer.png
    58 
    59 The navigation bar of a student with drop-down menue:
    60 
    61 .. image:: navbar_student.png
     56.. image:: multicolumn.png
    6257
    6358
  • main/waeup.kofa/trunk/docs/source/userdocs/students/workflow.rst

    r13083 r13098  
    156156However, these logfiles can only be accessed by some officers and
    157157are hidden from students. Since Kofa takes up the cause of
    158 transparancy, we were of the opinion, that also students must know,
     158transparancy, we are of the opinion, that also students must know,
    159159when and by whom the state of their record was changed. Therefore we
    160160store all workflow-relevant changes additionally in the student
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/permissions.py

    r12847 r13098  
    8888
    8989class ApplicationsManager(grok.Role):
    90     """The Applications Officer is allowed to edit all application records.
    91     The role allows also to add payment tickets.
     90    """The Applications Manager is allowed to edit all application records.
     91    The role also allows to add payment tickets.
    9292    """
    9393    grok.name('waeup.ApplicationsManager')
Note: See TracChangeset for help on using the changeset viewer.