Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

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

Open
DritonGoxhufi opened this issue Aug 22, 2022 · 0 comments
Open

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

DritonGoxhufi opened this issue Aug 22, 2022 · 0 comments
Labels
backend frontend load-test Performance Optimisation

Comments

@DritonGoxhufi
Copy link
Contributor

DritonGoxhufi commented Aug 22, 2022

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.

  • this addresses, among others, the partners list
  • all those typescript files can be removed, if the loading into the store is not needed.

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.

  • as a reference store/index shows the listed store values

  • and the store/state-type represents the states of values saved in store

  • for the selection lists in drop-down menus the implementation of a suitable component should be taken into account.

@etschelp etschelp added the load-test Performance Optimisation label Aug 23, 2022
@DritonGoxhufi DritonGoxhufi changed the title Server-side loading eliminates the need for store dispatches Server-side paging eliminates the need for store dispatches Aug 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backend frontend load-test Performance Optimisation
Projects
None yet
Development

No branches or pull requests

2 participants