Tuesday, March 27, 2007

2/27

Didn't realize that I haven't been posting in a while.

Things finished:
1) Finally got the interval jsp page written and have successfully retrieved the interval selector from the jsp page. Now just need to figure out what to do with it, ie. how to implement only daily and/or weekly alert triggers. Doesn't really matter though because the weekly analysis is something else entirely.
2) Also successfully sent an html email, although the formatting is fucked because of the List.toString() method. Should be able to find some other way around this. concat(String)?

Things to do/goals for 2.0:
1) Need to figure out why the multipart email is throwing a MessagingException, only able to send the html email, and not the text/html emails both simultaneously.
2) Still need to port the system over to an alert instead of manual invocation. Possible topic for the peer programming but I should be able to do this one on my own.
3) Of especial interest, possibly a topic for the peer programming, need to find a way to cache the daily project detail html output and how to retrieve this html page to send it as an email.

These goals should comprise the v2.0 release for next week.

No comments: