nobt-io / frontend

Frontend of nobt.io.
https://nobt.io
GNU General Public License v3.0
10 stars 4 forks source link

Feature: Delete a bill from the nobt #98

Closed thomaseizinger closed 6 years ago

thomaseizinger commented 6 years ago

As a user, I want to be able to delete a bill, so that it is no longer included in the debt calculation.

In addition, the deleted bill should also be no longer visible in the feed.

Deleting a bill should be able through a button on the detail page of a bill. The server advertises whether or not a bill can be deleted through a link in the response (see https://github.com/nobt-io/api/issues/6). The presence of this link should control, whether or not a user can delete the bill.