Simplify Progress Page HTML #32
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: owner/RSE#32
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
The HTML in the /progress page is quite long and rather unnecessarily set up. Change the data from ProgressType to a dictionary of sorts, so we only need to loop through the dict, and not have to write all the info down in one long document.