openwallet-foundation / digital-wallet-and-agent-overviews-sig

The objective of this SIG is to develop and maintain the Digital Wallets and Agents Overview. The overview should provide transparency of the characteristics of wallets and agents in order to allow for an objective comparison and effective decision making on which wallet or agent is applicable for your use case.
https://openwallet-foundation.github.io/digital-wallet-and-agent-overviews-sig/
Apache License 2.0
13 stars 15 forks source link

Add filters for the rows #38

Open maaikevanleuken opened 4 months ago

maaikevanleuken commented 4 months ago

Add filters to the overview, to keep it uncluttered.

These filters could be:

cre8 commented 4 months ago

So you mean you can hide certain columns to fit the overview better on a smaller screen size without too much scrolling?

maaikevanleuken commented 3 months ago

Not to hide the columns, but the rows. e.g. filter out all rows (wallets+agents+interop profiles), such that I only see wallets. It will become less long vertically. We can also opt that for e.g. interop profiles, many columns are not relevant, and dynamically remove them when the user filters on them. Would require some implementation work though. Let's first try out filtering on the rows.

cre8 commented 3 months ago

Ah, got it. Right now it's possible to filter for the wallet type (edge or cloud).

How do we separate wallets from agents? For some people in the SSI space, it's the same. For others a wallet is only the storage component and the agent the implemented logic to handle it.

Is it better to separate like "capable to handle natural persons/natural persons". So if a wallet/agent has none of those, it it for example only capable for iot devices? I think we need more clarification here about the purpose of each filter.

samuelmr commented 3 months ago

I'm referring to the characteristics in the main branch's flattened_wallets.json", but I think you could build the same filters in thenext` version.