Open diegotsutsumi opened 1 year ago
This is the next issue on the priority queue
One first solution is to bring only the authentication endpoint to the cloud, enabling the user to authenticate through the mobile, and leave all commands in a local machine. These commands will stop authenticating and will ask a token to the cloud.
Decisions 2 and 3 are facilitating the cloud deployment, but also making it hard to move to another cloud in the future, which is part of this trade-off.
The high level final picture of the cloud deployment is described here https://github.com/in-fin-neat/in-fin-neat-core/pull/34. The order of cloud migration would be:
As an organizer of my personal finances, I don't want to have to download the source-code locally to run commands, I want a web service serving API requests to get my data and reports.
Acceptance Criteria