Add Build Automation, Test Automation, Deployment Setup, and UI/UX Enhancements#14
Open
DesmondWah wants to merge 33 commits intomluukkai:masterfrom
Open
Add Build Automation, Test Automation, Deployment Setup, and UI/UX Enhancements#14DesmondWah wants to merge 33 commits intomluukkai:masterfrom
DesmondWah wants to merge 33 commits intomluukkai:masterfrom
Conversation
Made changes in code and added deployment automation file
docs: add comments to TodoService and add jacoco for test coverage reporting
Desmond add this file
feat: improve JavaFX button styles with colors and formatting
Add CI Pipeline and UI Background Colors
…ser, logout, todo actions)
Modified login username box color to yellow in TodoUi.java
feat: complete JavaFX button styling for all button
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.
Build Automation – Added Maven build lifecycle (pom.xml, build.ps1)
Test Automation – JUnit & Mockito with JaCoCo coverage reports (96%+ coverage in core packages)
Deployment Setup – Dockerfile + GitHub Actions CI/CD (build, test, package, artifacts)
UI/UX Enhancements – Updated JavaFX button styling, login box (yellow), background formatting
Extra feature for frontend - font size, style, bold, background color, button color