Creating a job-board-like application - how would you do that?

Permalink
Hey dev's!

For a new project I have to implement something like a job board, where companies can post their jobs etc. I'm now wondering which approach I should take to realize this.
Additional requirements are that I have users connected to the company who can manage their jobs. They are a few more requirements which I have to meet, but I wanted to get some inspiration from the experienced devs here.

Should I store a "company"-entity in a page (with type "company")? Or should I use a custom table for that and don't rely on pages?

How would you in general implement something like that?

Thanks a lot!
Cheers, Matthias

programmieraffe
 
hostco replied on at Permalink Reply
hostco
I think this has what your looking for?

http://www.concrete5.org/marketplace/addons/jobs-board/...
programmieraffe replied on at Permalink Reply
programmieraffe
Thanks Hostco, i know about this plugin. But I have a few other requirements for this project which aren't covered by this plugin (more user groups who can manage stuff there, pdf generation, etc). So I do a custom implementation.