app/index.yaml
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 24 Aug 2009 04:31:23 +0530
changeset 2787 8408741aee63
parent 2784 801eee4eda9a
child 2934 e8522be2737b
permissions -rw-r--r--
Reverting last 4 patches containing GHOP related views. As Lennard suggested all the model patches should come first followed by the logic and views patches, to make sure nothing committed breaks the existing code after thorough review.
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
1957
972758a2682f Added a new index for accepted orgs listing
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1831
diff changeset
    25
# used to order accepted orgs
972758a2682f Added a new index for accepted orgs listing
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1831
diff changeset
    26
- kind: Organization
972758a2682f Added a new index for accepted orgs listing
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1831
diff changeset
    27
  properties:
972758a2682f Added a new index for accepted orgs listing
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1831
diff changeset
    28
  - name: scope
972758a2682f Added a new index for accepted orgs listing
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1831
diff changeset
    29
  - name: status
972758a2682f Added a new index for accepted orgs listing
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1831
diff changeset
    30
  - name: name
972758a2682f Added a new index for accepted orgs listing
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1831
diff changeset
    31
1831
52d842804bc4 Updated index.yaml to reflect changes necessary for the duplicate checking views.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1742
diff changeset
    32
# 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
    33
- 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
    34
  properties:
52d842804bc4 Updated index.yaml to reflect changes necessary for the duplicate checking views.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1742
diff changeset
    35
  - 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
    36
  - 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
    37
  - 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
    38
2261
b297ce894852 Added index needed to convert proposals
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2233
diff changeset
    39
# used to determine which proposals will be accepted
b297ce894852 Added index needed to convert proposals
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2233
diff changeset
    40
- kind: StudentProposal
b297ce894852 Added index needed to convert proposals
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2233
diff changeset
    41
  properties:
b297ce894852 Added index needed to convert proposals
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2233
diff changeset
    42
  - name: org
b297ce894852 Added index needed to convert proposals
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2233
diff changeset
    43
  - name: status
b297ce894852 Added index needed to convert proposals
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2233
diff changeset
    44
  - name: __key__
b297ce894852 Added index needed to convert proposals
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2233
diff changeset
    45
2223
7b8b812aa146 Added Student Proposal Mailer module for mailing students who are accepted/rejected into the program.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1957
diff changeset
    46
# used for the bulk mailing of students
7b8b812aa146 Added Student Proposal Mailer module for mailing students who are accepted/rejected into the program.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1957
diff changeset
    47
- kind: Student
7b8b812aa146 Added Student Proposal Mailer module for mailing students who are accepted/rejected into the program.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1957
diff changeset
    48
  properties:
7b8b812aa146 Added Student Proposal Mailer module for mailing students who are accepted/rejected into the program.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1957
diff changeset
    49
  - name: scope
7b8b812aa146 Added Student Proposal Mailer module for mailing students who are accepted/rejected into the program.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1957
diff changeset
    50
  - name: __key__
7b8b812aa146 Added Student Proposal Mailer module for mailing students who are accepted/rejected into the program.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1957
diff changeset
    51
2233
a20ff7087686 Add job to the index
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2223
diff changeset
    52
# used for the cron system
a20ff7087686 Add job to the index
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2223
diff changeset
    53
- kind: Job
a20ff7087686 Add job to the index
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2223
diff changeset
    54
  properties:
a20ff7087686 Add job to the index
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2223
diff changeset
    55
  - name: priority_group
a20ff7087686 Add job to the index
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2223
diff changeset
    56
  - name: status
a20ff7087686 Add job to the index
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2223
diff changeset
    57
  - name: __key__
a20ff7087686 Add job to the index
Sverre Rabbelier <srabbelier@gmail.com>
parents: 2223
diff changeset
    58
2644
0eb27bb0122d Added Task to process GradingRecords and update their StudentProjects.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2595
diff changeset
    59
# Used for bulk mailing student and mentors with survey reminders. Also used
0eb27bb0122d Added Task to process GradingRecords and update their StudentProjects.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2595
diff changeset
    60
# for gathering GradingRecords for evaluation purposes.
2595
4c00831ef55c Added Surveys Tasks module to send reminders.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2261
diff changeset
    61
- kind: StudentProject
4c00831ef55c Added Surveys Tasks module to send reminders.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2261
diff changeset
    62
  properties:
4c00831ef55c Added Surveys Tasks module to send reminders.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2261
diff changeset
    63
  - name: program
4c00831ef55c Added Surveys Tasks module to send reminders.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2261
diff changeset
    64
  - name: status
4c00831ef55c Added Surveys Tasks module to send reminders.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2261
diff changeset
    65
  - name: __key__
4c00831ef55c Added Surveys Tasks module to send reminders.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2261
diff changeset
    66
2644
0eb27bb0122d Added Task to process GradingRecords and update their StudentProjects.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2595
diff changeset
    67
# Used to update StudentProjects with the grade_decsion contained in a
0eb27bb0122d Added Task to process GradingRecords and update their StudentProjects.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2595
diff changeset
    68
# GradingRecord.
0eb27bb0122d Added Task to process GradingRecords and update their StudentProjects.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2595
diff changeset
    69
- kind: GradingRecord
0eb27bb0122d Added Task to process GradingRecords and update their StudentProjects.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2595
diff changeset
    70
  properties:
0eb27bb0122d Added Task to process GradingRecords and update their StudentProjects.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2595
diff changeset
    71
  - name: grading_survey_group
0eb27bb0122d Added Task to process GradingRecords and update their StudentProjects.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2595
diff changeset
    72
  - name: __key__
0eb27bb0122d Added Task to process GradingRecords and update their StudentProjects.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2595
diff changeset
    73
41
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    74
# AUTOGENERATED
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    75
74e1f65dd960 Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    76
# 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
    77
# 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
    78
# 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
    79
# 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
    80
# 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
    81
# 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
    82
# your application using appcfg.py.