Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/final_project' into final_project
Browse files Browse the repository at this point in the history
  • Loading branch information
boopchoncc committed Aug 7, 2024
2 parents 4facea6 + 0c46666 commit 6c61947
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,16 @@ In addition, we used libraries such as docx and mammoth to allow users to custom
Moving forward, we plan to incorporate a web scraping feature that allows users to submit links to job postings, enabling the application to automatically extract all relevant information. This functionality will streamline the process of adding job details, making it easier for users to manage and apply to various jobs. Our goal has always been to alleviate the mental and physical burdens associated with job searching, and incorporating a web scraper brings us one step closer to achieving this objective.


## Contributions of Team Members

- Silvana: one sentence about you!
- Vishal: Worked mainly on the main dashboard of the application for features like adding a job, deleting a job, searching a job by title and company name, adding tags for a job and filtering the jobs by tags. Also worked on the UI overhaul for the main dashboard. Contributed to the stretch requirement that allowed user to upload PDFs for the resume and cover letter.
- Kurtis: I focused on enhancing user account functionality by implementing secure account creation and editing features. I used bcrypt to hash and secure user passwords, ensuring that sensitive information was well-protected. I also worked on endpoint routing to streamline user interactions within the application. Additionally, I integrated Google authentication, providing users with a convenient and secure login option using their Google accounts. To manage user data effectively, I designed a comprehensive user schema model for MongoDB, which organized and stored user information efficiently. To ensure a seamless user experience, I incorporated JSON Web Tokens (JWT) for authentication, allowing user data to persist even after refreshing the web application.
- Kevin: one sentence about you!
## Contributions of Team Members

### Silvana
one sentence about you!
### Vishal
Worked mainly on the main dashboard of the application for features like adding a job, deleting a job, searching a job by title and company name, adding tags for a job and filtering the jobs by tags. Also worked on the UI overhaul for the main dashboard. Contributed to the stretch requirement that allowed user to upload PDFs for the resume and cover letter.
### Kurtis
I focused on enhancing user account functionality by implementing secure account creation and editing features. I used bcrypt to hash and secure user passwords, ensuring that sensitive information was well-protected. I also worked on endpoint routing to streamline user interactions within the application. Additionally, I integrated Google authentication, providing users with a convenient and secure login option using their Google accounts. To manage user data effectively, I designed a comprehensive user schema model for MongoDB, which organized and stored user information efficiently. To ensure a seamless user experience, I incorporated JSON Web Tokens (JWT) for authentication, allowing user data to persist even after refreshing the web application.
### Kevin
one sentence about you!

## Images

Expand Down

0 comments on commit 6c61947

Please sign in to comment.