-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently the frontend calls the GET /apps/tickets endpoint every few seconds. Probably when the /apps event source gets updated. May we can improve that.
Possible options:
(1) Add eTags to at least improve the caching in the frontend
(2) Embed the ticket information directly to the /apps/ endpoint and completely remove the necessity to call the tickets endpoints
(3) see #275 (comment)
(4) Adjust the logic in the frontend to only request the /apps/ticket resource when the preview names have changed and not when just the status of service changes? Though I am not sure if that is actually the logic that is in place now.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request