- Add jquery-ui to the scripts, it has support for drag and drop, as well as windows, will convert
the popup window to the jquery-ui version next, so we don't have to maintain our own.
- beginnings of a jquery award editor
- sfiab->sfiab award downloading
- move most javascript into a sfiab.js file, so it can be cached and only
pulled from the server once (instead of inline with the code each time)
For a feeder fair specifying the upstream fair, this means the feeder
fair will request to download stats, download awards, and upload winners.
For the upstream fair specifying feeder fairs, this means the feeder
fair is allowed to upload stats, download awards, and upload winners.
--This line, and those below, will be ignored--
M db/db.update.128.sql
something like "view/edit xml".
- Add a master list of all the stats we understand
- Map stats into YSF stats, so this file can be used as the YSF uploader too
(going to need to convert the $config options into a fair user entry)
- Enable downloading manual entry stats, so it all appears seamless. (note, we
don't download auto-generated stats, like the number of students, well, we
do, but we just overwrite it with what's in the local SFIAB, it would be a lot of work
to keep it separate if it changes).
- Add a generic fair stats uploader, can't do YSF stats yet, but it will soon
(and when it does it can replace the YSF specific stats uploader)
- Add better authentication to the incoming xml transport.
- Add an "at risk" field, to flag schools. This is purely for stats gathering.
- Add a fairs_stats page to gather stats from sub-fairs. This will be used
when linking SFIABs together so the feeder fairs can upload statistics to,
say, a provincial body (both runnign SFIAB).