Code Monkey home page Code Monkey logo

pro-trades's People

Contributors

dependabot[bot] avatar epourgh avatar gellinn avatar timdavish avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pro-trades's Issues

Implement build script

Could be Bash or Powershell or even NodeJS for this.

  • Frontend/npm install
  • dotnet build (solution)
  • dotnet ef database drop -c PTContext
  • dotnet ef migrations add InitialCreate -c PTContext
  • dotnet ef database update -c PTContext
  • generate-models (something custom here to generate TS models from C# request models)
  • run app by executing the app from the bin/debug build folder

Implement user auth workflow with encryption

First, create a new AuthController. Then, add the following endpoints:

  • POST endpoint method for "api/auth/Login", "api/auth/Register", "api/auth/ForgotPassword", and "api/auth/ResetPassword"
  • GET endpoint method for "api/auth/CheckSession/"

Add Email Validation

Frontend:

  • If IsEmailValidated is false, user should see a "Please Validate your Email" message and be prevented from navigating (TBD, maybe we'll have public pages or something)
  • Add ValidateEmail page which would be linked to from email. Navigating to this page would hit ValidateEmail endpoint with some temporary, 1 time use token

Backend:

  • Add IsEmailValidated to User
  • Protect endpoints by ensuring IsEmailValidated is true
  • Add RequestValidateEmail endpoint which will send an email with a temporary token to be used & verified in ValidateEmail
  • Add ValidateEmail endpoint which will validate token and set IsEmailValidated to true

Add Composite Score for Fundamentals

This should include validation of up-to-date financials, normal listing status within the company's exchange (i.e. nasdaq symbols are sometimes listed as 'delinquent').
This should include some kind of normalization for the PE ratio (price to earnings) with historical data taken into account.
This should include historical Earnings data and whether or not they beat or missed.
This should possibly include other rankings by other companies (zachs, morningstar, researchteam, ford equity research, benzinga, etc) wrapped into the score.
This score should outweigh the other scores in the Composite.

Build Stock Ratings Aggregation Middleware

Ratings from TipRanks API, Zacks, and Financial Modeling Prep so far.

FMP may be recycling data from some other providers so I will dig in deeper to make sure I have the right breadth and depth in my data providers.

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.