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

[FEAT] Implement TanStack to Prevent Reloads Between Search Page and Prompt of the Month #523

Open
1 task done
marclupanc opened this issue Aug 20, 2024 · 0 comments · May be fixed by #535
Open
1 task done

[FEAT] Implement TanStack to Prevent Reloads Between Search Page and Prompt of the Month #523

marclupanc opened this issue Aug 20, 2024 · 0 comments · May be fixed by #535
Assignees
Labels
Difficulty: Advanced Advanced level Priority: Medium Status: In progress Work in progress Type: Feature New feature Type: Performance Code issues that do not introduce bugs in the execution but neet performance optimisation.
Milestone

Comments

@marclupanc
Copy link
Collaborator

marclupanc commented Aug 20, 2024

Description:
When navigating from the search page to the prompt of the month in Celebrity-Fanalyzer, the following issues are occurring:

The prompt reloads when returning to the search page.
The entries reload when navigating to the prompt-of-the-month page.

Expected Behavior:

The prompt should remain in its current state when navigating back to the search page.
The entries should remain in their current state when navigating to the prompt-of-the-month page.

Proposed Solution:

Implement TanStack Query to cache data between these navigations to prevent unnecessary reloads.

Tasks

Preview Give feedback
  1. Difficulty: Advanced Type: Enhancement Type: Performance
    marclupanc
@marclupanc marclupanc self-assigned this Aug 20, 2024
@arnonrdp arnonrdp added this to the Release 2.3 milestone Aug 21, 2024
@marclupanc marclupanc modified the milestones: Release 2.3, Release 2.4 Sep 5, 2024
marclupanc added a commit that referenced this issue Sep 10, 2024
marclupanc added a commit that referenced this issue Sep 11, 2024
@marclupanc marclupanc changed the title Implement TanStack to Prevent Reloads Between Search Page and Prompt of the Month [FEAT] Implement TanStack to Prevent Reloads Between Search Page and Prompt of the Month Sep 20, 2024
@marclupanc marclupanc modified the milestones: Release 2.4, Release 2.5 Sep 21, 2024
marclupanc added a commit that referenced this issue Dec 7, 2024
@marclupanc marclupanc modified the milestones: Release 2.5, Release 3.0 Jan 4, 2025
@marclupanc marclupanc added Difficulty: Advanced Advanced level Type: Performance Code issues that do not introduce bugs in the execution but neet performance optimisation. Type: Feature New feature Priority: Medium Status: In progress Work in progress labels Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: Advanced Advanced level Priority: Medium Status: In progress Work in progress Type: Feature New feature Type: Performance Code issues that do not introduce bugs in the execution but neet performance optimisation.
Projects
2 participants