Skip to content

Releases: AY1920S1-CS2103T-W11-1/main

Final release

11 Nov 15:41
3e8cfb7
Compare
Choose a tag to compare
  • Bump test coverage (from ~39% to ~54%)
  • Update documentation (user guide, developer guide, PPP)
  • Fix various minor bugs
  • Make Problems and Plans editable from GUI

v1.3.4

08 Nov 04:33
7b90544
Compare
Choose a tag to compare

Bug fixes

Release for Project Demo Rehearsal

05 Nov 16:55
efbfecc
Compare
Choose a tag to compare
  • Fix bugs raised in PE Dry Run
  • Update PPP
  • Improve GUI

Release for PE Dry Run

31 Oct 14:32
858f344
Compare
Choose a tag to compare
  • Task Management
    • Implement CopyTaskCommand
    • Implement SetPlanCommand
    • Improve UI/UX
  • Find rules
    • Aliases for long command words
    • Improve UI/UX
  • History
    • Implement up/down arrow to navigate through command history
  • UI
    • Change AlgoBase Icon
    • Shorten tab commands
    • Fix prefix confusion
  • Tag
    • Implement usable UI
    • Implement relationship with problems
  • Bug fixes

Implement Import/Export, Rewind, Task Management, Advanced Search, Advanced Tabs and Tags UI

29 Oct 03:48
4a253d4
Compare
Choose a tag to compare
  • Storage
    • Export AlgoBase data into JSON
    • Import data from JSON into AlgoBase
  • Rewind
  • Task Management
    • Move tasks among plans
    • Edit due dates of tasks
    • Track the progress of tasks within each plan
    • Add TaskManagementPane
  • Advanced Search
    • Save find rules using addfindrule, deletefindrule and apply
    • UI for find rules
    • Search for plans with matching keywords or overlapping time range
  • Advanced Tabs
    • Open and close tabs using both GUI and CLI
    • Save GUI state in storage
  • Tags
    • UI for tags

Implement Advanced Search, Multiple Tabs, Relational Storage

22 Oct 15:55
699035f
Compare
Choose a tag to compare
  • Advanced Search
  • Multiple Tabs
  • Relational Storage

Implement Plans, Tasks, Tabs, Tags, and Update Problems

15 Oct 15:57
dbd4b1c
Compare
Choose a tag to compare
  • Plans
    • Add, Edit, Delete, List
  • Tasks
    • Add, Delete, Done, Undone
  • Tabs
    • Switch
  • Tags
    • Add, Delete, Edit, List
  • Problems
    • Search, Sort

Refactor Code Base and Update Documentation

28 Oct 12:29
ff8d958
Compare
Choose a tag to compare
  • Refactor Code Base
  • Add Additional Models
  • Update README
    • Add Mock UI
  • Update User Guide
  • Update Developer Guide
  • Update Project Website