Skip to content

Refactor: Extract JavaScript logic to separate file#285

Closed
pyob-bot wants to merge 4 commits intomainfrom
pyob-evolution-v9-1778309636
Closed

Refactor: Extract JavaScript logic to separate file#285
pyob-bot wants to merge 4 commits intomainfrom
pyob-evolution-v9-1778309636

Conversation

@pyob-bot
Copy link
Copy Markdown
Collaborator

@pyob-bot pyob-bot commented May 9, 2026

Summary of Changes

The JavaScript logic in src/pyob/dashboard_html.py has been refactored to improve maintainability and organization. A new script dashboard_utils.js has been introduced to hold the majority of the JavaScript code, reducing the complexity of the dashboard_html.py file.

Technical Impact

The changes made in this pull request have the following technical impacts:

  • Improved code organization and separation of concerns
  • Reduced complexity in dashboard_html.py by extracting JavaScript logic to a separate file
  • Introduced a new script dashboard_utils.js to hold the extracted JavaScript code
  • Added a new function setManualTarget to handle setting the manual target file via API call

@vicsanity623 vicsanity623 deleted the pyob-evolution-v9-1778309636 branch May 11, 2026 04:12
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