Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

AY2425S1-CS2103-F12-1/tp

matthewyip1511 created a review on a pull request on AY2425S1-CS2103-F12-1/tp
LGTM! Approving here since the comment is not mission-critical before merging 👍

View on GitHub

matthewyip1511 created a review on a pull request on AY2425S1-CS2103-F12-1/tp
LGTM! Approving here since the comment is not mission-critical before merging 👍

View on GitHub

codecov[bot] created a comment on a pull request on AY2425S1-CS2103-F12-1/tp
## [Codecov](https://app.codecov.io/gh/AY2425S1-CS2103-F12-1/tp/pull/127?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=A...

View on GitHub

RezwanAhmed123 opened a pull request on AY2425S1-CS2103-F12-1/tp
Fix test for DeleteClaimCommand.java
Some weird behaviours only found during the testing phase. The persisting issue is that the models point to the same insurance plan manager object when manipulating one of the models. In the act...
matthewyip1511 opened an issue on AY2425S1-CS2103-F12-1/tp
Update ParserUtilTest and CommandUtilTest
Add `validInsurance`, `validClaim`, `invalidInsurance`, `invalidClaim` to ParserUtilTest for use in automated testing
matthewyip1511 opened an issue on AY2425S1-CS2103-F12-1/tp
Add function to auto-sort claims within insurance plan
Currently, the claims are sorted in the order in which they are added. They should instead appear in lexicographical order which would be more appropriate. They should be sorted automatically once ...
matthewyip1511 opened an issue on AY2425S1-CS2103-F12-1/tp
Improve test for ListClaimsCommand
Right now, there are some tests there but it is not 100% test coverage. Let's improve this to meet 100%.
matthewyip1511 opened an issue on AY2425S1-CS2103-F12-1/tp
Improve UI to match inSUREance app specs
Let's improve the UI to make it look nicer 🙂
matthewyip1511 created a comment on an issue on AY2425S1-CS2103-F12-1/tp
Closing this issue to open separate tickets for each part

View on GitHub

matthewyip1511 closed an issue on AY2425S1-CS2103-F12-1/tp
Add tests to increase code coverage
Let's add more tests to ensure that our app is bug free! The tests that need to be done are: 1. AddInsuranceCommandTest 2. AddClaimCommandTest 3. DeleteInsuranceCommandTest 4. DeleteClaimComm...
yanqiyqh published a release on AY2425S1-CS2103-F12-1/tp
v1.3
## v1.3 Release Notes This release introduces new functionalities to manage insurance plans and claims for clients, enhancing the original AB3 functionality with more advanced insurance-related ...
RezwanAhmed123 created a tag on AY2425S1-CS2103-F12-1/tp

v1.3

RezwanAhmed123 closed an issue on AY2425S1-CS2103-F12-1/tp
Put everything together
Put all the different commands related to claims together and ensure the entire command is properly integrated. Prepare a release as well
RezwanAhmed123 created a comment on an issue on AY2425S1-CS2103-F12-1/tp
Completed, waiting on release notes

View on GitHub

RezwanAhmed123 created a comment on an issue on AY2425S1-CS2103-F12-1/tp
Done in #113

View on GitHub

RezwanAhmed123 pushed 2 commits to master AY2425S1-CS2103-F12-1/tp
  • Change address app to InSUREance 73707d5
  • Merge pull request #113 from matthewyip1511/matthew-change-app-title 643e421

View on GitHub

RezwanAhmed123 closed a pull request on AY2425S1-CS2103-F12-1/tp
Change address app to InSUREance
A small change here to change the header at the top of the display <img width="740" alt="image" src="https://github.com/user-attachments/assets/5442c3f4-194f-4fdf-b1d9-e60e70965c09">
codecov[bot] created a comment on a pull request on AY2425S1-CS2103-F12-1/tp
## [Codecov](https://app.codecov.io/gh/AY2425S1-CS2103-F12-1/tp/pull/113?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=A...

View on GitHub

matthewyip1511 opened a pull request on AY2425S1-CS2103-F12-1/tp
Change address app to InSUREance
A small change here to change the header at the top of the display <img width="740" alt="image" src="https://github.com/user-attachments/assets/5442c3f4-194f-4fdf-b1d9-e60e70965c09">
github-actions[bot] pushed 1 commit to gh-pages AY2425S1-CS2103-F12-1/tp
  • deploy: 9d2d1048baa64a994c2dbe8404d732361d223402 1ef80de

View on GitHub

yanqiyqh pushed 5 commits to master AY2425S1-CS2103-F12-1/tp
  • Create AddInsuranceCommandTest.java 3305e22
  • Add test for multiple insurance plans added 2fa0cf9
  • Remove redundant toString() dceaaa5
  • Add java doc for execute_multipleInsurancePlans_success test 9d19e3b
  • Merge pull request #110 from zi-yii/ziyi-insurance-tests Add tests for AddInsuranceCommand 9d2d104

View on GitHub

yanqiyqh closed a pull request on AY2425S1-CS2103-F12-1/tp
Add tests for AddInsuranceCommand
Currently, we have no tests for AddInsuranceCommand. Let's add tests for AddInsuranceCommand to increase our test coverage.
Load more