|
Ok, I'll try to break it down further...
Table one is the Job Posting info: Job desription, Job Title, stuff like that...
Table 2 is the Job Posting History Table... Anytime anything is done with a job posting, an entry is made..
For example:
I post a job....
Table 2 - gets userID, jobpostID, Action (posted), date (Feb 26)
I edit a job posting....
Table 2 - gets userID, jobpostID, Action (modified), date (Mar 12)
My posting is view....
Table 2 - gets userID, jobpostID, Action (viewed), date (Mar 12)
I archive my posting or the 30days is up and the posting get archived....
Table 2 - gets userID, jobpostID, Action (archive), date (Mar 12)
Now here's where i'm having trouble.. On the Employers Main Menu, I show all Active Postings (ones still viewable by Job Seekers) and archived posting (not viewable but can br reposted).. When I archive a psoting it still shows up in the active...
I'm sure there is a simple way to write this... I'm just pressed by my boss to finish this by the end of the week and I've got so much let to do.. My mind is being fried..
Thanks in advance
|