Skip to content
This repository was archived by the owner on Nov 15, 2025. It is now read-only.

Tags: yikjin/ip

Tags

A-UserGuide

Toggle A-UserGuide's commit message

Verified

This tag was signed with the committer’s verified signature.
yikjin Yik Jin
A-UserGuide: User Guide

Add a User Guide to the project.

A-Release

Toggle A-Release's commit message

Verified

This tag was signed with the committer’s verified signature.
yikjin Yik Jin
A-Release: Release

Release the product to be used by potential users.

A-MoreOOP

Toggle A-MoreOOP's commit message

Verified

This tag was signed with the committer’s verified signature.
yikjin Yik Jin
A-MoreOOP: Use More OOP

Refactor the code to extract out closely related code as classes.

A-JavaDoc

Toggle A-JavaDoc's commit message

Verified

This tag was signed with the committer’s verified signature.
yikjin Yik Jin
A-JavaDoc: JavaDoc

Add JavaDoc comments to the code.

Level-7

Toggle Level-7's commit message

Verified

This tag was signed with the committer’s verified signature.
yikjin Yik Jin
Level-7: Save

Save the tasks in the hard disk automatically whenever the task list
changes, and load the data from the hard disk when the chatbot starts
up.

Level-6

Toggle Level-6's commit message

Verified

This tag was signed with the committer’s verified signature.
yikjin Yik Jin
Level-6: Delete

Add support for deleting tasks from the list.

A-Jar

Toggle A-Jar's commit message

Verified

This tag was signed with the committer’s verified signature.
yikjin Yik Jin
A-Jar: Create a JAR File

Package the app as an executable JAR file so that it can be distributed
easily.

A-Collections

Toggle A-Collections's commit message

Verified

This tag was signed with the committer’s verified signature.
yikjin Yik Jin
A-Collections: Use Java Collections classes

Use Java Collections classes for storing data.

Level-5

Toggle Level-5's commit message

Verified

This tag was signed with the committer’s verified signature.
yikjin Yik Jin
Level-5: Handle Errors

Update error handling code to make use of custom exceptions instead of
just printing to the console.

A-Packages

Toggle A-Packages's commit message

Verified

This tag was signed with the committer’s verified signature.
yikjin Yik Jin
A-Packages: Organize into Packages

Divide and organise the classes into suitable Java packages.