app/soc/views/helper/list_info.py
changeset 2206 4daf85a152ca
parent 2202 f6a1c141f51e
child 2685 506cda0463e8
equal deleted inserted replaced
2205:77273200ab4f 2206:4daf85a152ca
    22   ]
    22   ]
    23 
    23 
    24 
    24 
    25 def getStudentProposalInfo(ranking, proposals_keys):
    25 def getStudentProposalInfo(ranking, proposals_keys):
    26   """Returns a function that returns information about the rank and assignment.
    26   """Returns a function that returns information about the rank and assignment.
    27   
    27 
    28   Args:
    28   Args:
    29     ranking: dict with a mapping from Student Proposal key to rank
    29     ranking: dict with a mapping from Student Proposal key to rank
    30     proposals_keys: list of proposal keys assigned a slot
    30     proposals_keys: list of proposal keys assigned a slot
    31   """
    31   """
    32 
    32