in-fin-neat / in-fin-neat-core

Personal Finances tool
1 stars 0 forks source link

Increase bank authorization robustness #7

Open diegotsutsumi opened 1 year ago

diegotsutsumi commented 1 year ago

As a user, I need a more robust and user friendly way of knowing when the command fetch_transactions has finished authentication. Today my browser redirects to localhost:8080/validation/xxxx and a "message": "ok" shows up in my browser.

Tech info There's a FastApi process spawned by fetch_transactions that is polled until all browser tabs are authenticated. The validation done is weak and just counts the number of accounts were authorized. We need to validate the content alongside with the quantity of bank accounts authenticated.

Acceptance Criteria