-
Notifications
You must be signed in to change notification settings - Fork 89
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
[F11-3] TaskLinker #28
[F11-3] TaskLinker #28
Conversation
Improve Calendar & Flashcard Integration
Fix codestyle violation
Fix Calendar Add/List/Delete Issues
Fix Calendar Add/List/Delete Issues
…endar-mode Unify calendar and flashcard mode
Making format for Event Storage
Added Event Storage
* 'master' of https://github.com/AY2324S1-CS2113-F11-3/tp: Added Event Storage Format for Event Storage Unify calendar and flashcard mode # Conflicts: # src/main/java/seedu/duke/Duke.java
Assertions problem resolving
* 'master' of https://github.com/AY2324S1-CS2113-F11-3/tp: Logging again Get back to no-assertion Logging edited 2 Logging edited Adding loggers re-add assertions delete assertion
import java.io.IOException; | ||
import java.util.ArrayList; | ||
import java.util.Scanner; | ||
import java.util.logging.*; |
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.
Please change this import because wildcard imports are not allowed
Hi all, please make sure to add whitespaces in if-else statements and functions as per the guidelines, and avoid wildcard imports. To improve code quality, try to remove unnecessary blank spaces. Also, please pass the Gradle tests before pushing your commits for good practice. |
…entation Explain how to use flashcards in the UG
Updated Developer Guide
* 'master' of https://github.com/AY2324S1-CS2113-F11-3/tp: - Developer Guide Update - Updated Developer Guide Calendar package class diagram Revert "no message" no message
Merge pull request #155 from Cheezeblokz/master
…mprovements Minor improvements on DG and UG
Small changes on link
…mprovements Update PPP
…mprovements Further flashcard dg improvements
…mprovements Finish PPP
…mprovements Fix test code of my team mates
Finalize PPP
TaskLinker helps students using flashcards for memorizing course material to create, review and schedule their flashcards.