140 likes | 270 Views
Silicon Valley Job Consultant. Jigar Patel Tommy Lin King W Wang Kit Chow. Introduction. The objective is to create a web site to fulfill HR manager’s online recruiting needs.
E N D
Silicon Valley Job Consultant Jigar Patel Tommy Lin King W Wang Kit Chow
Introduction • The objective is to create a web site to fulfill HR manager’s online recruiting needs. • Managers can sign up a new account, view and edit their personal information, post jobs, view and edit their job listings.
Specs and Requirements • Employer Authentication : New users, managers, can create a new account Old users, managers, can login with their unique username and password Once the manger log in, a min menu will direct the manager to update their profiles and post a job. • Job Posting : Managers can post as many jobs as they want after they login Managers must fill out all job criteria and specifications in order to post jobs Manager can view and edit all posted jobs in the database Personal Profile Updating Managers can update their personal profiles
Project Design • Project is implemented using HTML, PHP and MY SQL. • This Project is very user friendly with friendly user interface and title at top of the page. • Quick link at the bottom of page.
Database Design The database design for this problem involves of two tables. • The job_listing table contains detail description data: job Id, title, content, degree, major, skill, experience varchar, owner, status, file_name, description_file_name, location, link, hiringmanager, created_date, created_time, departments, and expiration_date. • The employer_login table contains detail HR managers’ login information: email, last_name, first_name, rank, password, created_date, created_time, status, departments.
Login Page HR manager login. HR Manager who already signup can login from here Sign Up Page New Manager
Sign Up Page Employer fills all the information required with (*). Software checks for valid E-mail and Password and make sure that all the information filled
Employer Center After Employer Login to system. It allows manager to post Job or update user profile by clicking on this links.
Job Post Form HR Manager Can Post Job using this form and upload any Job requirement file from here
Confirmation Page for Job Post Confirmation page for Job Post
Employer Profile Employer personal profile with username and Password Job Posted by Employer Update profile Edit Posted Job
Update Job Post Form Employer can edit job posted by them by changing any information from here.
Testing • The finished site was tested in Mozilla Firebird, Mozilla Firefox, and IE 5.0 on Windows XP. Also, it was tested in Moazilla Firfox on Fedora 3. • Site is also tested with various possible inputs that user can enter and fixed all bugs from the site