Coder Social home page Coder Social logo

jallan07 / gitjobs-application-tracker Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 2.0 3 MB

Using GitJobs, you can track your professional contacts and job applications in one central place. Take control of your career today!

Home Page: https://gitjobs-application-tracker.herokuapp.com/

License: MIT License

JavaScript 35.65% Handlebars 37.75% CSS 26.60%
nodejs express jquery bootstrap sequelize handlebars jawsdb heroku passport passport-linkedin-oauth2

gitjobs-application-tracker's Introduction

GitJobs


Description

Using GitJobs, you can track your professional contacts and job applications in one central place. Take control of your career today!


Table of Contents

  1. Installation
  2. Technology
  3. Usage
  4. License
  5. Contributions
  6. Tests
  7. Challenges
  8. Future Dev
  9. Screenshots
  10. Authors

Installation

  1. Clone the repo: git clone https://github.com/jallan07/gitjobs-application-tracker.git

  2. Install NPM packages: npm i



Technology

Languages & Databases:

  • HTML
  • CSS
  • JavaScript
  • MySQL

Libraries & Frameworks:

  • Node.js
  • Express.js
  • jQuery
  • Bootstrap
  • Animate On Scroll

Additional Packages:

  • Sequelize
  • Handlebars.js
  • JawsDB
  • Heroku
  • Passport (LinkedIn Oauth 2 Strategy)
  • Travis.yml
  • ESLint
  • Nodemon
  • .env
  • Body-parser

Usage

n/a


License

Distributed under the MIT License.

License: MIT


Contributions

Current Contributors:

Josh Allan, Mark Cross, Andrew McGhie, Baxter Cox

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project

  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)

  3. Commit your Changes (git commit -m 'Add some AmazingFeature')

  4. Push to the Branch (git push origin feature/AmazingFeature)

  5. Open a Pull Request


Tests

This application has been tested in a countless number of different environments to ensure peak performance. However, bugs may exist, especially when used in combination with additional packages. Please be sure to test the application after an initial download.

To test run the code after installing on your local device, use the following code: n/a


Challenges

User OAuth

  • We found a pretty simple way to integrate LinkedIn user authentication via the Passport npm package. When we saw how simple it was to enable that, we decided to try adding Github authentication too. However, that proved to be more challenging. The documentation was a bit more unclear, and the Passport strategy required more legwork than we expected; so unfortunately, we had to ditch Github OAuth.
  • Also relating to user authentication is the data that is passed once they are authenticated via Linkedin. With our current Linkedin OAuth integration, the only data that is received back in the user object is the user’s name, profile picture, and email address. Initially we had hopes to display the full user linkedin profile (headline, location, job experience, etc), but due to time constraints, we had to simplify the profile page to a simple card for our initial launch.

Search Functionality

  • Another feature that we wanted to include but had to cut (mainly due to time constraints) was a powerful search feature that would allow the user to search for a company, a job, or a contact from anywhere within the app to see common threads. The core functionality was built out and working; but unfortunately, Handlebars wasn’t rendering the stylesheet properly on the search results pages. But given another few days, we would’ve been able to resolve all conflicts and had a working search feature.

Company Foreign Key

  • Upon initial buildout of GitJobs, we had big plans to tie contacts and applications to a foreign key that lived on a separate Company table. That would make it easier to find matches between contacts and applications for the same company. However, we ran into some issues that we weren’t able to fix before the deadline, so now we’re investing how to create a company from the “add a contact/application” forms.

Future Dev

Moving forward with GitJobs, we’d break future development out into 3 phases: Integrations, Intelligence, and Interaction. Why? Because integrations drive user intelligence, and intelligence helps users interact more efficiently. So let’s break it down a bit:

Integrations

  • Implement a full Linkedin & Github OAuth strategy so that we collect more user data upfront, as soon as the user logs in.
  • Expand the dynamic user profile to include full user details returned from LinkedIn and Github — that means location data, work experience, and repository information, etc.
  • And lastly in the integrations phase, we would complete the setup of Twilio, which will come into play later in the interaction phase.

Intelligence

  • Display full contact & application cards to provide further insights to the user
  • Implement the site-wide search, and expand its functionality to include more fields and data objects
  • Match job applications with contacts who work at the same company so that users know where they have a potential referral
  • Again, all of this is to provide the user with more and more intelligence so they can make better informed decisions

Interaction

  • Create the functionality that will allow users to check in with contacts and follow up with hiring managers via personalized text and email messaging (via Twilio’s messaging platform).

Authors

Below is contact information for the authors of this application. Please feel free to reach out directly if additional questions exist.





Screenshots

Login Page Linkedin Oauth Page Profile Page Applications Page New Application Modal Rolodex Page New Contact Modal


Thank you for using GitJobs!

gitjobs-application-tracker's People

Contributors

andrewcmcghie avatar baxtercox avatar jallan07 avatar markdcross avatar

Stargazers

 avatar

Watchers

 avatar

gitjobs-application-tracker's Issues

Create isAuthenticated middleware

  • This middleware is for restricting routes a user is not allowed to visit if not logged in.
  • The file needs to be exported for future use within the other files within the app.
  • Refer to 14-Full-Stack/04-Important/Sequelize-Passport-Example/config/middleware as an example.

Add users to database

We need to figure out how to successfully add the user to the database after they click the "Login with LinkedIn" button. Currently, it authenticates them as a user, but it doesn't add them as a user within our database. We have skeleton code built out in passport.js that preps for that functionality, but we haven't been able to get it to work yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.