Wednesday, June 5, 2019

Development of Online eResume with Job Portal

Development of Online eResume with Job door7.3.3 Sequence diagram for EmployerFigure none 7.3.2 Sequence diagram for EmployerThis sequence starts with Employer authenticating into the system. After successful authenticating, Employer testament login to Job Portal. Employer corporation post callings in job portal and display in main page. And Employer can view the manipulationr pro turn on who applied for that job.7.4 bodily function DIAGRAMAn exertion diagram represents the work flow of a particular part of a system or an whole system. This system has the following activity models based on the modules.7.4.1 occupation diagram for UserFigure No. 7.4.1 Activity diagram for User7.4.2 Activity diagram for EmployerFigure No. 7.4.2 Activity diagram for Employer7.4.3 Activity diagram for AdministratorFigure No. 7.4.3 Activity diagram for Administrator7.5 DATABASE TABLE DIAGRAMUsers (Job Seekers) RegistrationContact InformationLogin pageboyCurrent Employment detailsEducation backgr oundUploading resumeIndustry_type send backExperience TypeJob TypePosting JobsJobs TableResume Table8. IMPLEMENTATION8.1 XAMP SERVER XAMP is a free and control surface source cross platform entanglement server. It includes Apache HTTP Server, MYSQL Database, and Interpreters for scripts written in php and perl programming languages. XAMP designers main intended to use as a web development tool and it provide many security lineaments by default. It allows web site designers and programmers to test their work on ready reckoner without using internet. so it can runs on the localhost.MYSQL MYSQL is an open source SQL relational infobase management system. XAMP is also uphold for creating and manipulating the database in MYSQL. In MYSQL default username is root and it does non have any default password.8.2 CODEIGNITORCodeignitor is a opensource and powerfull web activity PHP framework. Codeignitor was released by EllisLab and created by Rick Ellis in February 28, 2006. It is us e for create dynamic web pages. Codeignitor has gained its popularity scarce because of speed, light and easy use than any other framework. GitHub is the main cloude source for codificationignitor. Latest version of codeignitor 3.0.0 and its license its upholded by Apache/BSD-style.Codeignitor framework includes support programs, code libraries, compilers, tool sets and coating programming interface (APIs) that bring together all the different components to enable development of reckons and it minimizing the amount of code.Codeignitor uses model, view, controller (MVC) approach. MVC Pattern seperats the representation of data from the logic of the application.View what the visitors of the web application seeController Handling the incoming requests and validating input and showing the right view.Model Accessing the database and executing the operations.8.3 TECHNOLOGIES8.3.1 hypertext markup languageHTML or HyperText Markup Language is the standard markup language utilize to cr eate web pages. HTML is written in the form of HTML elements consisting of iotas enclosed in angle brackets (like ). HTML tags most commonly come in pairs like and , although some tags represent empty elements and so are unpaired, for example . The first tag in a pair is the start tag, and the second tag is the end tag (they are also called opening tags and closing tags).The purpose of a web browser is to read HTML documents and compose them into visible or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the heart and soul of the page. HTML is used to describe the structure of a website semantically along with cues for presentation, making it a markup language rather than a programming language.HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structured documents by denoting geomorphological semantics for te xt such as headings, paragraphs, lists, links, quotes and other items. It can embed scripts written in languages such as JavaScript which affect the behavior of HTML web pages.8.3.2 JavaScriptJavaScript is a object based scripting language that adds interactivity to web pages. It allows client-side scripts tointeract with the user, control the browser, communicateasynchronously, and alter thedocument contentthat is displayed. It is also used in server-side ne cardinalrk programming with runtime environments such asgame development and the creation of setting and mobile applications JavaScript is also used in environments that are not web based, such asPDFdocuments,site-specific browsers, anddesktop widgets.8.3.3 PHPPHP is a programming language and an open source technology. It is mainly used for web applications. PHP is a powerfull way to create dynamic web pages that interact with visitors. PHP runs on various platform(windows, linux, unix, mac OS X). it is compatible with almost all server. It support wide-range of database. It is free, easy to learn and runs efficiently on server side. The PHP code start with .MYSQL acts as a back-end database server and helps in data storage and manipulation of data stored at MYSQL database server.In eResume with Job Portal application using php technology with the help of codeignitor framework and following MVC approach.8.3.4 BootstrapBootstrap is a free and open source and front-end framework and it also a web application framework. Originally named Twitter Blueprint. Developed by Mark Otto and Jacob Thornton. It is a collection of tools for creating websites and web application. It contains HTML, CSS, JavaScript, Forms, Buttons, piloting and other interface components. To develop successful software with more complex and faster programming environment bootstrap is referred. With a simple basic text editor the environment is made simple and easy to understand, which also help in writing the high level languages until one can have pictorial IDE.In eResume with Job Portal application using bootstrap for fully-responsive website.8.3.5 JqueryJquery is a free and open source, cross platform JavaScript library. Using jquery it easier to navigate a document. stomach select DOM elements, create animations, handle events, and develop Ajax applications. Based on CSS selectors DOM manipulation is preceded, which uses elements names and attributes. The major feature of jquery which all the featured software developer look preceding to is effects and animation which jquery can make it possible. Jquery can also be extensible through plugins. This also supports all the browsers, which is flexible to use it.9. TESTING9.1 insertion examen is a process of executing a programs or applications to dislodge the bugs. It meets the business and technical requirements that shows the design and development phase. The main objective of testing is to maintain and deliver the quality of product to the client. Testing is the process of analyzing a software system to detect the differences between existing and inevitable conditions (that is defects/errors/bugs) and to evaluate the features of the software system.9.2 Goals of TestingIt is the mechanism of knowing that what the expected result and what the actual result got. The main goals of testing areIdentifying bugs as early as possibleCorrect the bugs or errors in application or productCheck whether customer satisfied for their requirementsFinally the main goal of testing to measure the quality of product.9.3 Types of Testing succeeding(a) types of testings are conducted on eResume with Job PortalUnit testingIntegration testingSystem testing9.3.1 Unit TestingUnit testing barely verifies that individual units of code (mostly functions) work as expected. It follows white box testing (Logic of the program). It done by developers. In eResume with Job Portal application each feature is tested individually to perform its task as expected.9.3.2 Integr ation TestingAfter completing unit testing successfully, programmers or developers can combine two or more modules. Integration testing tests integration or interface between components and integrations to different parts of the system such as operating system, file system or interface between systems.9.3.3 System TestingAfter completing unit and integration testing, system testing tests the full eResume with Job Portal application based on the requirements. So it integrates all modules to perform black box testing. System testing performs different testingsUsability Testing operational Testing mathematical operation TestingSecurity Testing9.3.3.1 Usability TestingIn Usability Testing team concentrate on the user friendliness of build interface. screen out should be understandable to operate by End users.9.3.3.2 Functional TestingThe process of checking the behavior of application and checking all requirements working properly or not.9.3.3.3 Performance TestingPerformance testing i s testing that is performed, to determine how system perform under a particular workload. It can compare two system to find which perform is better and system can check where workload causes the system to perform badly.9.3.3.4 Security TestingIn security testing check whether the application or the product is secured or not. System protects against unauthorized internal or external access.9.4 Test Results10 CONCLUSIONeResume with Job Portal is an important riposte in todays global market. This application briefly explained how available technology can possibly help, employer and job seekers process are implemented. Developing the project has helped some experience on real time development procedures. This application provides a platform for job seekers and employers to meet under one roof.The technical advantages of this application areEconomically feasibleUser interfaceReliableAccuratePDF data export11. FUTURE ENHANCEMENTSThe following features can be added as the emerging enhanc ementsFuture versions of the application will concentrate more on the scalability, performance and maintenance of the application when at that place are more functionalities added into the applicationAnd also cookery to provide offline registration for job seekers who are unable to register online.12. SCREEN SHOTS12.1 Job Seeker Login PageFigure No. 12.1 Login Page for Job Seekers renderingThe above figure no 12.1 represents the login module for the job seeker this module will be the primary authentication for the members who are registered to use this web application.12.2 fascia (Job Portal)Figure No. 12.2 DashboardDescriptionThe figure no 12.2 represent the dashboard after a successful login of the job seeker. Here the user can check statistics and manage the profile. The statistics are displayed in the form of numbers, charts and graphs.12.3 Adding Resume TemplatesFigure No. 12.3 Adding Resume TemplatesDescriptionThe job seekers can create their own guide by the module given a bove. This module consists of fields which the user is required to fill it up, further to which led to the creation of resume template.12.4 Searching JobsFigure No. 12.4 Searching JobsDescriptionThe above module is used by the job seekers to search for a job according to the queries which is set by the job seeker. The job seeker can select the required industry, the type of carrier and experience to which the results are displayed if the jobs are available.12.5 Posting JobsFigure No. 12.4 Posting JobsDescriptionIf there is any requirement for an organization the above module helps to post job in the web application. This module includes fields which the job provider are required to fill up, after a successful job post the jobs will be displayed to the other members to seek job.13. BIBLIOGRAPHY1 A job Portal Exclusively for the persons with disabilities Jan 21, 2014(White paper / Approach Papers) www.ciispecialabilityjobs.in2 White Papers CV Resume, Robert Tearle, Founder, November 17, 2013B M S College of Engineering Department of CA 2015

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.