This repository was archived by the owner on Nov 8, 2023. It is now read-only.
Connect basiq api data from backend endpoints to front end. Update dashboard and breakdown pages#15
Open
danielpnorris wants to merge 5 commits intomasterfrom
Open
Connect basiq api data from backend endpoints to front end. Update dashboard and breakdown pages#15danielpnorris wants to merge 5 commits intomasterfrom
danielpnorris wants to merge 5 commits intomasterfrom
Conversation
…lfin_fe into dan-basiq-api-connection-functions
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This is what I've done with the transaction data from basiq, using the demo users we currently have. I have got the dashboard and breakdown pages to work and have deleted the pre-existing csv files.
It is still in essentially a demo mode until we tie the user's own basiq user id and authorization token to the calls.
There is definitely a nicer, more efficient way to do this, as there are too many calls made to the backend currently (which is using up a lot of my dynamoDB free tier alotted usage), but I have been unsuccessful at doing so so far. Happy to incorporate any suggestions.
It also looks like I have merge conflicts, which I will get to tonight, but feel free to have a look through this and ask any questions if