We want the transaction page to just use the API. This way we can test whether our API works good.
Actual behavior
It uses methods from the controller.
Steps to reproduce this behavior
first create a good API. Then refactor the MainActivity such that it only has methods that work with the API. Then making shore that after clicking the Transfer Money button, you visit the TransActionPage and simulate a transaction.
Definition of Done
this is done when:
you can still visit this page from the main page and from the contactspage.
it only uses API (no controllers are constructed).
it is tested
Member responsible: Naqib
Duration: 2h
Priority: A
Claimed by: Naqib
Expected behavior
We want the transaction page to just use the API. This way we can test whether our API works good.
Actual behavior
It uses methods from the controller.
Steps to reproduce this behavior
first create a good API. Then refactor the MainActivity such that it only has methods that work with the API. Then making shore that after clicking the Transfer Money button, you visit the TransActionPage and simulate a transaction.
Definition of Done
this is done when:
Member responsible: Naqib Duration: 2h Priority: A Claimed by: Naqib