spring2885 / backend

Backend Repository for Spring2885 (REST + Server Side Java + Database)
1 stars 0 forks source link

Added a posted_by in job just like news has. Please check I did it th… #203

Closed jenveev closed 8 years ago

jenveev commented 8 years ago

Thanks

rob2885 commented 8 years ago

there should be a change to the JobConverter too so the posted_by is populated in the Job model class

jenveev commented 8 years ago

ok let me look at that now.

rob2885 commented 8 years ago

also test it in the swagger UI. it should look right when you list a job

rob2885 commented 8 years ago

It looks like you still need to update the dbJob converter to populate the postedby.

I'd merge this but you need to pull from upstream master 1st then repush. let me know once you do and I'll merge this.