hyperledger-labs / business-partner-agent

The Business Partner Agent is a SSI wallet and controller based on aries cloud agent python.
https://labs.hyperledger.org/business-partner-agent/
Apache License 2.0
56 stars 48 forks source link

Server-side paging eliminates the need for store dispatches #814

Open DritonGoxhufi opened 1 year ago

DritonGoxhufi commented 1 year ago

Since server-side paging is supposed to be used, queries that loads all database entries into the VUEX store must be removed. Otherwise the server side paging is pointless.

It should be considered, which data is needed initially at the start of the application (e.g. data for dashboard), these can/should be loaded into the store as usual.