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

Bugfix: Die refresh()-Funktion muss irgendwie limitiert werden #687

Closed
Tosh79 opened this issue Mar 1, 2023 · 2 comments
Closed

Bugfix: Die refresh()-Funktion muss irgendwie limitiert werden #687

Tosh79 opened this issue Mar 1, 2023 · 2 comments
Labels
Bug Irgendetwas ist kaputt Komplexität: Mittel Diese Themen sind durchschnittlich komplex. Wird vom Dev-Team vergeben.

Comments

@Tosh79
Copy link
Owner

Tosh79 commented Mar 1, 2023

Aktuell kennt *lamonee kein Limit, wenn's ans refreshen von Frontend-Resourcen geht. Du hast 2000 Umsätze auf Deinem Konto? Alles klar, dann refreshe ich Dir eben 2000 Umsätze. Blöd nur, dass die Umsatz-IDs an die API per GET-Parameter übergeben werden. Das bricht irgendwann die URL.

Mögliche Lösungen:

  • wenn mehr als X Resourcen eines Typs im Frontend vorhanden sind, muss es eine Garbage-Collection geben
  • die IDs per POST verschicken
  • ???
@Tosh79 Tosh79 added Bug Irgendetwas ist kaputt Komplexität: Mittel Diese Themen sind durchschnittlich komplex. Wird vom Dev-Team vergeben. labels Mar 1, 2023
@Tosh79 Tosh79 added this to the Lifecycle Roadmap milestone Mar 1, 2023
@Tosh79
Copy link
Owner Author

Tosh79 commented Mar 1, 2023

Ist womöglich die Ursache für #680

@Tosh79
Copy link
Owner Author

Tosh79 commented Apr 24, 2023

Erledigt (refresh jetzt per POST).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Irgendetwas ist kaputt Komplexität: Mittel Diese Themen sind durchschnittlich komplex. Wird vom Dev-Team vergeben.
Projects
Archived in project
Development

No branches or pull requests

1 participant