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

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

@DritonGoxhufi

Description

@DritonGoxhufi

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions