Skip to content

Commit

Permalink
blurbs.md: Add achievements
Browse files Browse the repository at this point in the history
  • Loading branch information
damithc committed May 16, 2024
1 parent dcf07f0 commit 5d3ecec
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions configs/blurbs.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,48 @@
https://github.com/reposense/Reposense/tree/master

## RepoSense

**Project overview:** [RepoSense](https://https://reposense.org/) is a tool for visualizing programmer activities across Git repositories. It is an OSS project, founded in 2017.<br>
Tools used: Java, Javascript, HTML, CSS, Vue, Gradle

**My role:** I am a [core team member since 2022](https://reposense.org/about.html). I have contributed to both front-end (Vue) and backend (Java) development.<br>
Notable features I contributed: [#1877 Show merge commits in the report](https://github.com/reposense/RepoSense/pull/1882) | [#1865 Pin file title on scroll in the Code Panel](https://github.com/reposense/RepoSense/pull/1860) | [#1877 Show merge commits in the report](https://github.com/reposense/RepoSense/pull/1882)
**My role:** I am a [core team member since 2022](https://reposense.org/about.html). I have contributed to both front-end (Vue) and backend (Java) development.

* Notable features I contributed: [#1877 Show merge commits in the report](https://github.com/reposense/RepoSense/pull/1882) | [#1865 Pin file title on scroll in the Code Panel](https://github.com/reposense/RepoSense/pull/1860) | [#1877 Show merge commits in the report](https://github.com/reposense/RepoSense/pull/1882)
* Notable PR reviews: [1](https://github.com/reposense/RepoSense/pull/2034#issuecomment-1724856085) | [2](https://github.com/reposense/RepoSense/pull/2102#discussion_r1485588601) | [3](https://github.com/reposense/RepoSense/pull/2131#issuecomment-2022469526)
* Achievements: Contributing several significant features to the project. Mentored a number of new developers. Co-led the project for two release cycles.

<!--repo-->--------------------------------------------------------
https://github.com/ckcherry23/ip/tree/master

## Heylo

<img style="float: left;" src="https://ckcherry23.github.io/ip/Ui.png" height="400" />

Heylo is a chatbot-like desktop application for keeping track of tasks. The project is mainly Java based, with front-end using JavaFX. See [here](https://ckcherry23.github.io/ip/) for the Heylo User Guide.<br>
Tools used: Java, JavaFX, JUnit, Gradle

**My role:** This is an individual project that I did for a Software Engineering course at [NUS, SoC](https://www.comp.nus.edu.sg/).
**My role:** This is an individual project that I did for a Software Engineering course at [NUS, SoC](https://www.comp.nus.edu.sg/).<br>
Achievements: Learned several new tools/technologies (e.g., Gradle, JavaFX) in a short time, and delivered a full product with user documentation.

<!--repo-->--------------------------------------------------------
https://github.com/AY2122S2-CS2103T-W12-4/tp/tree/master

## Reache

<img style="float: right;" src="https://ay2122s2-cs2103t-w12-4.github.io/tp/images/Ui.png" height="300" />

Reache is a CLI-focused desktop app for managing a large list of contacts. It provides an easy-to-use interface to store contacts and organize meetings. See [here](https://ay2122s2-cs2103t-w12-4.github.io/tp) for the Reache product website.<br>
Tools used: Java, JavaFX, JUnit, Gradle, Codecov, Checkstyle, Jekyll, PlantUML

**My role:** This is a team project that I (with 4 other classmates) did for a Software Engineering course at [NUS, SoC](https://www.comp.nus.edu.sg/). I contributed to all parts of the product, and all aspects of the project. Some notable pull requests:
**My role:** This is a team project that I (with 4 other classmates) did for a Software Engineering course at [NUS, SoC](https://www.comp.nus.edu.sg/). Unlike most school projects, this was a brownfield project -- starting with an exisiting code base, we evolved the product through three iterations. I contributed to all parts of the product, and all aspects of the project. Some notable pull requests:

* Feature implementations: [Duplicate contacts warning](https://github.com/AY2122S2-CS2103T-W12-4/tp/pull/96) | [Clear confirmation](https://github.com/AY2122S2-CS2103T-W12-4/tp/pull/82)
* Test code: [Update tests for new features](https://github.com/AY2122S2-CS2103T-W12-4/tp/pull/46) | [Fix failing tests](https://github.com/AY2122S2-CS2103T-W12-4/tp/pull/117)
* Documentation: [Updates to Developer Guide](https://github.com/AY2122S2-CS2103T-W12-4/tp/pull/265) | [Updates to User Guide](https://github.com/AY2122S2-CS2103T-W12-4/tp/pull/155)

<!--repo-->--------------------------------------------------------
https://github.com/date-fns/date-fns/tree/main

## date-fns

date-fns (available at [https://date-fns.org](https://date-fns.org)) is a modern TypeScript date utility library. It is an OSS project founded in 2014. It provides s comprehensive, yet simple and consistent toolset for manipulating JavaScript dates in a browser & Node.js.
Expand Down

0 comments on commit 5d3ecec

Please sign in to comment.