Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Creating a stock market system #50

Closed
4 of 5 tasks
Seniru opened this issue Dec 19, 2019 · 0 comments · Fixed by #45
Closed
4 of 5 tasks

Creating a stock market system #50

Seniru opened this issue Dec 19, 2019 · 0 comments · Fixed by #45

Comments

@Seniru
Copy link
Owner

Seniru commented Dec 19, 2019

This feature is planned to implement from the beginning of this project. The stock market system should support the following features

  • Planning a way to give profit/losses to the shareholders
  • Improving the company menu so it displays created companies, owned companies and all companies (related to Improve the current UI and UX #49 )
  • Adding support to players to buy shares of other companies
  • Giving dividends to the shareholders
  • Creating a stock market dashboard showing trends in different companies
    The dashboard would be the most visible and appealing feature for the player. Currently it has planned to show the top 10 or top 20 companies in the dashboard, so the player can choose where to invest. It is planned to use my Linechart library to create the dashboard. The stockmarket dashboard should update once a day (the day is calculated according to the date system that is going to implement with Add support to a date system #47 )
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.