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

[F11-3] TaskLinker #28

Closed
wants to merge 328 commits into from
Closed

[F11-3] TaskLinker #28

wants to merge 328 commits into from

Conversation

wendelinwemhoener
Copy link

TaskLinker helps students using flashcards for memorizing course material to create, review and schedule their flashcards.

Brian030601 added a commit to Brian030601/tp that referenced this pull request Oct 19, 2023
Improve Calendar & Flashcard Integration
wendelinwemhoener and others added 24 commits October 19, 2023 20:40
Fix Calendar Add/List/Delete Issues
Fix Calendar Add/List/Delete Issues
…endar-mode

Unify calendar and flashcard mode
Making format for 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.*;

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

@madhanse
Copy link

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.

Cheezeblokz and others added 29 commits November 14, 2023 00:04
* '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

Further flashcard dg improvements
Repository owner closed this by deleting the head repository Feb 15, 2024
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.

8 participants