Closed CollinBeczak closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 23.57%. Comparing base (
95dca9d
) to head (0a15cfe
). Report is 9 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issue: When a user rebuilds a challenge, the application does not display a loading screen. As a result, users see the previous state of the challenge until they manually refresh the page to view the rebuilt challenge.
Solution: This pull request refreshes the challenge on rebuild so that the loading screen appears while the challenge is being rebuilt. Additionally, it ensures that the challenge is automatically refreshed once the rebuild process is complete, providing users with an immediate view of the updated challenge.
Extra: This pull request adds some jest unit tests and sets the default for dataOriginDate as the current challenges dataOriginDate