Closed CongruiDu closed 5 months ago
In this PR, I implement an announcements button (just the frontend button), and change the play page header from "Announcements" to "Common Overview"
mvn test
mvn test jacoco:report
mvn test pitest:mutationCoverage
npm test
npm run coverage
npx stryker run
npx eslint --fix src
Closes https://github.com/ucsb-cs156-s24/proj-happycows-s24-4pm-5/issues/60
Overview
In this PR, I implement an announcements button (just the frontend button), and change the play page header from "Announcements" to "Common Overview"
Screenshots (Optional)
Future Possibilities (Optional)
Validation (Optional)
Tests
mvn test
) passmvn test jacoco:report
) 100%mvn test pitest:mutationCoverage
) 100%npm test
) passnpm run coverage
) 100%npx stryker run
) 100%npx eslint --fix src
)Linked Issues
Closes https://github.com/ucsb-cs156-s24/proj-happycows-s24-4pm-5/issues/60