Skip to content

Replace MAUI app with a GitHub Pages hours calculator - #3

Merged
CesarOrdazV merged 1 commit into
mainfrom
cursor/replace-maui-with-pages-faa5
Aug 26, 2026
Merged

Replace MAUI app with a GitHub Pages hours calculator#3
CesarOrdazV merged 1 commit into
mainfrom
cursor/replace-maui-with-pages-faa5

Conversation

@CesarOrdazV

Copy link
Copy Markdown
Owner

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

  • Removed WorktimeCalculator/, the .sln, fonts, platforms, and XAML.
  • Added index.html + worktime.js (8 h × Mon–Fri minus the 2025 holiday list).
  • Main result: horas que deberías llevar. Also shows working days, difference, and daily average.
  • .github/workflows/pages.yml publishes from main.
  • .github/workflows/test.yml runs node --test worktime.test.js.

This is a new PR (not #2). The old MAUI project is not kept.

After merge

  1. Settings → Pages → Source: GitHub Actions.
  2. Confirm the Deploy to GitHub Pages workflow on main.

Checks

node --test worktime.test.js — 9 passing (weekends, holidays, invalid range, zero working days).

Open in Web Open in Cursor 

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>
@CesarOrdazV
CesarOrdazV merged commit de1ca58 into main Aug 26, 2026
2 checks passed
@CesarOrdazV
CesarOrdazV deleted the cursor/replace-maui-with-pages-faa5 branch August 26, 2026 17:09
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