Coder Social home page Coder Social logo

sovoid / applybyai Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 32.38 MB

AI for automating candidate screening and job recruitments

JavaScript 23.10% CSS 37.17% HTML 39.73%
artificial-intelligence automation chatbot deep-learning ibm-bluemix ibm-cloud ibm-watson javascript machine-learning mongodb natural-language-processing natural-language-understanding nlp nodejs rest-api social-network

applybyai's People

Contributors

darshee-m avatar sovoid avatar vidhi-mody avatar vrushti-mody avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

akpatel7

applybyai's Issues

bug: company notifications dont get triggered

Bug Report

Current Behavior
Whenever a message is sent by a user to a company, although the message is delivered successfully, the company fails to receive notifications regarding the same. However, the reverse (Messages from company to users) works fine.
Expected behavior/code
Whenever a message is delivered from one party to another, the party receiving the message (company or user) much get a notification.

test: User should be able to create Account

Bug Report

Current Behavior
In order to set up Cypress tests for user account creation, we need to find a way to somehow test the part where we login with a Google account. How to test for OAuth login is currently something that needs to be researched

Expected behavior/code
We should be able to set up a user account creation test successfully with Cypress

Environment

  • Node/npm version: 12/6
  • OS: OSX Mojave

Possible Solution
In an ideal situation, we would do the google login via cypress however trying to do will lead to an all together different set of problems in that handling external requests with Cypress is a challenge.

Additional context/Screenshots

Our current flow for a user involves the following steps:

  1. User logs in with her google account
  2. The google call back url directs the user to a form page where she populates the form field with her info
  3. She is then eventually directed to the dashboard.

There is a lot going behind the scenes and we want to be able automate the tests eventually for the entire app.

https://stackoverflow.com/questions/53487224/anyone-has-an-example-in-cypress-that-uses-google-login

feat: Revamp landing page

Feature Request

Is your feature request related to a problem? Please describe.
The landing page should be formal and should give a concise view of what the application is about.

feat: create jobs tab section

Feature Request

Is your feature request related to a problem? Please describe.
Implement a separate section/tab for pulling all available jobs and display it on user dashboard

Nightrabot weekly stats for (21 June, 2020 - 28 June, 2020)

Here's the Weekly Digest for und3fined-v01d/apply-by-ai:


ISSUES

Last week 21 issues were created.
Of these, 19 issues have been closed and 2 issues are still open.

OPEN ISSUES

๐Ÿ’š #18 test: User should be able to create Account, by und3fined-v01d
๐Ÿ’š #4 Hydrabot weekly stats for (15 June, 2020 - 22 June, 2020), by hydrab0t[bot]

CLOSED ISSUES

โค๏ธ #22 feat: Implement chat, by und3fined-v01d
โค๏ธ #21 feat: Implement create a job, by vrushti-mody
โค๏ธ #20 feat: Implement the option to create a job, by vidhi-mody
โค๏ธ #19 feat: Implement user chat, by und3fined-v01d
โค๏ธ #17 feat: Add logout, post upload, user search, by und3fined-v01d
โค๏ธ #16 feat: Implement logout and post upload endpoint, by und3fined-v01d
โค๏ธ #15 feat: Implement resume endpoint, by Pushkar-Bhuse
โค๏ธ #14 feat: Implement company login, by vrushti-mody
โค๏ธ #13 feat: Add resume Endpoint, by Pushkar-Bhuse
โค๏ธ #12 feat: Implement company login, by und3fined-v01d
โค๏ธ #11 feat: Implement dashboard and post api , by und3fined-v01d
โค๏ธ #10 feat: Add posts api to pull all posts, by und3fined-v01d
โค๏ธ #9 fix: user auth middleware error, by und3fined-v01d
โค๏ธ #8 bug: user auth middleware fails for a weird reason, by und3fined-v01d
โค๏ธ #7 feat: Implement google login backend, by und3fined-v01d
โค๏ธ #6 chore: Implement user login, by und3fined-v01d
โค๏ธ #5 [WIP] Implement user login, by vidhi-mody
โค๏ธ #2 Added company form, by vrushti-mody
โค๏ธ #1 Adds resume form, by vrushti-mody

NOISY ISSUE

๐Ÿ”ˆ #7 feat: Implement google login backend, by und3fined-v01d
It received 14 comments.


PULL REQUESTS

Last week, 6 pull requests were created, updated or merged.

MERGED PULL REQUEST

Last week, 6 pull requests were merged.
๐Ÿ’œ #22 feat: Implement chat, by und3fined-v01d
๐Ÿ’œ #17 feat: Add logout, post upload, user search, by und3fined-v01d
๐Ÿ’œ #14 feat: Implement company login, by vrushti-mody
๐Ÿ’œ #11 feat: Implement dashboard and post api , by und3fined-v01d
๐Ÿ’œ #9 fix: user auth middleware error, by und3fined-v01d
๐Ÿ’œ #7 feat: Implement google login backend, by und3fined-v01d


