Apply: Streamlining Application Processes and Enhancing Career Development PDF

Document Details

Uploaded by Deleted User

Princess Nourah Bint Abdulrahman University

Alanoud Alsharidah, Hton Banafea, Lara Alsudais, Layan Kamal, Dr. Fadwa Alrowais

Tags

job application career development application process computer science

Summary

This document is a graduation project report focusing on streamlining application processes for career development. The project involves designing a software and database system. The report outlines the project's problem statement, proposed solution, background information, system analysis, and design.

Full Transcript

Kingdome of Saudi Arabia ‫المملكة العربية السعودية‬ Ministry of Education - Higher Education ‫وزارة التعليم العالي‬ Princess Nourah Bint Abdul Rahman University...

Kingdome of Saudi Arabia ‫المملكة العربية السعودية‬ Ministry of Education - Higher Education ‫وزارة التعليم العالي‬ Princess Nourah Bint Abdul Rahman University ‫جامعة األميرة نورة بنت عبد الرحمن‬ Faculty of Computer and Information Science ‫كلية علوم الحاسب والمعلومات‬ Graduation Project I 1‫مشروع تخرج‬ Apply: Streamlining Application Processes and Enhancing Career Development Alanoud Alsharidah 443007708 Hton Banafea 443007562 Lara Alsudais 443007328 Layan Kamal 443007496 Supervised by Dr. Fadwa Alrowais A Graduation Project Report submitted to College of Computer and Information Sciences at PNU In Partial Fulfillment of the Requirements for the Degree of Bachelor of Science in Computer Science CCIS, PNU Riyadh,KSA 1445-1446H 1 Table of Contents Acknowledgements.............................................................................................. 7 Abstract.............................................................................................................. 8 Keywords............................................................................................................ 8 Chapter 1 Introduction.......................................................................................... 9 1.1 Problem Statement and Significance........................................................ 9 1.2 Proposed Solution.................................................................................. 11 1.3 Project Domain and Limitations............................................................ 13 1.4 Definition of New Terms........................................................................ 14 Chapter 2 Background Information and Related Work........................................ 15 2.1 Background Information............................................................................ 15 2.1.1 The Evolution of Job Application Process........................................................ 15 2.1.2 Software Requirements................................................................................... 15 2.1.3 Hardware Requirements................................................................................. 16 2.1.4 Algorithms...................................................................................................... 16 2.1.5 App Extension................................................................................................ 16 2.1.6 Applicant Tracking Systems (ATS).................................................................. 17 2.1.7 Artificial Intelligence Chatbot......................................................................... 18 2.2 Related Work Survey.................................................................................. 19 2.3 Proposed and Similar Systems Comparison................................................. 26 Chapter 3: System Analysis.................................................................................. 27 3.1 Requirements Specification......................................................................... 27 3.1.1 Interviews....................................................................................................... 27 3.1.2 Surveys........................................................................................................... 31 3.2 Requirements Analysis................................................................................ 33 3.2.1 Interview Analysis........................................................................................... 33 3.2.2 Survey Analysis.............................................................................................. 40 3.2.3 Functional and Nonfunctional Requirements................................................... 45 2 3.2.4 Object Oriented Approach.............................................................................. 50 Chapter 4: System Design.................................................................................... 86 4.1 System Architecture.................................................................................... 86 4.1.1 Flowchart....................................................................................................... 87 4.2 User Interface Design.................................................................................. 90 Chapter 5: References........................................................................................ 109 Chapter 6: Appendix......................................................................................... 113 6.1 Appendix A: Questionnaire Questions....................................................... 113 6.2 Appendix B: Approvals............................................................................. 116 6.3 Appendix C: Particpant Information Sheet............................................... 118 List of Tables: Table 1-1: New Definitions................................................................................................. 14 Table 3- 1: Interview Questions for Job Seekers..................................................................... 29 Table 3- 2: Interview Questions for Recruiters....................................................................... 30 Table 3- 3: Survey Questions for Job Seekers........................................................................ 32 Table 3- 4: Functional Requirements for User....................................................................... 45 Table 3- 5: Functional Requirements for Administrator.......................................................... 48 Table 3- 6: Nonfunctional requirements for User and Administrator......................................... 49 Table 3- 7: Register Account Tabular Form.......................................................................... 51 Table 3- 8: Login Tabular Form.......................................................................................... 52 Table 3- 9: Choose Interests Tabular Form........................................................................... 53 Table 3- 10: Browse Personalized Homepage Tabular Form.................................................... 53 Table 3- 11: Fill Background Information Tabular Form........................................................ 54 Table 3- 12: Upload Documents to Document Manager Tabular Form...................................... 54 Table 3- 13: Edit To-Do List Tabular Form.......................................................................... 55 Table 3- 14: Type Essays in Essay Manager Tabular Form...................................................... 55 Table 3- 15: Submit Support Ticket Tabular Form................................................................. 56 Table 3- 16: Save Professional Opportunity Tabular Form...................................................... 56 Table 3- 17: Interact with Octu-pal Tabular Form................................................................. 57 3 Table 3- 18: Manage Status in Application Tracker Tabular Form........................................... 58 Table 3- 19: Search Professional Opportunities Tabular Form................................................. 59 Table 3- 20: Autofill Application Tabular Form..................................................................... 60 Table 3- 21: Display Document Manager Tabular Form.......................................................... 61 Table 3- 22: Retrieve Documents from Document Manager Tabular Form................................ 62 Table 3- 23: Apply for Professional Opportunity Tabular Form.............................................. 63 Table 3- 24: Handle Support Ticket Tabular Form................................................................. 64 Table 3- 25: Manage Database Tabular Form........................................................................ 65 Table 3- 26: Logout Tabular Form...................................................................................... 65 List of Figures: Figure 2- 1: Zip Recruiter Page........................................................................................... 19 Figure 2- 2: Indeed Search Page.......................................................................................... 20 Figure 2- 3: LinkedIn's EasyApply Button............................................................................ 20 Figure 2- 4: Handshake Page.............................................................................................. 21 Figure 2- 5: GlassDoor Page............................................................................................... 22 Figure 2- 6: Jobscan Page.................................................................................................. 22 Figure 2- 7: Resumonk Page............................................................................................... 23 Figure 2- 8: Huntr Page..................................................................................................... 23 Figure 2- 9: SmartRecruiters Page....................................................................................... 24 Figure 2- 10: CareerBuilder Page........................................................................................ 25 Figure 2- 11: Bayt Page..................................................................................................... 25 Figure 2- 12: Systems Comparison....................................................................................... 26 Figure 3- 1: Applications Sent by Gender............................................................................. 40 Figure 3- 2: Applications Sent per Time Spent....................................................................... 41 Figure 3- 3: Missed Deadlines per Age Group........................................................................ 42 Figure 3- 4: Awareness of Available Applications................................................................... 43 Figure 3- 5: Interest in Receiving Feedback........................................................................... 43 Figure 3- 6: Use Case Diagram............................................................................................ 50 Figure 3- 7: Register......................................................................................................... 66 Figure 3- 8: Login............................................................................................................. 67 Figure 3- 9: Choose Interests with Personalized Homepage...................................................... 68 Figure 3- 10: Fill Background Information........................................................................... 69 4 Figure 3- 11: Upload Documents to Document Manager.......................................................... 70 Figure 3- 12: Edit To-Do List.............................................................................................. 71 Figure 3- 13: Type Essay in Essay Manager.......................................................................... 72 Figure 3- 14: Submit Support Ticket.................................................................................... 73 Figure 3- 15: Save Professional Opportunity......................................................................... 74 Figure 3- 16: Interact with Octu-pal.................................................................................... 75 Figure 3- 17: Manage Status in Application Tracker............................................................... 76 Figure 3- 18: Search Professional Opportunity...................................................................... 77 Figure 3- 19: Applies for Professional Opportunity with Autofill.............................................. 78 Figure 3- 20: Display and Retrieve Documents from Document Manager................................... 79 Figure 3- 21: Logout......................................................................................................... 80 Figure 3- 22: Login........................................................................................................... 81 Figure 3- 23: Manage Database........................................................................................... 82 Figure 3- 24: Handle Support Ticket.................................................................................... 83 Figure 3- 25: Logout......................................................................................................... 84 Figure 3- 26: Class Diagram............................................................................................... 85 Figure 4- 1: Layered Architecture....................................................................................... 87 Figure 4- 2: Apply Flowchart.............................................................................................. 88 Figure 4- 3: Administrator Flowchart.................................................................................. 89 Figure 4- 4: Register Account Interface................................................................................ 90 Figure 4- 5: Login Interface................................................................................................ 91 Figure 4- 6: Choose Interests Interface................................................................................. 92 Figure 4- 7:Personalized Homepage Interface........................................................................ 93 Figure 4- 8: Search Interface.............................................................................................. 94 Figure 4- 9: Sidebar Interface............................................................................................. 95 Figure 4- 10: Background Information Interface.................................................................... 96 Figure 4- 11: Document Manager Interface........................................................................... 97 Figure 4- 12: Essay Manager Interface................................................................................ 98 Figure 4- 13: To-Do List Interface....................................................................................... 99 Figure 4- 14: Submit Support Ticket Interface.....................................................................100 Figure 4- 15: Saved Jobs Interface......................................................................................101 Figure 4- 16: Octu-pal Interface.........................................................................................102 Figure 4- 17: Application Tracker Interface.........................................................................103 Figure 4- 18: Applying Interface........................................................................................104 Figure 4- 19: Logout Interface...........................................................................................105 Figure 4- 20: Administrator Homepage Interface..................................................................106 Figure 4- 21: Manage Database Interface.............................................................................107 Figure 4- 22: Handle Support Ticket Interface.....................................................................108 5 Figure 6- 1: IRB Approval................................................................................................116 Figure 6- 2: DSR Approval................................................................................................117 List of Symbols and Abbreviations: Abbreviations ATS Applicant Tracking System CV Curriculum Vitae AI Artificial Intelligence DBMS Database Management System NLP Natural Language Processing KNN K-Nearest Neighbors BM25 Best Match 25 BERT Bidirectional Encoder Representations from Transformers GPT Generative Pre-Trained Transformers DSR Deanship of Scientific Research IRB Institutional Review Board PIS Participant Information Sheet 6 Acknowledgements In the name of Allah, the Most Gracious, the Most Merciful, the All-knowing, we begin with immense gratitude to Allah for blessing us with the strength, clarity, and perseverance to complete this paper and bring the vision of Apply to life. We are profoundly thankful to our families and friends, whose steadfast support and encouragement have been the backbone of our journey. Your belief in our potential has inspired us to aim higher every step of the way. Our heartfelt thanks extend to Dr. Fadwa, our dedicated supervisor and mentor, whose guidance and insights have shaped both this paper and our confidence in Apply's potential. We are equally grateful to Princess Nourah Bint Abdulrahman University, not only for its invaluable resources but for fostering an environment that nurtures innovation and ambition. We also extend our sincerest gratitude to the individuals who participated in our interviews and surveys. Your time, insights, and experiences have been invaluable in shaping this research and ensuring Apply addresses real-world needs. To ourselves, the authors—Apply wouldn’t have come this far without the dedication, effort, and passion we invested every step of the way. We’re grateful for the challenges that shaped us and the shared commitment to bringing this vision to life. Apply is not just a project; it is the foundation of a future startup that aims to redefine the application process. This journey would not have been possible without the collective effort, belief, and hard work of everyone involved. Together, we are building something truly remarkable, and for that, we are eternally grateful. No doubt about it. 7 Abstract Apply is an innovative platform designed to streamline the application process for jobs, internships, and other professional opportunities. It offers features like document organization, autofill capabilities, personalized recommendations, and application tracking. By simplifying workflows and enhancing efficiency, Apply empowers users to focus on submitting high-quality applications and achieving their professional goals. Keywords Efficient Applying, Autofill, Document Manager, Essay Manager, Application Tracker, Professional Opportunities, Personalized Homepage, Octu-pal, AI Assistant, Accessibility 8 Chapter 1 Introduction This chapter discusses the problem statement, the proposed solution, and its domain and limitations. Additionally, any newly introduced terms are defined to provide clarity and context. 1.1 Problem Statement and Significance In the pursuit of enhancing efficiency in daily tasks, one area that remains notably challenging is the application process. The process of managing job and internship applications for students and job seekers is inefficient and often disorganized. Individuals apply to multiple positions simultaneously, requiring them to repeatedly fill out forms, search for their required documents and certifications, upload those documents, and track deadlines across different platforms. The repetitive procedure of filling out job applications can be exceedingly tedious, especially due to answering similar generic questions in different application forms. Having to repeatedly write in the same information regarding work experience, education and skills in many different forms leads to a sense of inefficiency and frustration for applicants. Retrieval of documents needed for applications is also a concern for those who apply for internships, jobs, and other career opportunities. Individuals may have their required documents scattered across various storage locations and folders, making it challenging to find all the necessary documents in a timely manner. As time plays a crucial factor in the application process, not finding certain material results in career opportunities being passed by. Applicants additionally encounter struggles when creating compelling resumes and curriculum vitae (CV), particularly in ensuring their application is in compliance with the standards set by Applicant Tracking Systems (ATS). The Applicant Tracking Systems are software systems that aid companies in optimizing the recruitment process such as inspecting resumes and categorizing them based on format, certain keywords, or even criteria. Not understanding the current best practices in creating a compelling resume 9 can result in a resume that is poorly formatted, extremely long, or informal. These circumstances diminish the chances of their resumes even being considered by hiring companies. Many mobile and web applications lack essential accessibility features, limiting people with disabilities from fully utilizing them. People with visual impairments, for instance, face accessibility barriers. Undoubtedly people with disabilities may miss out on recruitment opportunities posted online if adequate support is unavailable. Moreover, temporary impairments, such as eye strain- commonly known as Digital eye strain, which is a common condition that arises from prolonged intensive use of the eyes. These impairments can also hinder effective interactions with digital job applications platforms. A study of 16 participants- comprising blind individuals and those who relied on screen- readers- identified significant accessibility barriers in the online job application process. As a result, the majority of applicants required external assistance, with only 28.1% of users completing their applications independently. All the factors stated increase the risk of missed opportunities due to forgotten deadlines or incomplete applications, causing unnecessary stress and reducing the likelihood of securing desirable positions. The present application procedure is inefficient, creating a significant disconnect between the streamlined ideal experience and the actual experience that job seekers face, which further exacerbates the problem. This is where Apply would play a crucial role in streamlining the application process. By automating key tasks, Apply would significantly reduce the time and effort required from applicants, enhancing both efficiency and user experience. 10 1.2 Proposed Solution To address the challenges faced when applying for professional opportunities, "Apply” is the proposed solution. Apply is an innovative digital application designed to streamline the application process by eliminating the complications of the process and automating repetitive tasks. This will speed up the process, lessen the stress associated with job and internship applications, boost productivity and open the door to new opportunities. Apply provides users with a secure document organization and management feature known as Document Manager, which will preserve CVs, transcripts, and certificates for later retrieval so the user can simply access these documents and use them. Another feature is the Essay Manager streamlines the essay writing process by allowing users to manage multiple drafts and tailor their responses to predefined application prompts provided by Apply or to custom prompt users can manually add. A notable feature of Apply is its autofill tool which uses previously saved user data such as personal information, education, work experience and essays from the Essay Manager to automatically populate application forms with relevant information. This automation will reduce the need for manual entry and repeated tasks, allowing the application process to run more smoothly. These two features will be implemented using an extension. Furthermore, the application will have a personalized homepage that will keep job seekers informed about jobs, internships, and any relevant events that are tailored based on the interests chosen by users while also showcasing the deadlines of applications. In addition, the users can save professional opportunities to apply to later. The platform will include an Application Tracker to help users stay organized by keeping tabs on their job applications by manually tracking the status of their applications(accepted, rejected, in progress, signed contract, interview). With the help of this tracking system individuals can stay on top of their application processes and ensure that actions are taken on time. The user can also add certain tasks they want to achieve in their personalized To- Do list. 11 The AI-powered assistant known as “Octu-pal” is an essential part of Apply, it will identify gaps in users' resumes, offer suggestions for personal development, proofread application essays, and provide preparation for job interviews. This feature guarantees that individuals submit high-quality applications and successfully present their skills and experiences all while optimizing their resumes according to ATS format. As Apply progresses toward development, accessibility considerations will be a key focus to ensure the app meets WCAG 2.1 standards. “Web Content Accessibility Guidelines (WCAG) 2.1 defines how to make Web content more accessible to people with disabilities”. The WCAG also enhances the usability of Web content for older individuals whose abilities may change with age and often improves the overall user experience for all individuals. During development, Apple’s built-in accessibility tools will be integrated, such as: Voiceover for screen reader support, Dynamic Type for scalable text, and Switch Control for alternative input methods. The accessibility inspector will be used to ensure features like screen reader compatibility, keyboard navigation, and text scalability are fully optimized. These steps will ensure Apply complies with WCAG A and AA standards, with ongoing refinements made to meet AAA-level compliance. By prioritizing these tools, Apply aims to deliver an inclusive and WCAG-compliant user experience. The aim of Apply is to optimize the application procedure, leverage cutting-edge technology and elevate the overall user experience by taking accessibility and ease of use into account. The goals include delivering a comprehensive platform with secure document storage, autofill features, AI-powered assistance and application tracking. By achieving these aims and goals, Apply will provide an efficient inclusive solution to the challenges faced by applicants, ultimately simplifying the application process and enhancing document management while improving the overall user experience. Moreover, Apply supports the goal of Saudi Arabia’s 2030 Vision of creating a competitive and competent workforce as well as encouraging equal access to opportunities by streamlining the application process and offering career development tools. 12 1.3 Project Domain and Limitations Apply dedicates itself to the youthful students aspiring to apply to a well-suited job or internship, and to the company employee who is looking for an interesting workshop to broaden their knowledge in a certain field. In short Apply’s domain focuses on undergraduates, graduates, the employed, unemployed, and any adult seeking professional opportunities. The aim is to provide the target audiences who range from 15 and above with a sense of efficiency when applying. Apply intertwines between 4 domains: Career development, Recruitment, Productivity tools, and Artificial Intelligence. With the domains seamlessly overlapping they create an understanding of the project and audience, providing Apply with a formula for efficient applying. Apply has two limitations. The first is that Apply is limited to being situated in Saudi Arabia because the sample data was gathered from Saudi citizens, therefore tailored to them. The second is the language setting exclusivity; the application will only support English and Arabic, which follows Apply’s target audience’s standards. 13 1.4 Definition of New Terms In Table 1-1 the definition of any new terms that will be used is depicted. Table 1-1: New Definitions Term Definition Applicant Tracking System (ATS) An applicant tracking system (ATS) is software that enables recruiters and employers to track candidates throughout the recruiting and hiring process. Curriculum Vitae (CV) A curriculum vitae (CV) is a document where job seekers highlight their academic and professional accomplishments. It is used to apply for positions that demand a specific set of skills or knowledge. Autofill Autofill is a software function that enters previously saved data, such as a user's name or email address, into a data field. App Extension App extensions enable you to extend custom functionality and content beyond your app, making it available to users as they interact with other apps or the operating system. Unified Modeling Language (UML) The Unified Modeling Language (UML) is a general-purpose modeling language. The primary goal of UML is to establish a standard way to visualize how a system has been developed. Efficient Applying Efficient Applying is all about Streamlining the application process with automation and smart data management to save time and effort. 14 Chapter 2 Background Information and Related Work This chapter discusses the background information needed to understand the proposed solution. The sections about related work and systems comparison are also discussed in this chapter. 2.1 Background Information In this section it is discussed how the application process changed over time, software and hardware requirements, and the different algorithms and techniques that will be established for Apply. 2.1.1 The Evolution of Job Application Process The process of Applying for jobs and other opportunities in the last few decades has changed dramatically. In the earlier times, hearing of job openings would be by word of mouth or job seekers going door to door to establishments searching for anyone hiring. Later on, paper resumes became the prevalent document to share with employers your skills and experience. As time kept progressing and technology kept advancing, job applications became easier through electronically applying. Applicants could go to the company’s website to see if they had any job opportunities available or through job listing websites. Now in today’s day and age there are many platforms that help applicants in searching for job opportunities available, help in forming their resumes, and overall making the job search and application process easier. 2.1.2 Software Requirements For the application Apply, Swift and SwiftUI will be used to build the front end. This choice leads to a smooth and responsive user experience with modern, visually appealing elements. For the back end, Node.js will be implemented as it’s great at handling multiple requests at the same time and processing data efficiently. By combining Swift and SwiftUI for the front-end with Node.js for the back end, Apply will deliver a fast, reliable app that looks great and performs even better. 15 2.1.3 Hardware Requirements For users, the hardware requirements for Apply include an iOS operating system, fast internet connection, and a smartphone. For developers, the platform requires a PC with Windows or MacOS operating systems. for development using Swift and Node.js, along with an internet connection. 2.1.4 Algorithms When making recommendations for users, algorithms can be of great help especially when a combination of techniques is used as it will improve accuracy and relevance leading to better job and candidate matches. Algorithms like collaborative filtering are well-known for detecting patterns in user behavior and recommending items based on previous interactions. Item-based collaborative filtering will be utilized in Apply to focus on the link between the opportunities that users have previously interacted with instead of focusing only on comparing users to each other. Content-based filtering on the other hand recommends items to users based on certain characteristics or attributes of items they have previously liked or interacted with. Unlike collaborative filtering, content-based filtering prioritizes item qualities over the user’s interactions. As users use Apply by browsing, saving, or applying for jobs, the system will learn more about what they like. Utilizing these algorithms for the making of Apply’s personalized homepage will provide tailored recommendations based on the user’s interests and preferences, thereby improving their job search experience. 2.1.5 App Extension The auto fill functionality of application forms is one of the crucial features of Apply. The form will be filled with the user’s information that is stored in the Apply app by an app extension. An app extension is used with iPhone operating system (iOS) to enable applications to provide their functionalities in other platforms. In Apply’s case, a Safari app extension will be integrated. The Safari app extension works by allowing for the data that is in the original 16 app to be communicated with Safari. Safari then takes this data and can use it in the current webpage it resides in. When the user clicks on the apply button of a job position, the user will get redirected to the external application form website opened on Safari. The extension then can access the user’s stored information (personal, education, work experience, essays) which is in Apply and automatically populates the form’s fields and streamlines the application process. Apply will integrate a Document Provider Extension, this feature will link Apply's Document Manager with the standard iOS file picker, this will allow users to engage more efficiently with their resumes, cover letters, and any other application materials during the job application process. The Document Provider Extension enables users to access documents saved in Apply directly from the file upload fields in external apps. The Document Provider Extension process will begin when a user opens a company's application form in a browser or supported app. When asked to upload a file the standard iOS file picker will appear with the Apply Document Provider Extension listed as one of the available options. Users can then browse and choose documents from Apply's Document Manager which will automatically be uploaded to the application form without having to switch apps. This will ensure that users can update and access their documents anytime and anywhere, streamlining the job application process. 2.1.6 Applicant Tracking Systems (ATS) With time passing by and things becoming more electronic based, the ATS has been introduced to resumes in the recruiting process. Application tracking systems (ATS) format will impact how a company will analyze resumes. Apply’s application’s AI assistant, Octu-pal, allows users to improve their resumes in accordance with current ATS standards. ATS is defined to be software that's made to assist human resource managers in the hiring, filtering, screening, and organization of applicants. The objective of the ATS is to save time by streamlining many aspects of the recruitment process. Applicant tracking and recruitment rely on keywords and keyword-matching algorithms. Key-word matching algorithms help to identify a more accurate candidate pool that fits into the job requirements. The front end works of the ATS usually consist of a user-friendly interface for seamless interaction, whilst at the back end there is a robust database management system (DBMS) in the works. These two main components are what form the reliable application tracking system. 17 Some algorithms are put in place to increase efficiency and reduce the workload on human resource management. For example, "candidate screening algorithms utilize natural language processing (NLP) techniques". Techniques like NLP provide us with information like previous recruiting data. An algorithm used in the ATS is K-Nearest Neighbors (KNN), considered one of the simplest machine learning algorithms used for classification and regression, making decisions based on data given. KNN can help to match candidates to the job description by considering the job description and the candidates CV. KNN also can take into consideration any trends within the organizations successful recruiting data, the algorithm will correlate this information to seek out candidates whose qualifications best suit the current trends during the selection process. 2.1.7 Artificial Intelligence Chatbot According to the abstract of Zhao’s study (2024), the group of individuals that utilized AI- enhanced tools for refining grammar, vocabulary and sentence structure showed notably greater advancements in writing proficiency compared to other groups. Chatbots are used to improve human talents, allowing people to foster creativity and support corrective actions. Similarly, Apply will integrate an AI assistant, Octu-pal, a chatbot that is specifically designed to enhance job seeker’s skills by providing personalized guidance. Regarding the development of Octu-pal, Apply will focus on using OpenAI models due to their enhanced performance, simplicity, and ability to undertake complex NLP tasks such as career counseling and essay proofreading. A hybrid approach is also under consideration, combining OpenAI's models with Google AI's model Bert. By utilizing Bidirectional Encoder Representations from Transformers (BERT)-based systems for repetitive and privacy-focused tasks, such as resume optimization, Apply can ensure scalability and cost-effectiveness. Transformer-based models like OpenAI's Generative Pre-Trained Transformers (GPT) and BERT can be considered well-suited for achieving Octu-pals' objectives. Key objectives such as proof-reading and analyzing resumes to provide feedback, can be efficiently handled by these models which lead to excelling in handling core functions. These models are excellent at comprehending semantics and context, making them ideal for enhancing user-submitted content. For the resume recommendations feature, the primary algorithm will be BM25. BM25 is an effective information retrieval model that compares resumes with job descriptions to identify potential gaps in qualifications. By implementing Best Match 25 (BM25), resumes will be optimized to align with the criteria of applicant tracking systems (ATS), thereby increasing the likelihood of successful matches and landing of professional opportunities. 18 2.2 Related Work Survey In this section the different systems that are related to Apply will be discussed while stating each one’s respective advantages and disadvantages. Zip Recruiter Zip Recruiter as seen in Figure 2-1 is an online job searching application that applies to job seekers looking for jobs and employers looking to hire candidates. It utilizes artificial intelligence to help employers find the perfect candidates that match the qualifications needed. A disadvantage of this application is the need for employers to continually pay for their job listings to remain on the site, as job postings only remain for 30 days on the platform. Figure 2- 1: Zip Recruiter Page Indeed Indeed is a job board platform that provides a vast amount of job listings from various companies as seen in Figure 2-2. Indeed permits users to see reviews about companies and gives enlightenment on salaries for open positions. Due to the extensive amount of job listings, it becomes difficult to find quality positions and can result in some job postings being inauthentic which can result in scams. 19 Figure 2- 2: Indeed Search Page LinkedIn’s Easy Apply LinkedIn’s EasyApply as shown in Figure 2-3, is an add-on feature to the already up and running business social networking platform. LinkedIn allows individuals to display all their achievements and previous work while also connecting with others to expand their social network. EasyApply comes into action by allowing job seekers to apply for companies by the press of a button. It does so by auto filling certain information that is already located on the user’s LinkedIn profile. The disadvantage of this platform is the user’s inability to customize their application when applying for a certain job. Since the application is being directly taken from the user’s LinkedIn profile, users can not customize and tailor their applications for certain jobs. This leads to focusing on quantity over quality of applications which does not allow applicants to stand out. Figure 2- 3: LinkedIn's EasyApply Button 20 Handshake Handshake is a platform that connects college students and graduates with companies seeking to hire promising candidates from their prospective universities as seen in Figure 2-4. It is tailored to allow companies to connect with universities and promote their company at career events on campus. The disadvantage of Handshake is its limited access as it is only for users from universities and institutions that choose to partner up with the platform. Figure 2- 4: Handshake Page GlassDoor GlassDoor as seen shown in Figure 2-5, is a job listing system that provides detailed reviews of a company from salary and benefits to personal experiences of employees in the company. GlassDoor appeals to not only job seekers applying but also employees who want to share their experiences in their company and employers striving to create and maintain their company's reputation. Unfortunately, GlassDoor does not provide any form of verification when it comes to those who write reviews which can result in not all reviews being true. Which in result also limits the employers' control and inability to address reviews that may be untrue and harmful to the company’s reputation. 21 Figure 2- 5: GlassDoor Page Jobscan Jobscan is a platform that’s tailored for individuals seeking jobs, designed to help them build resumes that are ATS-friendly, as demonstrated in Figure 2-6. Jobscan includes a resume scanner that will look for similarities between the individual’s resume and that specific job description where it’ll supply the user with personalized feedback as well as a match rate, it’ll also provide the users with a job application tracker. However, in Jobscan you won’t be able to directly submit your resume to recruiters through its platform as it focuses on enhancing the visibility of the resume rather than the full solution for the whole application process. Figure 2- 6: Jobscan Page Resumonk Figure 2-7 highlights Resumonk, which is a user-friendly platform dedicated to creating resumes with multiple professionally designed templates and features. Resumonk’s main strength is its ability to utilize AI to personally suggest and rewrite the resume which in turn enhances its quality. Unfortunately, Resumonk does not 22 provide detailed analysis or feedback to help discover resume gaps or recommend improvements. Figure 2- 7: Resumonk Page Huntr As illustrated in Figure 2-8, Huntr is a system that targets enhancing the job application procedure by utilizing a collection of its tools. Hunter primarily focuses on its “AI resume builder” tool which allows individuals to build ATS-optimized resumes efficiently and in a timely manner as well as suggesting keywords that sync with the job descriptions instantly. This feature of Huntr elevates the chances of the resume passing through the ATS filter, nonetheless there’s a possible disadvantage on how it limits user accessibility when browsers other than chrome are used, since it heavily relies on its chrome extension for multiple functionalities. Figure 2- 8: Huntr Page 23 SmartRecruiters SmartRecruiters operates as a system that concentrates on simplifying the recruitment process, presented in Figure 2-9. SmartRecruiters includes features such as application tracking, candidate sourcing and integration with platforms like LinkedIn and Glassdoor which will boost the recruiters’ ability to draw in top talent. Despite all this, it has multiple disadvantages. One major disadvantage is that the platform does not completely accommodate non-English speakers, which can be difficult for companies with international job vacancies. Furthermore, new users may struggle to use the user interface due to its complexity. Another problem is the absence of upfront pricing, consumers must contact assistance to obtain pricing information. Figure 2- 9: SmartRecruiters Page CareerBuilder CareerBuilder is a platform that is primarily centered around its “AI powered candidate matching” where it'll automatically suggest the perfect candidates based on the job descriptions, as seen within Figure 2-10. CareerBuilder offers a centralized database that includes more than 140 million candidate resumes, in which it will provide recruiters with a large-scale search option to find suitable applicants. A major disadvantage of CareerBuilder is its inaccurate filtering and search results, which can lead recruiters to overlook qualified candidates due to flaws in the platform's filtering algorithm. 24 Figure 2- 10: CareerBuilder Page Bayt Bayt is a job application website that is centered in the Middle East and North African region. It provides applicants with job listings from various industries, as seen in Figure 2-11. Bayt’s advantages lie in its use of Easy Apply when applying to certain jobs and its extensive filtering of jobs that can narrow down job positions even to certain regions in a city. However, a disadvantage is that many valuable features such as priority resume placement require a paid subscription. This can cause unfairness for users when applying to certain positions. Figure 2- 11: Bayt Page 25 2.3 Proposed and Similar Systems Comparison The comparison seen in Figure 2-12 displays the features of Apply and compares them to those of other relevant systems, emphasizing Apply's unique characteristics while outlining similarities and differences with other platforms. Figure 2- 12: Systems Comparison 26 Chapter 3: System Analysis This chapter outlines the specifications for how the requirements for the application were chosen and the analysis of those requirements. The diagrams and methods for object- oriented approach are also discussed. 3.1 Requirements Specification Two methods for data collection were used: interviews and surveys. This section delves into the reasoning behind choosing each method, the target audience, the questions proposed for the target audience with the perspective objectives for each question. 3.1.1 Interviews In this paper the term interview is defined as a “familiar social encounter in which people interact by asking and answering questions. They are, however, a very particular type of conversation, guided by the researcher and used for specific ends”. For the development of the application, interviews were chosen as one of the methods for gathering information. Interviews are a great method of collecting qualitative data since they allow for one-by-one communication with the participant, to efficiently gain details, rich descriptions of their experiences in the field of applying and recruiting. The interview questions highlight the main objective of enhancing user experience, so it is vital to communicate virtually with the target audience; interviews were the most fit method for portraying Apply’s objectives. The interview sample is eight individuals who belong to one of the two predetermined categories. They range from university students from different majors, recent graduates, recruiters from various organization types with varying business ranking in terms of maturity, and any adult seeking a job. The interview questions are designated around two different groups: job seekers and recruiters. Table 3-1 refers to the questions for job seekers, which are seven open-ended questions. Their objectives mainly regard how candidates in the sample operate the current available 27 tools for job seeking, what improvements they desire and their opinions on some of the features Apply will offer. Further information about questionnaire questions and the link are shown in Appendix A. Institutional Review Board (IRB) and Deanship of Scientific Research (DSR) approval for the questions is shown in Appendix B. Participant information sheet (PIS) is shown in Appendix C. 28 Table 3- 1: Interview Questions for Job Seekers Question Question Question Objective Type 1. Can you walk me through your typical Open ended To understand the candidate's approach to filling out and submitting job process and strategies for applications? completing job applications 2. What are the biggest challenges you face Open ended To gain insights into the when applying for jobs online? application process and its obstacles. 3. Have you faced any frustrations with filling Open ended To affirm the need for an out multiple job application forms that ask for Autofill feature. similar information? If yes, give examples. 4. What tools or methods do you currently use Open ended To gain insight on what tools to keep track of deadlines and requirements for and methods candidates rely job applications? on. 5. How do you typically organize and store the Open ended To understand how applicants documents needed for your job applications? store and organize their documents. 6. What specific features or functionalities do Open ended To gain insight on what you believe would make your job search more applicants would find helpful to efficient and organized? them regarding job search and organization. 7. If Apply has an AI assistant to offer its Open ended To develop an AI assistant that help, how would you like it to assist you? lives up to applicants' standards. 29 Table 3-2 refers to the second group of questions for recruiters. There are five questions which are all open-ended. Their objectives focus on gathering information regarding how CVs are assessed in their organizations and the tools used in the recruiting process. Table 3- 2: Interview Questions for Recruiters Question Question Question Objective Type 1. What challenges do you face when reviewing Open ended To gain insight on how and processing a high volume of job recruiters process applications. applications? 2. How do you currently assess the quality and Open ended To see if recruiters use tools in suitability of resumes and application materials application reviewing such as submitted by candidates, and if you use any tools ATS. state them? 3. How do you currently manage and track job Open ended To study how companies applications from candidates across various manage applicants' data across platforms in different application stages? various application platforms during different application stages. 4. What strategies do you propose for individuals Open ended To understand what employers to overcome the challenges in creating value to allow applicants' compelling resumes that are ATS-compliant? resumes to stand out, to help in Octu-pal development. 5. How important is accessibility in job Open ended To be informed about what application platforms, especially for individuals improvements can be made to with disabilities, and how can these platforms be platforms to be more inclusive improved in this regard? and user-friendly. 30 3.1.2 Surveys Surveys are a way to collect information from a group of people by asking them questions. Surveys can be done using a variety of methods, such as paper and pencil, online questionnaires, phone calls and in-person interviews. An online survey is a series of structured questions that an individual answers over the internet, typically by filling out a form and it is a more natural way to communicate with the responders. The main advantage of survey research is that it gives you access to original, first-hand data that you can gather and evaluate to meet your goals, and it allows for large data collection in an efficient and structured way. Online surveys were chosen as one of the main data gathering methods with the utilization of Google Forms because it is simple to use, customizable and allows for automated organization of responses making it a perfect tool for handling the data that was gathered. Due to this method’s reachability, it was chosen. It will reach a huge audience in a short amount of time at minimal cost, while also allowing the participants to complete the survey during their free time, which will increase response rates. As shown in Table 3-3, most of the survey questions were closed-ended, which allowed clear and accurate responses from the participants. The targeted audience consists of those seeking jobs, internships, or professional opportunities which will ensure that the information acquired will be of relevancy to Apply's objectives. Refer to Appendix A for further details such as the survey link, and any ethical approvals in Appendix B. 31 Table 3- 3: Survey Questions for Job Seekers Question Question Question Objective Type 1. What is your gender? Closed To understand the user demographic and how diverse it is. 2. How old are you? Closed To identify the age ranges of our potential users. 3. What is your current level of education or the Closed To understand the way different highest degree you have completed? users with different educational backgrounds may need certain features that are relevant to them. 4. On average, how many job or internship Closed To gain a user's perspective on the applications do you submit before successfully application process and how securing a position? challenging it may be. 5. On average, how much time do you typically Closed To understand how time spend completing a job or an internship online consuming the application process application? may be for users. 6. Are you aware of any applications that can Closed with a To identify the most widely used help you apply to jobs/opportunities online? If follow up open application in our field. yes, please specify which applications. ended question 7. Do you find the online application process Closed with a To determine whether there is a time consuming? If yes, what part is time follow up open timing issue in the application consuming? ended question process. 8. Do you find it difficult to find appropriate Closed To demonstrate the need for a jobs for your set of skills? personalized job recommendation system. 9. Do you find it difficult to find documentation Closed To emphasize the importance of needed for applications? (e.g. certifications, the document management cover letters, resumes). feature. 10. Have you ever missed a deadline when Closed To determine if individuals face applying for any opportunity? challenges in meeting deadlines. 11. Would you find it helpful to get feedback on Closed To demonstrate the need for having your resume/application materials? an AI coach. 12. What features do you think would help you Open ended To identify the features that users in the application process? genuinely require and want. 32 3.2 Requirements Analysis This section highlights the results of the interviews and surveys conducted. Then the functional and nonfunctional requirements were discussed and gathered after analysis of Apply. 3.2.1 Interview Analysis Both recruiters and job seekers interviews were analyzed and maintained the anonymity of the interviewees, participants were labeled with letters (W, X, Y, Z, etc.). Thematic analysis was performed for both recruiters and job seekers interview responses. As stated by Stephanie Riger, thematic analysis is “a method for analyzing qualitative data that involves searching for recurring ideas (referred to as themes) in a data set”. 3.2.1.1 Recruiters The total number of interviewed recruiters is four with each recruiter offering diverse points of view for every question asked. Theme 1: Challenges in Reviewing and Processing Applications All the recruiters interviewed had different perspectives when it came to the challenges they faced when reviewing and processing applications. Person W found that an excessive amount of details in the CV makes it challenging to quickly spot certain skills, while on the other hand Person Y found that some applicants do not write enough details on their CV to showcase their previous work experience as they said, “the applicant can be very suitable but their CV was not well formed.” Person X highlighted the challenge in having to know the skills needed for every position that was being hired for the whole team. Person Z stated the challenge was in consistency and fairness when it came to reviewing applications, as early applications may be seen more thoroughly than those seen later on in the day. These responses described the different challenges posed to recruiters, which emphasizes the need for tools that can help streamline the reviewing and processing of applications. This information will help in the future work of Apply as it will appeal to the recruiters’ side and provide them with tools to ensure accurate and fair resume analysis. 33 Theme 2: Methods of Assessing Candidate Suitability As some recruiters have the help of technical tools for assessment of applications, others do not. Person X and Person Y follow a multi-stage process beginning with initial filtration of CVs with the support of tools such as ATS. This allows recruiters to filter their search for specific categories or keywords based on specific criteria like skills or experience they may want to find within a candidate’s CVs without the hassle of having to review the entire CV themselves manually. After the initial filtration comes an online assessment which typically differs depending on the position. For example, a candidate applying for a finance position may face a different type of assessment than one applying for a technical position. Once the candidates pass all these stages, they finally reach the in-person interview with the recruiters to assess their suitability to the establishment. In contrast, Person W and Person Z manually review candidate CVs, describing the process as lengthy and exhausting due to the lack of technological support. These responses showcase the need and value of technological tools to help in the application assessment process. For the future work of Apply, these responses will be very important in highlighting the need for a unified tool to reduce manual effort and streamline the applicant recruitment process. Theme 3: Managing and Tracking Applications Across Platforms One issue that the recruiters had in common was keeping track of applications from various platforms. Spreadsheets are used by Person Z, who characterizes the procedure as efficient but time-consuming. Person X and Person Y, on the other hand, profit from more sophisticated systems like Oracle and Lever Hire, which simplify the application tracking process from start to finish. Although they have differing ways of tracking, the recruiters agreed that balancing efficiency with organization is crucial, and there is a shared desire for more integrated tools to simplify and streamline the process. 34 Theme 4: Recommendations for ATS-Compliant Resumes Every recruiter stressed the importance of ATS-compliant resumes. They recommended using formal, minimalistic designs and aligning content closely with job descriptions. For instance, Person W suggested avoiding excessive design elements, and Person X advised candidates to search for the job description to ensure relevant keywords that apply to them are included in their CV. Person Y highlighted the value of brief and concise CVs, particularly for applicants with less experience. The responses highlight how Octu-pal would help applicants in enhancing their resumes to be more ATS compliant. By giving feedback on structure and design, Octu-pal would guide users on improving their resumes and passing the initial filtration stage. Theme 5: Importance of Accessibility in Job Application Platforms There was a general consensus for the need for accessibility in job application platforms as most did not recall any specific tools currently being used. Person Y noted that large organizations often provide support options for visually impaired applicants, while Person Z and Person X recommended a read-out-loud and text-to-speech features. These responses reflect the importance of accessibility tools to provide inclusivity for all participants. 35 3.2.1.2 Job Seekers Four job seekers were interviewed overall, and each one provided a variety of viewpoints in response to each topic. Theme 1: Typical Approach for Filling Out and Submitting Applications The job seekers interviewed have described different ways of completing applications. Person X usually starts by filling out general information, uploading transcripts, then responding to the long essay questions which they find time-consuming. Person Y uses various approaches depending on the organization they want to apply to. Additionally, they mentioned how some companies require lengthy answers while others rely on LinkedIn’s “Easy Apply”. Person Z starts by skimming the applications to understand the requirements then reaches out to individuals for advice before personalizing their response. Person W prioritizes discovering opportunities as they find it the most difficult part of the application process, then they fill out necessary information and documents. This implies that the process of filling out job applications varies widely and it’s clear that the process should be streamlined to save applicants time and effort. Theme 2: Challenges Encountered when Applying for Jobs Online Uncertainty about what each application demands is a common issue for job seekers as many participants conveyed dissatisfaction when they’re faced with unexpected requirements such as video submissions or long essay questions. For instance, Person X expressed frustration at the lack of clarity in the application time schedule and requirements as they often discovered additional steps like video submissions only at the end. Person Y expressed similar concerns, mentioning how long applications may discourage qualified candidates “many qualified candidates will turn away the job offer due to the length of the application”. Person Z finds that recording videos and writing essays feels forced and doesn’t reflect on their true self and prefers interviews which feel more personal. Person W highlighted the difficulty of managing deadlines, lack of a standard application format and the absence of clear program descriptions resulted in wasted time and effort. This reveals that job seekers 36 are frequently overwhelmed by unclear or lengthy application requirements which makes the process frustrating and discouraging. Theme 3: Repetitive Information in Application Forms Multiple job seekers found that repeatedly filling in the same information across applications to be a source of aggravation. Both Person X and Person W found it tedious to repeatedly provide the same information and suggested an autofill feature to save time. Person Y was similarly annoyed by forms that asked for experience and certifications that are already included in their CV. In contrast, Person Z doesn’t mind the repeated information requests as they find it convenient since they have the data on hand ready to use. These suggestions highlight the importance of an autofill feature to minimize the need to repeatedly enter the same details. Theme 4: Methods for Tracking Deadlines and Application Requirements Job seekers mentioned various ways to keep track of deadlines and requirements, for instance person X relies on the notes app to jot down important dates and requirements to manually keep track of them; “this is honestly a negative approach, and I have missed a lot of programs from this methodology”. Person Y doesn’t use any specific tools whereas Person Z uses the reminders app on her phone and updates from social media channels such as Telegram and X. On the other hand, Person W chooses to rely solely on memory rather than using any tracking tool. These responses indicate the importance of Apply's To- Do list for tasks required by users to help them plan what they need to complete for their applications. This also highlights the importance of having the deadlines for jobs or professional opportunity displayed while the user is applying. Theme 5: Organization and Storage of Application Documents The majority of job seekers relied on manually uploading and retrieving files on the standard file storing application on their devices (for instance, the Files application on iOS and MacOS systems), yet each had a unique way of organizing their documents. Person Y used a color-coded folder on their computer to organize application-required documents by type-category, such as CVs, achievements, and certificates. Similarly, Person Z simply organized their documents in desktop folders, creating various CV versions and subfolders 37 for each achievement. Person W preferred to use their iPhone’s Files app for the easiest access and Notability to store and access her application documents. Moreover, Person X utilized user’s LinkedIn profile work experience fields to easily copy and paste data and export supporting documents. Job seekers relied on manually uploading and retrieving files tools, yet each organized their documents in distinct ways; therefore, these features can be seen in Apply’s Document Manager feature, where the users can store their documents and add custom files for categories, for easy storing and retrieving. Theme 6: Desired Features to Improve the Application Process Job seekers identified various features that would enhance their application process. Person X expressed the wish for automated solutions to handle the filing of repetitive fields, especially for essay responses. Person Y favored LinkedIn’s "Easy Apply" as a time-saver but expressed a desire for greater consistency in its availability across companies’ application forms. Person Z envisioned a centralized platform listing all job openings to streamline her search. Moreover, Person W wished for a customized homepage to filter job opportunities by interest and deadlines; also suggested features like favoriting jobs, receiving deadline reminders, and a detailed job description. Job Seekers proposed a range of ideas that would enhance Apply, that concluded Apply’s role in not only simplifying the application process, but also the job seeking process; that would be achieved by Apply’s personalized homepage. Person X emphasized the benefit of having fields filled in which emphasized the benefit of Apply’s autofill feature. Theme 7: Preferred Features for an AI Assistant in Job Applications All job seekers saw potential benefits in an AI assistant to support their job applications. Person X desired an assistant that could draft essays based on his work experience and aspirations Person Y expressed a wish for an AI chrome extension that auto fills application fields using information from LinkedIn or entered manually, and to store her documents. The AI 38 assistant could also recommend suitable job applications. Person Y mentioned how easy it would be if the job application could be recommended and filled out by the AI assistant. For Person Z, they suggested an AI assistant that could help them tailor their CV for each application and suggest interview preparation tips that could highlight what each employer is looking for. Person W, meanwhile, suggested an AI assistant that could not only remind them of deadlines but also recommend relevant job opportunities based on their interest. Furthermore, offers a way to connect with HR personnel, perhaps to help with questions or any concerns. These responses were taken into consideration and crafted to their best execution version. The recommendation of relevant job opportunities is showcased on Apply’s personalized homepage, tailored to each user based on their chosen interests. Moreover, regarding the suggested autofill function by the AI assistant, Apply deploys the autofill feature by its extension. Regarding the suggestions proposed by Person W, Apply’s Application Tracker will send the user deadline reminders based on the selected application progress status. Secondly, Apply will have a “connect with Alumni or representative” function planned in future work as it gains popularity and user base. Overall, Job Seekers expressed enthusiasm for an AI assistant to streamline the application process, highlighting the need for Octu-pal and its functions. 39 3.2.2 Survey Analysis A survey was conducted on sample data of about 400 people, reflecting diverse viewpoints and experiences in the online application process and the potential impact of Apply. Outlier data has been removed from the analysis to ensure reliability in data. The following points highlight key conclusions drawn from the data collected that help shape Apply to become what it is today. Figure 3-1 showcases the relationship between the average number of applications sent per gender before successfully landing a position. The data highlights the potential disparities in job-seeking experience based on gender. The final sample consisted of 180 respondents (148 females and 32 males). While refining the data aimed for ensuring consistency in representing the data, the gender imbalance proposed a limitation that could skew results. Despite this limitation, this chart showcases that men in Riyadh on average experience a more competitive job seeking process. This insight underscores the potential of a streamlining application like Apply that offers features like personalized job recommendations and AI-driven resume analysis; to enhance and optimize the application process. Figure 3- 1: Applications Sent by Gender 40 As inferred from Figure 3-2, there is a significant number of users who sent ten or more job/internship applications and worked on each one for less than an hour. The quick submission of applications indicates the possibility that users are hurrying through the application process, which could result in formatting mistakes or a lack of attention to detail. This pattern draws attention to the potential trade-off between efficiency and effectiveness in the application process. Users might be compromising quality for speed, which could lead to applications that seem rushed and have lower quality, which could hurt their chances of getting a job offer. Apply addresses this by providing features such as autofill and Document Management, which will allow users to streamline their application process and maintain a high standard in quality. Figure 3- 2: Applications Sent per Time Spent According to the chart in Figure 3-3, the age group of 26–35-year-olds reported the most in terms of missing deadlines compared with the other age groups. This pattern might point to issues with time management or juggling application deadlines with other obligations, which Apply can assist with. Features like deadline reminders and tracking tasks with the To-Do lists are intended to help users in this age range stay organized and meet deadlines more successfully. 41 Figure 3- 3: Missed Deadlines per Age Group The chart in Figure 3-4 shows that almost half of respondents are not aware of any platforms that can help them when it comes to the application process. This indicates a significant gap in awareness of tools that Apply can address by establishing itself as an extensive and intuitive platform for those that are unaware of current resources available. The respondents who were aware frequently mentioned platforms like LinkedIn and Bayt. Although these platforms are considerably known by the majority, there is still an opportunity for a dedicated application system such as Apply. Apply's distinctive features such as autofill, AI assistance with Octu-pal, and personalized job recommendations could set it apart from the competition by tackling certain issues that general job platforms might miss. 42 Figure 3- 4: Awareness of Available Applications Figure 3-5 highlights that a significant percentage of 92% job seekers expressed interest in receiving feedback on their application material, such as resumes, cover letters, and other required documents. The data suggests that the majority of job seekers may feel uncertain about the quality of their application, hence, wish for personalized professional feedback. This reinforces the importance of Apply’s AI driven resume and essay analysis with Octu- pal. Figure 3- 5: Interest in Receiving Feedback 43 Although the time required to submit an application varies among respondents, many indicated that filling out information repeatedly, finding relevant job opportunities, and customizing their CVs are the most time-consuming parts in the application process. This feedback indicates that users encounter challenges in preparation and personalization of their applications, which leads to frustrations and inefficiencies. Apply addresses these issues with features such as the autofill repeated user information, personalized job recommendation catered to user’s interests, and Octu-pal the AI assistant to provide user help in things such as feedback on their resume. By addressing these issues, Apply intends to improve the overall effectiveness by streamlining the application process, allowing candidates to focus more on the quality of their applications without wasting time. Our survey respondent of job seekers highlighted a variety of features they believe would aid them in job application processes. Common themes emerged, such as feedback on resumes that could be AI driven, clarity in job requirements, and speed and ease of the application process. Moreover, automatic form-filling, along with interview preparation tips and document management. These various sets of preferences emphasize the need for an adaptable application like Apply. 44 3.2.3 Functional and Nonfunctional Requirements The functional and nonfunctional requirements were divided according to user and system requirements, ensuring that user requirements address both the user and administrator. Table 3-4 depicts the user and system functional requirements that are applicable for all users that will be using the Apply application. Table 3- 4: Functional Requirements for User Functional Requirements Function User Requirements System Requirements Users should be able to register and create an The system should enable account using their email and phone number. secure registration and login Users should be able to log in securely using using email, phone numbers, their email and password. and passwords. Users should be able to log out of the system The system should provide a by clicking on the logout button that is logout button located in the User Registration located in the sidebar. sidebar for users. (Login and Logout) Users should be able to confirm their logging The system should display a out process. confirmation prompt for users to confirm their logout action. The system should terminate the user session upon logout confirmation. Users should choose interests after The system should prompt registering for an account. the user to select their interests after successfully registering for an account. The system should allow the user to select multiple Choose Interests interests from those provided. The system should save the selected interests to generate the user’s personalized homepage. Personalized Job/ Users should see job or opportunity The system should generate Professional recommendations that match the interests personalized Opportunity they chose after registration. recommendations for job Recommendations opportunities. (Personalized Homepage) Users should be able to search by entering The system should allow search criteria keywords such as job title or users to search by entering company name in the search bar. keywords, such as job title Search Professional Opportunity Users should be able to apply filters to refine or company name, in the the search results such as location, work search bar. type, job level, etc. The system should provide filter options, including 45 location, work type, and job level, to refine search results. The system should display search results matching the entered keywords and filters. Users should be able to enter personal, The system should prompt educational, and work experience users to enter personal, information for future use by the extension. education, and work history Background information. Information The system should save this information for future use with the autofill feature. Users should type their essays according to The system should provide the most common prompts. users with predefined essay Users should be able to manually add their prompts to choose from and own essay prompts. to write their essays. The system should allow users to manually add Essay Manager custom essay prompts that are not included in the predefined essay prompts. The system should save this information for future use with the autofill feature. Users should be able to create folders and The system should allow the label them to upload documents (e.g., user to create folders with resumes, certificates) in them. labels to organize documents Users should be able to retrieve documents in them. Document Manager from Document Manager when in the The system should support application form. document upload and management, including multiple file formats (PDF, DOCX, etc.) Users should be able to manually add, edit, The system should allow and delete tasks. users to manually add, edit, and delete tasks. To-Do List The system should display the To-Do list in an organized format. Users should receive feedback from the AI The system should provide assistant to improve their resumes. an AI assistant (Octu-pal) Users should receive interview preparation that offers user feedback on from the AI assistant. their resumes to improve Users should have their essays proofread by formatting and content the AI assistant. relevance. The system should enable AI Assistant (Octu- users to receive interview Pal) preparation tips and potential questions the user may receive during their job interview. The system should allow users to submit essays for proofreading, providing 46 feedback on grammar, spelling, and overall structure. Users should be able to choose and update The system should the status (Accepted, Rejected, In Progress, automatically add a job or Signed Contract, Interview) of their professional opportunity applications. application to the Application Tracker Application Tracker when the user clicks the “Apply” button for a professional opportunity. Users should be able to save jobs and other The system should provide a professional opportunities in the personalized save icon for users to be able homepage and in search results. to easily distinguish its Users should be able to access their saved functionality as a “save” professional opportunities and apply to them option. when wanted. The system should allow users to save job or Save Professional professional opportunities Opportunities from the search results and the personalized homepage. The system should allow users to view their saved job and professional opportunities in the Saved Jobs section located in the bottom bar. Users should be able to autofill application The system should autofill forms via the extension using the data they forms based on stored user previously provided in Background data (Background Autofill Feature Information and Essay Manager. Information, Essay Manager) for applications with different companies. Users should be able to submit support The system should provide tickets in case they face any issues in the users with an option to application. submit a support ticket from within the application itself. The system should allow users to enter information such as their email, the issue Support Ticket they face, and relevant files such as screenshots of the issue. The system should display the ticket ID number after the user submits their support ticket. 47 Table 3-5 shows the user and system functional requirements for the administrators that will be handling the Apply application. Table 3- 5: Functional Requirements for Administrator Functional Requirements Functional User Requirements System Requirements The administrator should be able to login and The system should support logout securely with an admin account. secure administrator login and Login and logout functionality with Logout appropriate authentication and authorization mechanisms. The administrator should be able to add, The system should allow delete, or update database records. administrators to add, delete, or Manage update database records ensuring Database changes are securely saved and do not disrupt user access. The administrator should have access to The system should provide tools customer support tools to assist users with for administrators to view and Handle Support account issues, functionality issues and other resolve customer support tickets, Ticket support needs. track user issues, and communicate with users.

Use Quizgecko on...
Browser
Browser