April on 31
Preliminary design of Web interface, function and database diagram
Site includes login registration interface, business and students have a personal homepage, view part-time information interface and feedback interface, the administrator has to view the feedback interface, view part-time market, management background interface
Login registration interface to achieve user login and visitor registration account
Students ' personal homepage can view their own appointment of part-time, their credibility, the merchant's profile can view the appointment of their own part-time students, to see their credibility
Student's view part-time page can select part-time on the page to make an appointment, the merchant's view part-time page can only be viewed, and can publish their new part-time
Business and student feedback interface can leave messages to the administrator
The administrator can check the part-time page to delete the invalid part-time, the administrator can get the user's password in the background management, operate the user's reputation value, delete the credit value of 0 users, review the merchant account registration
The administrator can see the user's message in the feedback interface
May 2
Complete the previous section of the interface, the initial completion of the Student interface: userpage1.jsp (userpage1.js) showup1.jsp (showup1.jsp) contactus1.jsp (contactus.js)
Merchant Interface: userpage2.jsp (userpage2.js) showup2.jsp (showup2.js) contactus2.jsp (contactus2.js)
Login interface: login.jsp (login.js)
Admin Interface: showup3.jsp (showup3.js)
May 8
Build frame Springmvc, database using MySQL, test environment for Tomcat. Create a new table in the database Tuser store user account password and other basic information, account UID as primary key
Userwait is used to store registration information awaiting Administrator review
Work is used to store job information, work the serial number WID as the primary key
Choose Reservation form is used to store appointment relationship, serial number CID is the main key and the other two columns are Wid,uid
Chat is used to store feedback
May 10
Linked database, adding and removing changes to the experimental code can be normal operation
May 11
Complete login function, realize the login information error function
May 12
Write the page filter, as long as the user did not log in, regardless of the site to enter the interface will automatically jump to the login interface, after the login page jump error, the day failed to resolve
May 13
Front desk to get the session object, the user login information displayed in the foreground, resolved the filter page after the Jump function error
May 14
Complete the part-time Information page function, the student's appointment function is not done temporarily, the merchant's release new part-time function also temporarily did not do
May 15
Complete the function of viewing the appointment, and make a change to the function of the merchant to view the student's appointment, and add a view of part-time name
May 16
Complete the Visitor registration function
May 17
Write part-time appointment function, release new part-time function, automatically generate serial number function error, failed to resolve in time
May 18
Complete the student appointment part-time function, fix the error that the serial number in the Choose table cannot be generated automatically, complete the part-time publishing function of the merchant, and fix the error that the serial number in the work table cannot be generated automatically.
Yousa_team team Project--part-time Platform website work progress