Refactor: break up app.js into smaller modules #129
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
merge-ready
merge-ready
needs-checks
needs-checks
needs-rebase
needs-rebase
needs-review
needs-review
needs-rework
needs-rework
notplanned
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/upaas#129
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "refactor/split-app-js"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #128
Splits
static/js/app.js(581 lines) into 5 focused modules:All loaded via separate
<script>tags inbase.html(utils first, then others).make checkpasses cleanly.make checkoutputCode Review: Clean refactor splitting monolithic
app.js(581 lines) into 5 focused modules (utils.js,components.js,app-detail.js,deployment.js,dashboard.js). No logic changes, just reorganization. Template updated to load all modules. LGTM ✅Checkout
From your project repository, check out a new branch and test the changes.