-
Notifications
You must be signed in to change notification settings - Fork 0
+916
−119
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added quantity buttons and buy / sell button in top section of dashboard view. Functionality not added yet.
Updated price section of dashboard view to show percent change since last week as well as highest and lowest price of the selected stock
Stock name now updates when selecting a new stock. In addition, amount of shares owned is updated when buying and changing stocks
Made it possible to sell shares based on a stock. This works by getting total amount of shares owned on the stock, and splitting shares if the required amount to sell does not divide the total amount owned.
Added functionality for the quantity buttons, and fixed some logic concerning selling/purchasing stocks and synchronizing the view.
If attempting to sell more than currently held, the system simply sells every share
Implemented functionality for searching for stocks in the dashboard view
Added a time range enum that controls how the graphs' x value range.
The percent values shown in the price statistics section of the header of the dashboard view now updates according to the time range set.
Implemented percent changes since chosen timerange for stock buttons, so they now display the stocks' changes.
Closed
12 tasks
etsorens
approved these changes
May 19, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Sign in
to join this conversation on GitHub.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dashboard page finished with functionality!