GithubHelp home page GithubHelp logo

gruvest's Introduction

Build Status

Contributions

Build Status Coverage Status

Cloning the repo

$ git clone https://github.com/ChicoState/Gruvest.git

Clones the main development branch of the repository

If you want a specific branch other than main, use

$ git clone -b branch-name --single-branch https://github.com/ChicoState/Gruvest.git

Development

DO NOT push to the main branch. Push to your feature branch. Submit a pull request to main from github.

Creating your feature branch

$ git branch IssueID-Feature-Name Creates a new branch named IssueID-Feature-Name

$ git checkout IssueID-Feature-Name Switches to your development branch

$ git push -u https://github.com/ChicoState/Gruvest.git IssueID-Feature-Name Sets the remote tracking / upstream repository branch

Pulling main into your branch

$ git pull https://github.com/ChicoState/Gruvest.git main Downloads changes in main branch and merges them with your branch.

If the changes in main should serve as the base in your feature branch, use the --rebase option

Working with others on their feature branch

$ git fetch https://github.com/ChicoState/Gruvest.git TheirBranchName:YourCopyName
$ git checkout YourCopyName

Fetches their branch on the git server and makes a local clone of it

gruvest's People

Contributors

0hana avatar blueweaver avatar jhowell1 avatar

Watchers

 avatar  avatar

gruvest's Issues

Pitcher Advice

As a user subscribed to pitchers, I would like to see the unlocked content on the pitches, pertaining to stock market advice.

UI Design

As a user, I want the website to have a user interface that is easy to digest and intuitive. Details are by default abstracted, but upon clicking a post or another user's profile, I can view more detailed information.

Discussion with other users

As someone with little experience in the stock market, I want to be able to discuss with others what the best ways to trade are so that I can start investing in the stock market.

Subscriptions

As a user I would like to view a list of subscriptions so I can easily maintain and access stock market advice.

Pitches Page

As a pitcher, I would like a separate page that allows me to enter pitches, which allows me to enter a title and body paragraph(s) to provide a survey of my investing strategy.

Pitcher Terms

As a professional investor, I would like the freedom to set terms on how long I can hold securities before catchers have an option to sell their contributions. I would also like to determine my capitol gains rate fee (ie, the share of capitol gains I get to keep).

Funds view/Subscription display

As a catcher, I would like a display showing available funds and the ability for me to subscribe to pitches. I would like to enter an amount to deposit into my Gruvest account.

Pitches Detail View

As a user, I would like to click on pitches to view more details on it's own page on the website.

Subscription Button

As a user, I want to be able to subscribe to the different Pitchers Pages so that I can see their advice.

user page

As a user, I want to be able to have a record of my pitches and catches, so that I can show my friends the investments that I have made.

Add comment system

As a catcher, I want to be able to comment on pitches, so that I can add feedback to the other users.

Invest in the stock market

As a busy student, I want to leave the investing in the hands of the professionals, so that I can start building a stock portfolio.

Risk vs Reward

As a catcher, I want a dynamic where I may choose to contribute to pitches with better pitcher rankings, but because the pitcher has raised their capital gains fee, I may choose to invest in pitches with lower pitcher rankings that have a lower fee, thereby increasing my risk but also increase my capital gains.

Summary and Pitcher Ranking

As a user looking for pitchers to invest in, I want pitchers to include a summary of their investing strategy - possibly with data presentations such as bar charts or stock price histories. I would also like Gruvest to display their ranking determined by how successful their pitches are, that way I can ascertain the risk of contributing to their investment strategy.

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.