identity-wallet icon indicating copy to clipboard operation
identity-wallet copied to clipboard

Add History

Open JelleMillenaar opened this issue 1 year ago • 0 comments

Description

Add History feature into the wallet which showcases the following different events: Connecting, Sharing Data and Receiving Data. The events are connected to the Connection and should display the correct logo and display name or website. If not implemented yet, the events must first be tracked and stored. We should consider secure storage vs fast storage for these events.

Motivation

While we doubt the feature will be used significantly, it is a vital tool and protection against over-requesting data by connections. The history can give insight into abuse and may later be extended with reporting logic. In addition, it might be useful for users to view their history of events for a range of reasons.

Resources

Main History Page: image

Connection Specific History: image

To-do List

  • [ ] Track Events and Store them (Securely or efficiently?) - Care to include signed request?
  • [ ] Implement History overview
  • [ ] Implement filtered History overview by Connection
  • [ ] Support search / filter / order logic based on UX discussion

JelleMillenaar avatar Oct 03 '23 12:10 JelleMillenaar