COMMITS

Last week there were 91 commits.
๐Ÿ› ๏ธ Merge pull request #22 from und3fined-v01d/issue-19 feat: Implement chat by und3fined-v01d
๐Ÿ› ๏ธ feat: add company authentication by und3fined-v01d
๐Ÿ› ๏ธ fix: notifications by und3fined-v01d
๐Ÿ› ๏ธ fix: company profile and post sections by und3fined-v01d
๐Ÿ› ๏ธ feat: add company profile by und3fined-v01d
๐Ÿ› ๏ธ fix: Implement create a job by vidhi-mody
๐Ÿ› ๏ธ feat: add notifications section by und3fined-v01d
๐Ÿ› ๏ธ fix: eslint errors by und3fined-v01d
๐Ÿ› ๏ธ feat: Implement chat by und3fined-v01d
๐Ÿ› ๏ธ fix: Implement create a job by vidhi-mody
๐Ÿ› ๏ธ fix: Implement create a job by vidhi-mody
๐Ÿ› ๏ธ Merge branch 'issue-20' of https://github.com/und3fined-v01d/apply-by-ai by vidhi-mody
๐Ÿ› ๏ธ feat: setup chat router by und3fined-v01d
๐Ÿ› ๏ธ chore: clean unwanted files by und3fined-v01d
๐Ÿ› ๏ธ fix: Tab section by und3fined-v01d
๐Ÿ› ๏ธ feat: Implement create a job by vrushti-mody
๐Ÿ› ๏ธ chore: clean unneccesarry files by und3fined-v01d
๐Ÿ› ๏ธ add: DEVELOPERS.md by und3fined-v01d
๐Ÿ› ๏ธ Merge branch 'master' of github.com:und3fined-v01d/apply-by-ai by und3fined-v01d
๐Ÿ› ๏ธ add: bug report and feature request by und3fined-v01d
๐Ÿ› ๏ธ Update README.md by und3fined-v01d
๐Ÿ› ๏ธ fix: user profile when no followers by und3fined-v01d
๐Ÿ› ๏ธ Merge pull request #14 from und3fined-v01d/issue-12 feat: Implement company login by und3fined-v01d
๐Ÿ› ๏ธ Merge branch 'master' into issue-12 by und3fined-v01d
๐Ÿ› ๏ธ feat: Add company form endpoint by und3fined-v01d
๐Ÿ› ๏ธ feat: user resume page by und3fined-v01d
๐Ÿ› ๏ธ feat: Add user profile page by und3fined-v01d
๐Ÿ› ๏ธ fix: error on post safe failure by und3fined-v01d
๐Ÿ› ๏ธ feat: Add post upload, user search by und3fined-v01d
๐Ÿ› ๏ธ Merge pull request #17 from und3fined-v01d/issue-16 feat: Add logout, post upload, user search by und3fined-v01d
๐Ÿ› ๏ธ feat: user resume page by und3fined-v01d
๐Ÿ› ๏ธ feat: Add user profile page by und3fined-v01d
๐Ÿ› ๏ธ Merge branch 'issue-12' of https://github.com/und3fined-v01d/apply-by-ai by vidhi-mody
๐Ÿ› ๏ธ feat: Implement company form by vrushti-mody
๐Ÿ› ๏ธ feat: Implement company form by vrushti-mody
๐Ÿ› ๏ธ Merge branch 'issue-12' of https://github.com/und3fined-v01d/apply-by-ai by vidhi-mody
๐Ÿ› ๏ธ Merge branch 'issue-16' of https://github.com/und3fined-v01d/apply-by-ai by vidhi-mody
๐Ÿ› ๏ธ fix: error on post safe failure by und3fined-v01d
๐Ÿ› ๏ธ Merge branch 'issue-16' of https://github.com/und3fined-v01d/apply-by-ai by vidhi-mody
๐Ÿ› ๏ธ feat: Add post upload, user search by und3fined-v01d
๐Ÿ› ๏ธ feat: Implement company form by vrushti-mody
๐Ÿ› ๏ธ Merge branch 'issue-12' of https://github.com/und3fined-v01d/apply-by-ai by vidhi-mody
๐Ÿ› ๏ธ Company page by vrushti-mody
๐Ÿ› ๏ธ Merge pull request #11 from und3fined-v01d/issue-10 feat: Implement dashboard and post api by und3fined-v01d
๐Ÿ› ๏ธ fix: hydrabot.yml by und3fined-v01d
๐Ÿ› ๏ธ Merge branch 'issue-10' of https://github.com/und3fined-v01d/apply-by-ai by vidhi-mody
๐Ÿ› ๏ธ fix: post ajax script file by und3fined-v01d
๐Ÿ› ๏ธ Merge branch 'issue-10' of https://github.com/und3fined-v01d/apply-by-ai by vidhi-mody
๐Ÿ› ๏ธ feat: add spacelab theme by und3fined-v01d
๐Ÿ› ๏ธ Merge pull request #9 from und3fined-v01d/issue-6 Fix: User Auth Middleware Error by vidhi-mody
๐Ÿ› ๏ธ Merge branch 'issue-6' of https://github.com/und3fined-v01d/apply-by-ai by vidhi-mody
๐Ÿ› ๏ธ fix: remove .exec() by und3fined-v01d
๐Ÿ› ๏ธ Merge branch 'issue-6' of https://github.com/und3fined-v01d/apply-by-ai by vidhi-mody
๐Ÿ› ๏ธ fix: hydrabot.yml by und3fined-v01d
๐Ÿ› ๏ธ fix: user login middleware by und3fined-v01d
๐Ÿ› ๏ธ Merge branch 'issue-6' of https://github.com/und3fined-v01d/apply-by-ai by vidhi-mody
๐Ÿ› ๏ธ fix: user auth middleware by und3fined-v01d
๐Ÿ› ๏ธ Merge branch 'issue-6' of https://github.com/und3fined-v01d/apply-by-ai by vidhi-mody
๐Ÿ› ๏ธ fix: user route middleware by und3fined-v01d
๐Ÿ› ๏ธ Merge branch 'issue-6' of https://github.com/und3fined-v01d/apply-by-ai by vidhi-mody
๐Ÿ› ๏ธ fix: user form by und3fined-v01d
๐Ÿ› ๏ธ Merge pull request #7 from und3fined-v01d/issue-6 feat: Implement google login backend by und3fined-v01d
๐Ÿ› ๏ธ feat: fix hydrabot.yml by und3fined-v01d
๐Ÿ› ๏ธ fix: hydrabot.yml by und3fined-v01d
๐Ÿ› ๏ธ feat: Implement Google login backend by und3fined-v01d
๐Ÿ› ๏ธ update: hydrabot.yml by und3fined-v01d
๐Ÿ› ๏ธ chore: implement user form - Add resume template - remove volunteer and publications from user schema - add reference field in user form by und3fined-v01d
๐Ÿ› ๏ธ chore: Implement user registration form and end point by und3fined-v01d
๐Ÿ› ๏ธ Added support for social media handles by vidhi-mody
๐Ÿ› ๏ธ chore: Add user registration form by und3fined-v01d
๐Ÿ› ๏ธ fix: .github/hydrabot.yml by und3fined-v01d
๐Ÿ› ๏ธ feat: Implement user login by und3fined-v01d
๐Ÿ› ๏ธ Fixed the naming convention by vidhi-mody
๐Ÿ› ๏ธ Added forms for resume and organization details by vidhi-mody
๐Ÿ› ๏ธ Update hydrabot.yml by und3fined-v01d
๐Ÿ› ๏ธ fix: hydrabot.yml by und3fined-v01d
๐Ÿ› ๏ธ fix: Hydrabot errors by und3fined-v01d
๐Ÿ› ๏ธ Modified hydrabot.yml review label by und3fined-v01d
๐Ÿ› ๏ธ Modified hydrabot.yml by und3fined-v01d
๐Ÿ› ๏ธ Add hydrabot.yml by und3fined-v01d
๐Ÿ› ๏ธ Adds company form by vrushti-mody
๐Ÿ› ๏ธ Adds resume form by vrushti-mody
๐Ÿ› ๏ธ API: Add endpoint to fetch all posts by und3fined-v01d
๐Ÿ› ๏ธ Core: Added landing page by und3fined-v01d
๐Ÿ› ๏ธ DB: Add company, job & room schema by und3fined-v01d
๐Ÿ› ๏ธ DB: Create user schema by und3fined-v01d
๐Ÿ› ๏ธ Merge branch 'master' of github.com:und3fined-v01d/apply-by-ai by und3fined-v01d
๐Ÿ› ๏ธ Core: Setup eslint by und3fined-v01d
๐Ÿ› ๏ธ Core: Setup eslint by und3fined-v01d
๐Ÿ› ๏ธ Core: Install dependencies by und3fined-v01d
๐Ÿ› ๏ธ README: Add README.md by und3fined-v01d


CONTRIBUTORS

Last week there were 3 contributors.
๐Ÿ‘ค und3fined-v01d
๐Ÿ‘ค vidhi-mody
๐Ÿ‘ค vrushti-mody


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository und3fined-v01d/apply-by-ai to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest brought to you by Nightrabot. ๐Ÿ“†

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.