[more work on my profile/my jobs functionality thomashartman1@gmail.com**20080927083704] hunk ./src/ControllerGetActions.hs 117 - Just cp@(ConsultantProfile cBlurb cRate) -> + Just cp -> hunk ./src/ControllerGetActions.hs 124 - [ ("blurb", show cBlurb) + [ ("blurb", show . blurb $ cp) hunk ./src/ControllerGetActions.hs 126 - , ("billingRate",show cRate) + , ("billingRate",show . billing_rate $ cp) hunk ./templates/editconsultantprofile.st 1 -

Edit Consultant Profile

+

Edit Consultant Profile

hunk ./templates/editconsultantprofileYesProfile.st 1 -

Current Profile:

-$ showProfile $ +$!

Current Profile:

!$ +

$ showProfile $

hunk ./templates/editconsultantprofileYesProfile.st 4 -To remove your consultant profile, and prevent your user -from showing up in searches for HAppS consultants, make all form fields blank. +$! To remove your consultant profile, and prevent your user +from showing up in searches for HAppS consultants, make all form fields blank.!$ hunk ./templates/mainusermenu.st 1 -[("/tutorial/editconsultantprofile","edit consultant profile") -, ("/tutorial/postjob","post happs job")] +[("/tutorial/editconsultantprofile","my consultant profile") +, ("/tutorial/postjob","my job posts")] hunk ./templates/thanks.st 9 -TK contributed code for displaying haskell files colorized. +Justin Bailey contributed a patch for displaying haskell files colorized. hunk ./templates/viewconsultantprofileInclude.st 1 -

$ username $

+$!

$ username $

!$ +

$username$

hunk ./todo 27 - incorporate Justin Bailey's patch for colored code. put him in thanks.st. (for now just download the patch files) + v5: hunk ./todo 33 - ask the mailing list: - * does anyone have a version of fileServe that allows directory browsing, - similar to how the apache webserver works when directory browsing is enabled? - This would be helpful for the happstutorial project I'm working on, as it would - make it easy to navigate to .hs and .st template files to see what's - going on behind the scenes. - * what function do I use for uuencoding urls? (google first) - Network.HTTP.urlencode - hunk ./todo 35 - - - happs jobs placeholders: - with descriptions. max bid. maybe max hourly. - requires table output. can ST play nicely with html tables? If it can't, may have to think seriously about - abandoning ST for + more idiomatic use of ST for table output + ST can play nicely with html tables... right? review email from sclv + If can't play nice, may have to think seriously about abandoning ST for hsp or whatever else. hunk ./todo 41 - Get rid of handlers as monoids. + Get rid of handlers as monoids. (In explanation, though can leave them in as code.) hunk ./todo 49 - Make a social accounting system. + Make a social accounting system. hstartup-template on hackage? + (How about Startup Templates as a for-profit business venture?) hunk ./todo 64 - Redirect from rippledeals to happstutorial.com (damn google.) - hunk ./todo 66 + + Add functionality that when all ConsultantProfile fields are blank fields, the record changes to nothing. + And add back in the text in http://localhost:5001/tutorial/editconsultantprofile + that explains this is a way of removing yourself from searches for consultants. +