Git Product home page Git Product logo

18w-coinduel-backend's People

Contributors

anishchada avatar henryhwilson avatar kooshul avatar mrevers95 avatar rajivramaiah avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

18w-coinduel-backend's Issues

Fix scheduler issue

Either correct use of Heroku automatic scheduler or find a different one for creating/closing CoinDuel games

Heroku setup

Setup app on heroku to allow connection between backend/frontend

Revamp backend architecture

Clean up any unused endpoints or combine endpoints between the Game and Leaderboard controller to make the flow more efficient

Endpoint for graph view

Usage:

  • /api/capcoin/userId/ outputs CapCoin data for that user at 15 minute intervals going back all-time

Fix Encryption! use one way hashing with no possible decryption for security

user.password = cryptr.decrypt(user.password);

might want to not send back the plaintext passwords. not a huge deal but if someone is looking for something to clean up, comparing salted+hashed passwords is the way to go, where you can't ever decrypt it. as this progresses probably you'll want to add in auth tokens - as your routes could be hacked pretty easily without that.

Server script to auto-create games each week

  • Every week, sometime before a game ends, the next week's game should be created with appropriate date time for start and finish
  • Close out the games when they end by updating entries to set CapCoin return (says percent_return right now but should be in CapCoin)

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.