Code Monkey home page Code Monkey logo

com3014's People

Contributors

da00108 avatar ej107 avatar georgegriff avatar ggriffithsidbs avatar sw00278 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

com3014's Issues

Database creation

decide on database design type and link up with data access objects

Implement LinkedIn OAuth Login

allow AuthProvider::retrieveUser to handle thirdparty authentication iva linkedIn

may be easier to setup separate REST Service for OAuth login

Required mechanism:
in UI:
Click "Sign in through linked in" -> linked in
User sent a linked in oauth dialog to accept.
Linked will return and will call an oauth callback on the server with an Auth Token

Our server the communicates with LinkedIn token endpoint
we get a token back via a callback url

we then store the token in user account info along with refresh token (and maybe expiry time?)

our service can then call LinkedIn API on behalf of user

Data Access Object Design

Design a basic user class that would interact with the database and create user objects to be consumed by the server

Project Generation

Generate some projects and associate them with users (who created the project) in the database

User generation

generate some users in the db so we can create some test data

Github Setup

Discuss how we intend to use github to manage the project

Service for Matchmaking Algorithm

Service and REST Services

i.e. find matches for user

find matches for project

Dont want algorithm always running need to design in such a way that has a "cache" of available potential matches

REST service will pull from that cache, up to 20 matches, when frontend starts to run out of potential matches
subsequent rest calls will get the next 20, etc.

when the user/project accepts or reject, entry is removed from cache.

when cache is empty, or near empty, algorithm repopulate the cache.

Matchingmaking Algorithm

refactor and improve matchmaking algorithm, develop in such a way that algorithm can work for user matching as well projects

Implement a basic login

depending on how easy is with spring, go t for https.

Look for tutorials on how to do implement login in spring boot

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.