Ayden Panhuyzen
Ayden Panhuyzen
I spent an embarrassing amount of time trying to figure out why FLEXing on a phone I had just setup to do some RE on wasn't working, and it turns...
Currently, the app is *very reliant* on SessionDataStorage. This is a huge fault as I try to move everything to a separate framework, BankKit, as it doesn't seem right for...
Since every page has its own page control, it looks kinda bad when scrolling. If both pages are at the top, it should move from one page to the other...
Differentiate between account detail changes requiring new view controllers and minor detail changes
Currently when we refresh, if accounts change the view controllers will be re-created and set. This is good, except for when minor details that we can represent in the view...
On first account pull, transaction data won't be complete. We should keep checking periodically until it is (if checking is possible).
Support showing PlaidManager initialization errors in StatusViewController
We have a lot of information on transactions that occur, but show so little of it in the table. Add a transaction view controller accessed by tapping on a transaction...