Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Feature Pagination für Vets #13

Open
TheNinaNiesche opened this issue Apr 29, 2024 · 0 comments
Open

New Feature Pagination für Vets #13

TheNinaNiesche opened this issue Apr 29, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@TheNinaNiesche
Copy link
Collaborator

TheNinaNiesche commented Apr 29, 2024

Break
Nichts. Das Antipattern steckt bereits im Original: Es gibt keine Pagination. Fehlende Pagination kann zu überlasteten Servern, langsamen Ladezeiten, schlechter Benutzererfahrung und Skalierungsproblemen führen.

Fix

  • angemessene Anzahl von Einträgen pro Seite (z.B. 10, 20, 50) wählen, basierend auf Benutzererfahrung und Datentyp.
  • Navigationselemente (z.B. nächste/vorherige Seite, direkte Seitenauswahl) erstellen
  • Daten dynamisch laden: Stelle sicher, dass das Frontend bei Bedarf neue Daten vom Backend dynamisch nachladen kann, ohne die Seite neu zu laden.
  • Einbauen in: http://localhost:8080/#!/owners
  • Einbauen in: http://localhost:8080/#!/vets

Image

@TheNinaNiesche TheNinaNiesche added the enhancement New feature or request label Apr 29, 2024
@TheNinaNiesche TheNinaNiesche added this to the M1 milestone Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant