14

Click here to load reader

Applicant Interview Form Project

  • Upload
    stoeli

  • View
    1.055

  • Download
    0

Embed Size (px)

DESCRIPTION

ASP.NET web forms project for an interview questionnaire. Used by jobs training program.

Citation preview

Page 1: Applicant Interview Form Project

Application:

Jobs Training ProgramApplicant Interview Form

Page 2: Applicant Interview Form Project

Specification

• Create a web form project for a jobs training program applicant interview• Migrate current written form input method to

web form input

• Separate entries into logical interview subject areas

• Divide long, original form into three web pages

• Provide for entry of new candidates and editing of existing candidates

Page 3: Applicant Interview Form Project

Specification (cont’d)

• Process potential candidates to interim table• Create form for final processing of accepted

candidates• Create rich, responsive user validation

experience (extensive use of Java Scripting)• Provide validation for all required fields • Produce an intuitive user interface• Apply comments consistent with best practices

Page 4: Applicant Interview Form Project

Screenshot – Main Menu

Page 5: Applicant Interview Form Project

Referral Form Design Criterion

• Required fields must show colored background for visual validation help

• For ease of use, make use of• Drop-down date picker calendars• Drop-down list boxes• Masked-input text boxes• Checkboxes• Memo entry fields

Page 6: Applicant Interview Form Project

Referral Form Design Criterion

• Disable entry fields when appropriate• For example, if ‘Children ? ‘ answer is ‘No’,

‘Ages of Children’ field is disabled automatically

Page 7: Applicant Interview Form Project

Screenshots – Applicant Referral Form – 1st Page

Page 8: Applicant Interview Form Project

Screenshot – Applicant Referral Form – 3rd Page

Page 9: Applicant Interview Form Project

Code Excerpt – Client-Side JavaScriptDate Validation

Page 10: Applicant Interview Form Project

Code Excerpt – Client-Side JavaScript One Field Contingent upon Another

Page 11: Applicant Interview Form Project

Referral Review Form - Function

• Gridview Controls and Labels• Process button

• Admit applicant into program

• All applicant data moved from interim table to admitted applicant tables

• Ready checkbox• If checked, all pages have been validated for

selected applicant

Page 12: Applicant Interview Form Project

Referral Review Form Function

• Gridview Controls and Labels• Edit button

• Bring up associated applicant for editing

• Del button• Delete all data for associated candidate

• Date field• Date of initial interview

Page 13: Applicant Interview Form Project

Screenshot –Referral Review Form

Page 14: Applicant Interview Form Project

Quick Facts

• Total Project Code Line Count• 6700 lines

• C# Code – 3340 lines

• Aspx Code – 3360 lines

• Project Development Length• 10 days