Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transaction history Interactor and OutputData reimplemented. #99

Merged
merged 2 commits into from Nov 25, 2023

Conversation

rickygrosvenor-pramanick
Copy link
Collaborator

Reimplemented the Interactor and OutputData so that we don't have awkward nesting of a List<List<List>>.

Copy link
Collaborator

@quiz3 quiz3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is good. These interface adapters will help you to implement the view.

Something to note: you noted in a comment that you should consult someone about the constructor for GetTransactionHistoryState, which is currently nonexistent. @gursi26 or @awesominat can likely help with clarifying the requirements around that. You are correct in that it is not currently required for our application to successfully compile.

@quiz3 quiz3 merged commit c19bcbc into main Nov 25, 2023
1 check passed
@quiz3 quiz3 deleted the transaction-history-interface-adapters branch November 25, 2023 23:06
rickygrosvenor-pramanick added a commit that referenced this pull request Nov 25, 2023
* Created GetTransactionHistory Interface Adapters - Need to be polished

* Made Changes to the GetTransactionHistoryInteractor and OutputData
quiz3 added a commit that referenced this pull request Nov 25, 2023
* Created GetTransactionHistory Interface Adapters - Need to be polished

* Made Changes to the GetTransactionHistoryInteractor and OutputData

* Implemented Interface Adapters for GetTransactionHistory UseCase

* Fixed Dashboard buttons, removed QUIT, and tidied up the use case and view model.

* removed usernames in the buy interactor, input data, and controller

* removed other username references in all project files

* Restructure sell buy viewmodels implement buy view (#92)

* removed usernames in the buy interactor, input data, and controller

* removed other username references in all project files

* restructued buy and sell presents and views because the Presenters directly took in the View instead of the ViewModel, making it uncomfortable to instantiate use case. added Buy View buttons, connected them to controller, added input sanitization

* Transaction history Interactor and OutputData reimplemented. (#99)

* Created GetTransactionHistory Interface Adapters - Need to be polished

* Made Changes to the GetTransactionHistoryInteractor and OutputData

* DashboardView refresh button implemented (#97)

---------

Co-authored-by: quiz3 <113859565+quiz3@users.noreply.github.com>
Co-authored-by: Zain <zainhmoustafa@gmail.com>
Co-authored-by: awesominat <110934811+awesominat@users.noreply.github.com>
Co-authored-by: Stephen S <sjs.scott@mail.utoronto.ca>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants