app/index.yaml
changeset 1831 52d842804bc4
parent 1742 e900ff4482bf
child 1957 972758a2682f
equal deleted inserted replaced
1830:b2b638076e90 1831:52d842804bc4
     1 indexes:
     1 indexes:
     2 
     2 
       
     3 # used to list proposal in descending order of their score
     3 - kind: StudentProposal
     4 - kind: StudentProposal
     4   properties:
     5   properties:
     5   - name: org
     6   - name: org
     6   - name: status
     7   - name: status
     7   - name: score
     8   - name: score
     8     direction: desc
     9     direction: desc
     9 
    10 
       
    11 # used to list reviews in ascending order of date
    10 - kind: Review
    12 - kind: Review
    11   properties:
    13   properties:
    12   - name: is_public
    14   - name: is_public
    13   - name: scope
    15   - name: scope
    14   - name: created
    16   - name: created
       
    17 
       
    18 # used to determine which orgs have more then 0 slots assigned.
       
    19 - kind: Organization
       
    20   properties:
       
    21   - name: scope
       
    22   - name: status
       
    23   - name: slots
       
    24 
       
    25 # used to determine which proposals have a mentor assigned
       
    26 - kind: StudentProposal
       
    27   properties:
       
    28   - name: org
       
    29   - name: status
       
    30   - name: mentor
    15 
    31 
    16 # AUTOGENERATED
    32 # AUTOGENERATED
    17 
    33 
    18 # This index.yaml is automatically updated whenever the dev_appserver
    34 # This index.yaml is automatically updated whenever the dev_appserver
    19 # detects that a new type of query is run.  If you want to manage the
    35 # detects that a new type of query is run.  If you want to manage the