Giter VIP home page Giter VIP logo

careerspark's Introduction

CareerSpark

Meet up and network with professionals on the fly.

Team

  • Product Owner: Joey Lee
  • Scrum Master: Michael Comes
  • Development Team Members: Greg Coffeng, Kevin Gin

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

Log in then start swiping through a list of suggested and pending incoming connections in order to connect with them.

Requirements

  • Node 0.10.x
  • MySql 2.13.x
  • superagent 3.4.1x
  • express-fileupload 0.0.6x

Development

Installing Dependencies

From within the root directory:

npm install

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

##Issues React Component Tree: html | index -> react-router module | Login - Signup - App - Profile - About | | | | | LoginApp NewUser | | Header - Nav | | | Header - Nav - ConnectionsView | | | ConnectionsViewEntry | Header - Nav - PendingConnectionsView - SuggestedConnectionsView | PendingConnectionsViewEntry

The project root element is index.jsx which sets up our router for navigating between pages on our website

Page 'newuser' allows users to add their profile information to a mysql relational database

The database has 2 tables - users - storing user information for each user, and - connections - a join table which connects users who select each other to match with

In newuser, a user can drag and drop a profile image into a 'dropbox' which will send the image to a cloudinary repository of images that will be populated with all the image data.

The bulk of our application code is stored inside our stateful React, parent component, App.jsx.

When App.jsx loads, an AJAX request to the database fetches the user information of the current user.

The page contains another ajax method, offerOrAcceptConnection, which returns allows a user to add a connection.

App.jsx renders 2 different views when the initial ajax method, getUserInfo, returns: PendingConnectionsView, SuggestedConnectionsView

PendingConnectionsView renders incoming connections to the user. Incoming connections are users who have chosen to connect with the current user.

SuggestedConnectionsView renders connections that we have suggested the user connect with.

PendingConnectionsView and SuggestedConnectionsView work similarly: the user clicks on either a red 'X' or green check mark to reject or accept an incoming connection.

When a user accepts a connection, the user is alerted that a match has been formed and is given that user's information

Important SideNotes:

SignUp.jsx renders the Header Component over the NewUser component. The SignUp component shows up in the react-router on the main page. This was to expedite coding but ultimately this view should be seen from the login page or after a unsuccessful login.

NewUser.jsx renders the forms for signing up a new user and getting their profile into the database. TODO on NewUser.jsx: The input form should clear after successful submit. Right now the data persists.

Login.jsx renders the Header and LoginApp components.

LoginApp.jsx holds the form to submit username and password.

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.