-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge main onto crypto for cleanliness in preparation for future merge onto main #12
Merged
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
Change the redirect URL in link token creation method
…api reponse on the home screen
Create investments class to connect to the plaid API Create connect_investments view to pass the link token to JavaScript Create connect_investments html page to initialise plaid link's user setup
…connect_investments view
…id wrapper interface
Ensure development_wrapper properly implements the plaid_wrapper interface Remove plaid sandbox api functionality from views Change the connect_investments view to use methods specified by the plaid_wrapper interface Change create_link_token in plaid_wrapper to request institutions from all possible countries
Plaid development setup
…access_token is sent
View recent transactions
Move the save_access_token and getter methods to the plaid_wrapper superclass Refactor tests
…ow for sandbox tokens
…er class Add the retrieve_access_tokens method to plaid_wrapper Refactor SandboxWrapper and remove duplicate methods inherited from superclass Add tests for new methods in stocks.py Refactor other tests
Plaid investments
Create a view to link sandbox investment data to a logged in user Create a method to reformat investment data to just name and total price in StockGetter Create a view to display reformatted stock data
Investments demo
Plaid get total sum of investment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.