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

Refactor Summaries #729

Open
Smullz622 opened this issue Jul 24, 2024 · 0 comments
Open

Refactor Summaries #729

Smullz622 opened this issue Jul 24, 2024 · 0 comments

Comments

@Smullz622
Copy link
Contributor

When ILLiad goes down, it breaks the summaries page as that page makes synchronous calls to get IlliadResponse. We have a temporary fix out where we don't raise an error, allowing the page to still render (PR here), but this is not an ideal permanent solution.

Ideal solution would be to refactor to use async calls similar to holds/checkouts. Instead of all the logic currently in app/view/summaries/_summary.html.erb, we would have a summaries job that handles all the summary data & returns a partial of the summaries table.

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

No branches or pull requests

1 participant