Another benefit of the popularity of the asp.net| online network is the availability and recruitment of online jobs. So we don't have to take a thick resume, sweating in the talent market shuttle. Recruiting enterprises also does not need to spend a lot of human physical physics at the job fairs to seize the high-profile recruitment booth. Another advantage of online recruitment is that it is not limited by time and place, so long as you can access the Internet, you can complete the job search process. According to the survey, now graduates graduate employment, 60% of students online job search, and more and more enterprises also favor with the online recruitment, after all, saving costs is what every boss wants to do.
In this chapter, we will complete this chapter with an example of an online job search system. The chapters in this chapter follow the chapters of chapters 14th and 15 to maintain consistency, and because of the relatively complex structure of the example system in this chapter, the database system is Ms-sqlserver 2000, so the narrative is different in specific chapters.
16.1.1 system Function statement
The main functions of the online job recruitment system are complex, according to the function of the service object, can be reduced to four large functional modules: System configuration Information Management module, general membership Information Management module, enterprise Member Information Management module, Public Information Management module. The functions implemented by each module are as follows:
(1) System Configuration Information Management module
-Add the job category
-Deletion of Job categories
-Publication of employment News
(2) General membership Information Management module
-Member Registration
-Resume Update
-Job Search
-Job Application
-Letter Management from HR Manager
-Job Intention Management
(3) Enterprise Member information Management mo
-Corporate Member Registration
-Apply For information management
-Enterprise Information Management
-Recruitment position Management
(4) Public information management
-Job Search
-Talent Information Browsing
-Employment News Browse
Division of 16.1.2 Functional modules
Based on the above section analysis, we can draw the System function module diagram, as shown in Figure 16.1.
Figure 16.1 System module diagram
Each function module's information management function is based on the underlying database, according to each module and the database management, may obtain each module the relations, as shown in Figure 16.2.
Figure 16.2 Module diagram
16.1.3 file structure and system flow analysis
Combining the analysis of the above sections, depending on the user type, we can get a flowchart as shown in Figure 16.3.
Fig. 16.3 System Flowchart
[1] [2] Next page