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

UI: Refactor api and control cache frontend (#1042) #1043

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

Amogh-Bharadwaj
Copy link
Contributor

Refactors our initial load status fetch to now perform a join instead of iterating through flow names and running len(clones) number of queries.

Uses {cache : 'no-store'} as an alternative to forcing dynamic rendering. This is the more idiomatic way of using NextJS and force-dynamic is just for cases where easier migration from the earlier getServerSideProps of page router is the need

Refactors our initial load status fetch to now perform a join instead of
iterating through flow names and running `len(clones)` number of
queries.

Uses `{cache : 'no-store'}` as an alternative to forcing dynamic
rendering. This is the more idiomatic way of using NextJS and
force-dynamic is just for cases where easier migration from the earlier
getServerSideProps of page router is the need
@iskakaushik iskakaushik merged commit 03552b9 into customer-harp Jan 10, 2024
2 of 3 checks passed
@serprex serprex deleted the harp-ui-upgrade branch July 19, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants