-
Notifications
You must be signed in to change notification settings - Fork 23
Todo List (for rails3 branch)
orenb edited this page Aug 17, 2011
·
17 revisions
- Browse Listings always shows 0 listings.
- Allow for more than one faculty sponsor.
- Mailer.
- When a user is viewing an unactivated job he has posted, he should be able to resend the activation email via a link there.
- When a user is on his/her dashboard and sees an unactivated job of his/hers in the "Your postings" section, display an indicator that it's not activated yet.
- Attachments in applications!
- See stories on Tracker.
- Get rid of attr_accessor hacks in job model
- Clean up / make code style more uniform
- Get rid of proglangs_list_of_job etc.
- Get rid of the inclusion of prototype.js!!
- Consider moving all the long strings (namely, the flash[:notice] messages and so forth) into the language xmls and just referencing them from within the code, to maintain separation of code and data.
- Custom validation error messages instead of "Desc can't be blank"
- Make it not look terrible in IE7/8 and verify it works well in IE9, Firefox 3.6+, etc.
- Either improve or get rid of:
-
- user show pages
-
- applic show pages
- Clean up CSS and give p tags some top/bottom margins again so we don't have to use
everywhere.