Releases: agilitytestbed/Team-F1
Release x4.v1 - Payment Requests
This release contains an implementation of the fourth extension: payment requests. This extension allows users to create payment requests for a certain amount from other users. Payment requests will be automatically completed when the user receives a payment for the same amount as specified in the payment requests. After the amount of payments specified in the payment request has been reached, the payment request will be marked as filled and new transactions will no longer go towards it.
Release x3.v1 - Savings Goals
This release contains an implementation of the third extension: savings goals. This extension allows users to define savings goals with optional requirements that have to be met in order to execute the savings goal. Every month the balance of the account is compared to the requirements of the savings goals, and if they are met savings are put aside towards the savings goal. Once the savings goal has been completed money will no longer be put towards it and the user is able to retrieve the money that has been put aside. The savings goals are also incorporated into the balance history of an account.
Release x2.v1 - Balance History
This release contains an implementation of the second extension: account balance history. This extensions gives users more insight into the behaviour of their bank account balance over time. The history is generated as candlestick datapoints, each for a certain period specified by the user. Each datapoint shows the opening, closing, highest and lowest value of the period. In addition the datapoint also shows the total volume of the period and the UNIX timestamp of the period. The extension has been implemented according to the API specification on SwaggerHub.
Release x1.v1 - Automated Categorisation
This release contains an implementation of the first extension: automated categorisation. The automated categorisation works by allowing the user to specify rules that have to be matched by a transaction in order to automatically set its category. The extension has been implemented according to the API specification on SwaggerHub.