app/index.yaml
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 15 Mar 2009 22:32:05 +0000
changeset 1887 8b71f4e58f39
parent 1831 52d842804bc4
child 1957 972758a2682f
permissions -rw-r--r--
Changed notifications helper to properly use the fact that from_user is not a required property. The list template has changed to reflect this. The naming is open for discussion but note that if it is decided to change it that it also needs to be changed in the public.html template. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
41
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     1
indexes:
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     2
1831
52d842804bc4 Updated index.yaml to reflect changes necessary for the duplicate checking views.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1742
diff changeset
     3
# used to list proposal in descending order of their score
1684
83010029e2fb Silence index.yaml
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1676
diff changeset
     4
- kind: StudentProposal
83010029e2fb Silence index.yaml
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1676
diff changeset
     5
  properties:
83010029e2fb Silence index.yaml
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1676
diff changeset
     6
  - name: org
83010029e2fb Silence index.yaml
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1676
diff changeset
     7
  - name: status
83010029e2fb Silence index.yaml
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1676
diff changeset
     8
  - name: score
83010029e2fb Silence index.yaml
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1676
diff changeset
     9
    direction: desc
83010029e2fb Silence index.yaml
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1676
diff changeset
    10
1831
52d842804bc4 Updated index.yaml to reflect changes necessary for the duplicate checking views.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1742
diff changeset
    11
# used to list reviews in ascending order of date
1715
3ec1a9518452 Added the review capability to the student_proposal review page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1684
diff changeset
    12
- kind: Review
3ec1a9518452 Added the review capability to the student_proposal review page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1684
diff changeset
    13
  properties:
3ec1a9518452 Added the review capability to the student_proposal review page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1684
diff changeset
    14
  - name: is_public
3ec1a9518452 Added the review capability to the student_proposal review page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1684
diff changeset
    15
  - name: scope
1742
e900ff4482bf Reviews are now sorted on their created date.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1715
diff changeset
    16
  - name: created
1715
3ec1a9518452 Added the review capability to the student_proposal review page.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1684
diff changeset
    17
1831
52d842804bc4 Updated index.yaml to reflect changes necessary for the duplicate checking views.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1742
diff changeset
    18
# used to determine which orgs have more then 0 slots assigned.
52d842804bc4 Updated index.yaml to reflect changes necessary for the duplicate checking views.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1742
diff changeset
    19
- kind: Organization
52d842804bc4 Updated index.yaml to reflect changes necessary for the duplicate checking views.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1742
diff changeset
    20
  properties:
52d842804bc4 Updated index.yaml to reflect changes necessary for the duplicate checking views.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1742
diff changeset
    21
  - name: scope
52d842804bc4 Updated index.yaml to reflect changes necessary for the duplicate checking views.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1742
diff changeset
    22
  - name: status
52d842804bc4 Updated index.yaml to reflect changes necessary for the duplicate checking views.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1742
diff changeset
    23
  - name: slots
52d842804bc4 Updated index.yaml to reflect changes necessary for the duplicate checking views.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1742
diff changeset
    24
52d842804bc4 Updated index.yaml to reflect changes necessary for the duplicate checking views.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1742
diff changeset
    25
# used to determine which proposals have a mentor assigned
52d842804bc4 Updated index.yaml to reflect changes necessary for the duplicate checking views.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1742
diff changeset
    26
- kind: StudentProposal
52d842804bc4 Updated index.yaml to reflect changes necessary for the duplicate checking views.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1742
diff changeset
    27
  properties:
52d842804bc4 Updated index.yaml to reflect changes necessary for the duplicate checking views.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1742
diff changeset
    28
  - name: org
52d842804bc4 Updated index.yaml to reflect changes necessary for the duplicate checking views.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1742
diff changeset
    29
  - name: status
52d842804bc4 Updated index.yaml to reflect changes necessary for the duplicate checking views.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1742
diff changeset
    30
  - name: mentor
52d842804bc4 Updated index.yaml to reflect changes necessary for the duplicate checking views.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1742
diff changeset
    31
41
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    32
# AUTOGENERATED
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    33
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    34
# This index.yaml is automatically updated whenever the dev_appserver
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    35
# detects that a new type of query is run.  If you want to manage the
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    36
# index.yaml file manually, remove the above marker line (the line
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    37
# saying "# AUTOGENERATED").  If you want to manage some indexes
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    38
# manually, move them above the marker line.  The index.yaml file is
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    39
# automatically uploaded to the admin console when you next deploy
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    40
# your application using appcfg.py.