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

[Chuah Jia Jie] iP #473

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

Conversation

chuahjiajie
Copy link

@chuahjiajie chuahjiajie commented Feb 7, 2024

DukePro

“Your mind is for having ideas, not holding them.” – David Allen (source)

DukePro frees your mind of having to remember things you need to do. It's,

  • text-based
  • easy to learn
  • FAST SUPER FAST to use

All you need to do is,

  1. download it from here.
  2. double-click it.
  3. add your tasks.
  4. let it manage your tasks for you 😉

And it is FREE!

Features:

  • Managing tasks
  • Managing deadlines (coming soon)
  • Reminders (coming soon)

If you are a Java programmer, you can use it to practice Java too. Here's the main method:

public class Main {
    public static void main(String[] args) {
        Application.launch(MainApp.class, args);
    }
}

Nauseous-Spartan and others added 30 commits February 21, 2024 02:24
…ious functionality of the chatbot into the form of a GUI
* branch-A-Level-10:
  Add fully functional GUI that contains images and integrates the previous functionality of the chatbot into the form of a GUI
  Make standard GUI based on tutorial provided by Week 4 GUI tutorial so that bot has GUI
There was an issue with the GUI where the output box would not load
more than 5 lines worth of tasks when prompted to list out tasks.

Fixing this would allow for a better user experience.

As a step towards improving the GUI, let's make sure the code
in the MainWindow.fxml file is properly calibrated. Doing so will
make the subsequent implementation of GUIs functional.
There were multiple areas in the Parser and other classes that
could have benefitted from the use of assertions.
Was going to implement assertions on a
separate branch, but I forgot.
* branch-A-Assertions:
  Add Assertion Branch
Forgot to add level 8 branch lol.
* branch-level-8:
  Add Level-8 Branch
Made adjustments to code quality
There was an error where the application would
display unexpected behaviour when a non positive
integer was provided for the delete command.
Changed boolean names in parser.
* branch-A-CodeQuality:
  Correct Boolean Name
  Fix Delete Errors
  Edit Coding Quality
Chatbot now has a help command.
User simply needs to type in "help" and is able to
see a full list of all the commands for the bot.
* branch-C-Help:
  Add Help feature
Errors found and corrected in deadline and event
classes due to issues with date time feature.
Added picture for Ui.png into
docs folder.
Previous test cases no longer valid.
Updated with new test cases.
Feature 1 was not added.
Adding for fun.
Final commit for project.
Added a user guide for Balkan Bot.
Made changes to user guide.
Storage file had methods that were
too long.
Parser Method was too long.
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.

5 participants