-
Notifications
You must be signed in to change notification settings - Fork 462
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
[Singh Abdullah Alexander] iP #519
Open
alexandermula
wants to merge
58
commits into
nus-cs2103-AY2223S1:master
Choose a base branch
from
alexandermula:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
556af3f
Add Gradle support
df365b5
Completed Level-1
alexandermula 1346cd5
added list
alexandermula 35f557b
Added mark as done
alexandermula 1427298
ToDos, Events and Deadlines
alexandermula 924806e
Text testing
alexandermula 7a099dd
error handling
alexandermula 23228eb
Implemented delete
alexandermula 79c8c7b
Added file read function (to refine save function later)
alexandermula a9e73ff
Store dates as date object
alexandermula c267e54
Merge branch 'branch-Level-8'
alexandermula 08cf255
Organise classes into suitable packages
alexandermula 917c4da
abstract read user input to ui class
alexandermula dafa0e1
add list command
alexandermula ab17e07
add unmark command
alexandermula ee3871e
add all commands
alexandermula 2b04497
add parser logic
alexandermula c453a9a
fix parser logic
alexandermula 0770b6e
add TaskList class
alexandermula 8e27eb5
add ui logic
alexandermula d930758
fix storage logic
alexandermula ddbd5f6
clean up packages
alexandermula 36fb04e
Merge branch 'nus-cs2103-AY2223S1:add-gradle-support' into add-gradle…
alexandermula b055c54
add gradle support
alexandermula c225250
add junit tests
alexandermula d2722ef
Add javadocs for TaskList
alexandermula d88c342
Add javadocs to all classes
alexandermula a5e7b67
Fix code to comply with coding standard
alexandermula 56ab4d6
Add find function
alexandermula dfc760d
Merge branch 'branch-A-CodingStandard'
alexandermula 59bf323
Merge branch 'branch-Level-9'
alexandermula 4da3212
Add checkstyle
alexandermula fd0c357
Add view and image resources
alexandermula 692246c
Add javafx
alexandermula 4cfda08
add javaFX
alexandermula 2bfa59e
add assert statements
alexandermula 0567cc5
Merge pull request #2 from alexandermula/branch-A-Assertions
alexandermula e386799
fix code quality
alexandermula b668147
Merge pull request #3 from alexandermula/branch-A-CodeQuality
alexandermula c46ee09
Add sort command
alexandermula 0f7a2fe
Merge pull request #4 from alexandermula/branch-C-Sort
alexandermula 1c5c16d
Find command: add varargs to pass multiple keywords
alexandermula 9c75ccf
Merge branch 'master' of https://github.com/alexandermula/ip
alexandermula bbf40fc
Merge pull request #5 from alexandermula/branch-C-Sort
alexandermula 19c3253
Merge branch 'master' of https://github.com/alexandermula/ip
alexandermula ce78d08
Add enums
alexandermula 01a6f58
Add styling to GUI
alexandermula ddd0c10
Add personality
alexandermula a0be07b
Add github page
alexandermula 81eec33
Build jar file
alexandermula 9de9aa0
Replace tabs usage with spaces
alexandermula 723befa
Fix header comments
alexandermula 59e259f
Remove dead code
alexandermula 2bf9003
Fix package name style
alexandermula 36401c4
Add test cases
alexandermula 8619248
Fix header comments
alexandermula 4562947
Fix code quality
alexandermula ee1e14a
Fix code quality
alexandermula File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall code looks clean and should have no problem finishing up the ip