app/index.yaml
changeset 2934 e8522be2737b
parent 2787 8408741aee63
child 2949 22ec1c2e6621
equal deleted inserted replaced
2933:c978f8353467 2934:e8522be2737b
    69 - kind: GradingRecord
    69 - kind: GradingRecord
    70   properties:
    70   properties:
    71   - name: grading_survey_group
    71   - name: grading_survey_group
    72   - name: __key__
    72   - name: __key__
    73 
    73 
       
    74 # used to order GHOPComments under a GHOPTask with that GHOPTask being
       
    75 # its ancestor entity in the entity group.
       
    76 - kind: GHOPComment
       
    77   ancestor: yes
       
    78   properties:
       
    79   - name: created_on
       
    80 
       
    81 # used to order GHOPWorkSubmissions under a GHOPTask with that GHOPTask being
       
    82 # its ancestor entity in the entity group.
       
    83 - kind: GHOPWorkSubmission
       
    84   ancestor: yes
       
    85   properties:
       
    86   - name: submitted_on
       
    87 
       
    88 # used to fetch Task Difficulty levels for a given GHOP Program in the
       
    89 # specified order of tags.
       
    90 - kind: TaskDifficultyTag
       
    91   properties:
       
    92   - name: scope
       
    93   - name: order
       
    94     direction: desc
       
    95 
       
    96 # used to fetch Task Difficulty levels for a given GHOP Program in the
       
    97 # specified order of tags which is used to create a new tag. When creating
       
    98 # a TaskDifficultyTag we need to determine the highest order'ed Tag and then
       
    99 # assign an order of one greater than the highest order'ed tag to the newly
       
   100 # created tag.
       
   101 - kind: TaskDifficultyTag
       
   102   properties:
       
   103   - name: scope
       
   104   - name: order
       
   105 
       
   106 # used to fetch Task Type tags for a given GHOP Program in the
       
   107 # specified order of tags.
       
   108 - kind: TaskTypeTag
       
   109   properties:
       
   110   - name: scope
       
   111   - name: order
       
   112     direction: desc
       
   113 
       
   114 # used to fetch Task Type tags for a given GHOP Program in the
       
   115 # specified order of tags which is used to create a new tag. When creating
       
   116 # a TaskTypeTag we need to determine the highest order'ed Tag and then
       
   117 # assign an order of one greater than the highest order'ed tag to the newly
       
   118 # created tag.
       
   119 - kind: TaskTypeTag
       
   120   properties:
       
   121   - name: scope
       
   122   - name: order
       
   123 
       
   124 # used to fetch arbitrary tags for a given GHOP Program in the
       
   125 # specified order of tags.
       
   126 - kind: TaskArbitraryTag
       
   127   properties:
       
   128   - name: scope
       
   129   - name: order
       
   130     direction: desc
       
   131 
    74 # AUTOGENERATED
   132 # AUTOGENERATED
    75 
   133 
    76 # This index.yaml is automatically updated whenever the dev_appserver
   134 # This index.yaml is automatically updated whenever the dev_appserver
    77 # detects that a new type of query is run.  If you want to manage the
   135 # detects that a new type of query is run.  If you want to manage the
    78 # index.yaml file manually, remove the above marker line (the line
   136 # index.yaml file manually, remove the above marker line (the line