OpenBankProject / Sofit

The Sofit web application enables greater transparency and dialogue around financial transactions. Account holders can provide fine grained 3rd party access to their accounts. Account holders and external users can tag and comment on transactions.
http://www.openbankproject.com
46 stars 45 forks source link

Sofit won't be able to update System views. So we need to handle errors caused by that #36

Open simonredfern opened 7 years ago

simonredfern commented 7 years ago

We've added a flag to Views in OBP API which controls if the API can update them via the existing Update View API call.

i.e. if is_system = true a normal user won't be able update the view and will get an error.

Sofit should handle this.

Also Sofit will have to name user defined views starting with a "_"