Replace MAUI app with a GitHub Pages hours calculator - #3
Merged
Conversation
Remove the .NET MAUI project and serve a single HTML page that computes expected hours (8h × weekdays minus holidays), with Pages and Node test workflows. Co-authored-by: César Ordaz <cesar.ordazv@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces the .NET MAUI app with a static site in this same repository. After merge, enable GitHub Pages so the calculator is at:
https://cesarordazv.github.io/WorktimeCalculator/
What changed
WorktimeCalculator/, the.sln, fonts, platforms, and XAML.index.html+worktime.js(8 h × Mon–Fri minus the 2025 holiday list)..github/workflows/pages.ymlpublishes frommain..github/workflows/test.ymlrunsnode --test worktime.test.js.This is a new PR (not #2). The old MAUI project is not kept.
After merge
main.Checks
node --test worktime.test.js— 9 passing (weekends, holidays, invalid range, zero working days).