Skip to content

Todo List (for rails3 branch)

orenb edited this page Jul 17, 2011 · 17 revisions

Known Bugs

  • Browse Listings always shows 0 listings.

Stories

  • 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.
  • See stories on Tracker.

Backend

  • 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!!
  • Have a way to refer to the root url of the site at all times, whether it be on localhost:3000 or on the production server. There may already be a way to do this in Rails or at least in our app, but for instance, in Job Mailer, we shouldn't be manually typing "localhost:3000" into here.
  • 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.

Aesthetic

  • 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.
Clone this wiki locally