We have to have persistent data storage off all the public keys and related information. although the complete version is out of sope we still have to make a simple implementation
What
Build an interface that alloows the user to store public keys validations IBANs and names to see if a key has been validated already.
Why
otherwise you would have to validate a user everytime you open the app.
How
Build a simple implemetation that can store the data on disk (plain text) and read this data. It should also be able to search through this data and, for example, return if a public key exists in the strucutre already.
Definition of done
Code coverage of 75 %
Public keys can be saved with
-- name
-- Iban
-- validated
Parent issues: -
Relevant issues: -
Estimated effort: 13h
User story
We have to have persistent data storage off all the public keys and related information. although the complete version is out of sope we still have to make a simple implementation
What
Build an interface that alloows the user to store public keys validations IBANs and names to see if a key has been validated already.
Why
otherwise you would have to validate a user everytime you open the app.
How
Build a simple implemetation that can store the data on disk (plain text) and read this data. It should also be able to search through this data and, for example, return if a public key exists in the strucutre already.
Definition of done
Notes
None