Skip to content

Andrew - #3

Open
lockarhythm wants to merge 32 commits into
nus-tic2002-2021:masterfrom
lockarhythm:master
Open

Andrew#3
lockarhythm wants to merge 32 commits into
nus-tic2002-2021:masterfrom
lockarhythm:master

Conversation

@lockarhythm

Copy link
Copy Markdown

No description provided.

9Y5 and others added 30 commits August 17, 2021 21:14
* Installs bazelisk
* Builds JAR
* Runs unit tests
* Upload JAR artifact.
Helps to enforce code style before committing
- To prepare for GUI version of Duke, we extract out the core Application that accepts a UI implementation. In this MR, we implement TerminalUI for terminal/console interfaces. Later on, we can add GraphicalUI for JavaFX.
- The duke application is viewed as a REPL, where on the evaluate step, we ask the QueryInterpreter to evaluate the query inputted by the user.
- The SimpleQueryInterpreter class implements QueryInterpreter. It delegates the query to smaller QueryInterpreters, each only responding to a subset of query/commands.
- QueryResponder is renamed to QueryInterpreter.
- Response is renamed to Result. The Result class represents the result of a query interpretation.
* Implement Level-4, A-Inheritance. Implement partially Level-5.

* Fix tests.

* Deprecate list.add method.
* WIP. Add Storage.

* Working state.

* And fixed test.

* Basic implementation and cleanup.
* Implement Level-8 minimum.

* Fix and add more tests. And basic date time parsing.

* Store datetime.
* Improve ui tests. Added serialization tests.

* Fix workflow.

* Remove tasks.json
* Add sorting by date or done field, with ui tests.
* Use own Gson date serializers
* Use a fixed bazelisk version for more deterministic builds.
* Update README.md
* Better dates parsing and formatting.
* Fix test command.
Co-authored-by: Goh Yisheng <mail.yisheng@gmail.com>
* Add assertions.

* Create QA build.

* Fix build.

* Update readme.
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.

2 participants