tanav-kambhampati / student2

This is the updated template repository.
MIT License
0 stars 0 forks source link

Individual Review #5

Open tanav-kambhampati opened 4 months ago

tanav-kambhampati commented 4 months ago

Part B: Video Video

Summary of Project Our project was a jobfinder which allowed users to sign up as freelancers/employers. Based on this, they were able to post or sign up for avaliable jobs. Other features included a rating page and also a salaries survey which allowed users to get personalized recommendations for jobs.

My Feature My feature was the jobs page where freelancers can view available jobs. Here, they can also press view job, and view more details regarding the job that they want to apply for. Freelancers can also apply for jobs that they find interesting. I created the application form. Once people start applying for a job, they can see how many other people applied, which gives them an idea of how much competition they have for the job.

Collegeboard Requirements Requirement: Instructions for input from one of the following: user, a device, an online data steam, or a file How i Met It: Employers can post jobs with the Post a Job form. Here, they have to type up details regarding their job and so they put input into the form. image

Requirement: Use of at least one list (or other collection type) to represent a collection of data that is stored and used to manage program complexity and help fulfill the users purpose. How I Met It: There is a list to filter out different majors/locations/fields, and more. With this list, users can filter the jobs list to find personalized jobs. image

Requirement: At least one procedure that contributed to the program’s intended purpose where you have defined: the name, return type, one or more parameters How I Met It: I defined each of the variables/values in the jobs api model image

Requirement: An algorithm that includes sequencing, selection, and iteration that is in the body of the selected procedure How I Met It: My program sequences each attribute of a job by querying it. By selecting filters, the program sequences each job attribute. image

Requirement: Calls to your student-developed procedure: How I Met It: My Program fetches each of the attributes defined in the jobs model. image

Requirement: Instructions for output (tactile, audible, visual, or ) based on input and program functionality How I Met It: Output takes you to a new page image

My Commits: image