• Joined on 2025-10-06
wkadmin pushed to dev at wkadmin/the-tip-top-backend 2025-12-02 15:37:20 +00:00
b75f209c35 feat: add reCAPTCHA verification, email check, fix email service
wkadmin pushed to dev at wkadmin/the-tip-top-frontend 2025-12-02 15:35:23 +00:00
9013551659 feat: add reCAPTCHA, reset-password, sort tickets, update dates
wkadmin pushed to dev at wkadmin/the-tip-top-backend 2025-12-02 15:16:29 +00:00
2eddd7aa1a feat: add email check endpoint and fix email service
wkadmin pushed to dev at wkadmin/the-tip-top-frontend 2025-12-02 15:15:52 +00:00
e0330d4f28 feat: add reset-password page and update contest dates
wkadmin pushed to dev at wkadmin/the-tip-top-backend 2025-12-01 23:58:51 +00:00
de9e4cd337 fix: reorder stages - SonarQube (quality) before Tests
wkadmin pushed to dev at wkadmin/the-tip-top-frontend 2025-12-01 23:58:39 +00:00
cc0c2e23ff fix: reorder stages - SonarQube (quality) before Tests
wkadmin pushed to dev at wkadmin/the-tip-top-backend 2025-12-01 23:50:34 +00:00
5e5e5c0a71 fix: run tests before SonarQube to share coverage report
wkadmin pushed to dev at wkadmin/the-tip-top-frontend 2025-12-01 23:50:09 +00:00
27965e4cc2 fix: run tests before SonarQube to share coverage report
wkadmin pushed to dev at wkadmin/the-tip-top-frontend 2025-12-01 23:38:25 +00:00
2e0beec338 feat: update homepage and login page UI
wkadmin pushed to dev at wkadmin/the-tip-top-frontend 2025-12-01 22:41:39 +00:00
e0d851eb67 revert: use same Jenkinsfile structure as backend
wkadmin pushed to dev at wkadmin/the-tip-top-frontend 2025-12-01 22:30:48 +00:00
72bdd21743 fix: run SonarQube after tests to include coverage report
wkadmin pushed to dev at wkadmin/the-tip-top-frontend 2025-12-01 22:05:56 +00:00
068b47ebe3 fix: add hooks, contexts, lib to jest coverage collection
wkadmin pushed to dev at wkadmin/the-tip-top-frontend 2025-12-01 21:42:10 +00:00
c03e6f9d12 test: add comprehensive tests for export utilities
wkadmin pushed to dev at wkadmin/the-tip-top-frontend 2025-12-01 21:24:22 +00:00
43a2dadd0e test: add unit tests for UI components to improve coverage
wkadmin pushed to dev at wkadmin/the-tip-top-frontend 2025-12-01 20:58:11 +00:00
79b579ae55 fix: add displayName to MockLink in UserDropdown test
wkadmin pushed to dev at wkadmin/the-tip-top-frontend 2025-12-01 20:52:07 +00:00
0dd11b572d test: add unit tests for new components to improve coverage
wkadmin pushed to dev at wkadmin/the-tip-top-frontend 2025-12-01 19:59:55 +00:00
c78b68ca4f refactor: use shared Pagination component in admin pages
wkadmin pushed to dev at wkadmin/the-tip-top-frontend 2025-12-01 19:34:03 +00:00
6020dc7b93 refactor: extract TicketPrizeDisplay and TicketTableRow components
wkadmin pushed to dev at wkadmin/the-tip-top-frontend 2025-12-01 16:44:36 +00:00
062d05d0f0 refactor: extract UserDropdown component and useClickOutside hook
wkadmin pushed to dev at wkadmin/the-tip-top-frontend 2025-12-01 16:26:32 +00:00
4962ef6848 test: add unit tests for UI components