Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LYHTHADDEUS] iP #316

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Conversation

lyhthaddeus
Copy link

No description provided.

killmenowya and others added 15 commits January 23, 2025 18:18
	new file:   Logic.java
	modified:   Logic.java
	new file:   CommandList.java
	modified:   Logic.java
	modified:   CommandList.java
	modified:   Logic.java
	modified:   src/main/java/Daiyan.java
	renamed:    src/main/java/CommandList.java -> src/main/java/DataStructure/CommandList.java
	deleted:    src/main/java/Deadline.java
	deleted:    src/main/java/Event.java
	new file:   src/main/java/Exception/InvalidInputException.java
	new file:   src/main/java/Exception/SyntaxException.java
	deleted:    src/main/java/Logic.java
	renamed:    src/main/java/Command.java -> src/main/java/TaskObjects/Command.java
	new file:   src/main/java/TaskObjects/Deadline.java
	new file:   src/main/java/TaskObjects/Event.java
	renamed:    src/main/java/Todo.java -> src/main/java/TaskObjects/Todo.java
	modified:   text-ui-test/EXPECTED.TXT
	modified:   text-ui-test/input.txt
	modified:   text-ui-test/runtest.bat
App lacks the ability to Store information from
previous usage.

Each use is isolated from each other and data
is not brought forward

Add a Storage class to handle storage of data
into plain text as well as loading of said data
on start up

New Exception StorageSyntaxException created
to handle potential exception arising from
new Class.

Command refactored to Task in all instance to
better fit description.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants