← Back to team overview

schooltool-developers team mailing list archive

XLS import linking sections

 

Hey Guys,

I added some additional commits to my section_linkage branch,
lp:~aelkner/schooltool/term_linkage, to allow the user to specify in
the XLS import that they want sections with the same ID in other terms
to automatically be linked.  It uses the cell that comes after the new
'Link?' heading to see if there is a 'y' or 'yes' there (any
combination of upper or lower case) and links any such section to
sections in an adjacent term with the same ID.

I changed the empty_data.xls file that users can use as a template to
have the new heading.  Also, I expanded the help text to include an
explanation of what the heading is for.  See the attached screenshot.

When merging, please don't change schooltool/export/test_all.py to put
the ', level=2' back as that causes the import tests not to run.

Thanks,
Alan

Attachment: empty_data.png
Description: PNG image


Follow ups