liato / android-bankdroid

A swedish banking application for your Android device.
http://www.swedroid.se/forum/showthread.php?t=11108
Other
243 stars 173 forks source link

New Database design #534

Closed goober closed 1 year ago

goober commented 9 years ago

The database needs to be redesigned to support different account types (#86) and custom properties (#334) for a bank connection.

The first diagram shows the interface which will be available for bank implementations. bankdroid interface

The attached diagram is a suggestion that should support the new interface for bank implementations. However, some extra properties have been added to support the actual application and the presentation layer.

What do you think about this?

bankdroid database 2

goober commented 9 years ago

Add a table for extra properties on account level.

goober commented 9 years ago

Updated diagrams with extra account properties included. Updated database design: Database v2

Updated interface bankdroid 4