-
Notifications
You must be signed in to change notification settings - Fork 23
Todo List (for overhaul (SCRAPPED (FOR NOW?)))
orenb edited this page Jul 5, 2011
·
1 revision
- Why do I need to set the environment variable manually in order for the relative root thing at /research to work?
- All existing MVC logic e.g. associations, validations, and views themselves
-
Job activationsDone -- just need to send email notifications - LDAP
- Job Sponsorships
- Dashboard
- Thinking Sphinx - tagging and searching
-
Ensure that access control is enforced. Don't allow viewing of jobs if you're not logged in. Don't allow viewing of arbitrary users, perhaps? That sort of thing. (See what rm2 did)Fixed but requires speccing to test - Autocomplete
- Replace update_attributes() method calls in user controller and elsewhere with a custom method that does essentially the same thing but only with trusted fields.
- Applics and corresponding email notifications
- The necessary before_validations, before_filters and so on
- More as we think of them...
BDD: Write specs / tests as we go!
##Mini-todo (lower priority)
- "As a graduate" on user edit profile -> "As a graduate student"
- Workaround for placeholder text not showing up in older browsers on attrib fields.