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

Improvement: Refactor Regional Level Page chart module #17

Open
JT-39 opened this issue Sep 24, 2024 · 0 comments
Open

Improvement: Refactor Regional Level Page chart module #17

JT-39 opened this issue Sep 24, 2024 · 0 comments

Comments

@JT-39
Copy link
Contributor

JT-39 commented Sep 24, 2024

Improvement Overview

The Regional Level Page table module is quite convoluted and could be improved by simplifying the logic.

Current Issue

The module is slightly convoluted with a fair bit of repetition of server functions inside modules. This also makes the module quite heard to follow, break down into a logic and therefore debug.

Proposed Enhancement

A simplified logic would be a good start, such as creating one large long data table that includes both Regions and LA data. Then potentially some efficiency saving code to make the modules less repetitive (especially in the use of some of the server functions).

Impact

Will make the module easier to follow, less prone to bugs and also more efficient.

Additional Information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant