-
Notifications
You must be signed in to change notification settings - Fork 0
Develop #71
+7,973
−1,786
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 private method getTopStocks to avoid duplicate code, and change getGainers and getLosers to use getTopStocks.
Added test methods for getGainers and getLosers that also target getTopStocks.
…ers-and-getlosers-in-exchange-and-add-junit-test Fix gainers/losers logic in exchange (#22)
Changed logic to hopefully be OS independent.
Added tests for the new FileHandler logic.
Fixed logic for handling exceptions thrown by Stock object for illegal parameters.
Added tests for everything but IOException.
…ndler-universal-across-oses Fixed logic in FileHandler to make it OS independent and added more tests
Added App as the main class.
Class for switching views.
Fixed javadoc typos.
A currently dummy class to make the app launch with a default view.
Added commands to make javafx work.
Added a class for changing views/stages
Converted the dummy view to the first user view.
Controller class for StartView
Added StartView to the ViewController
25 start page
…ould-be-version-2501 Updated pom.xml
…iners-and-toplosers-into-view # Conflicts: # millions/src/main/java/no/ntnu/gruppe53/view/FooterBar.java # millions/src/main/java/no/ntnu/gruppe53/view/NavigationBar.java
…rs-and-toplosers-into-view 51 integrate topgainers and toplosers into view
…o-changes-made-in-issue-51 Added neccessary translations
Changed .addListener to .subscribe and made updateNetWorth() private.
Made updateNetWorth() private.
Added getProfitProperty() and a observable of the profit of a sale.
Added a label, textfield and subscriptipn related to the calculated profit of a sale.
Increased the information a string of transaction info gives the player. Now the player is more informed about what the transaction entailed.
Added strings for the new ui elements.
Added strings for the new ui elements.
Mirrored changes in lang_en.
…ransactions 61 add more info to transactions
# Conflicts: # millions/src/main/resources/i18n/lang.properties # millions/src/main/resources/i18n/lang_en.properties # millions/src/main/resources/i18n/lang_no.properties
60 game ending
added search functionality to market, portfolio, and history
Fixed google checkstyle, missing javadoc, and minor warnings.
…alizing Updated all main java files
roaraf
approved these changes
May 27, 2026
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.
Merging Develop branch to main for our final release.