Things TODOΒΆ

  • Tidy up the webauth app: remove unused config options
  • Move Leader and Croo grading to a separate grade app
  • Update all database urls that look like db:trip_update to db:trip:update
  • Use ``model_mommy` recipes for tests

Todo

expose this with a link

(The original entry is located in /home/docs/checkouts/readthedocs.org/user_builds/doc-trips/checkouts/stable/fyt/incoming/views.py:docstring of fyt.incoming.views.MatchRegistrations, line 6.)

Todo

I don’t think this will handle more than one no-student registration per year because sentinel.netid is not unique.

(The original entry is located in /home/docs/checkouts/readthedocs.org/user_builds/doc-trips/checkouts/stable/fyt/incoming/views.py:docstring of fyt.incoming.views.NonStudentRegistration, line 12.)

Todo

parse or input the status of the incoming student

(The original entry is located in /home/docs/checkouts/readthedocs.org/user_builds/doc-trips/checkouts/stable/fyt/incoming/views.py:docstring of fyt.incoming.views.UploadIncomingStudentData, line 6.)

Todo

simplify and document the column names

(The original entry is located in /home/docs/checkouts/readthedocs.org/user_builds/doc-trips/checkouts/stable/fyt/incoming/views.py:docstring of fyt.incoming.views.UploadIncomingStudentData, line 7.)

Todo

I think it would be semantically better to have four models: The three we currently have plus a general Volunteer model to which we move things like application status and assignments from GeneralApplication. This will require reworking most of the applications app, but if anyone has the time...

(The original entry is located in /home/docs/checkouts/readthedocs.org/user_builds/doc-trips/checkouts/stable/docs/volunteers/index.rst, line 15.)