Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: taniatsq/ip

Tags

A-UserGuide

Toggle A-UserGuide's commit message
Add blankspace bug fix

A-Release

Toggle A-Release's commit message
Add blankspace bug fix

BCD-Extension

Toggle BCD-Extension's commit message
Add finalized version

A-FullCommitMessage

Toggle A-FullCommitMessage's commit message
Edit auto-save

Did not implement save properly before.

I had 2 different lists (one for the current iteration of tasks, and one that was saved in my file), but I could not edit (mark, unmark, delete) the ones that were in the file. Only my current task list was editable.

I made the two list one and the same using one ArrayList tasklist for all tasks.

A-CodeQuality

Toggle A-CodeQuality's commit message
Add CodeQuality

Fixed and resolved comments left by peer PR review..
Deleted dead code (unused classes such as UI, MainWindow, Main, etc.).
Replaced magic Strings with named Final constants.

A-Assertions

Toggle A-Assertions's commit message
Add A-Assertions

BCD_Extension

Toggle BCD_Extension's commit message
Add D-Contacts

Add new classes Contacts, ContactsList, and ContactsParser.
Contacts: Key fields and features of a contact information to note
ContactsList: Organizes list of contacts
ContactsParser: Parses contact commands to contactlist

Level-10

Toggle Level-10's commit message
Add GUI

A-TextUiTesting

Toggle A-TextUiTesting's commit message
Add GUI

A-CodingStandard

Toggle A-CodingStandard's commit message
Add Coding Standards