Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjbrandon committed Oct 23, 2019
2 parents ab96aa3 + aeb76cc commit 0c60326
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ deploy:
provider: releases
api_key:
secure: $GITHUB_DEPLOY_API
file: /home/travis/build/AY1920S1-CS2113T-T09-3/main/build/libs/duke-0.1.3.jar
file: /home/travis/build/AY1920S1-CS2113T-T09-3/main/build/libs/AlgoSenpai-0.1.0.jar
file_glob: true
skip_cleanup: true
name: $TRAVIS_TAG
Expand Down
2 changes: 2 additions & 0 deletions docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ and `print report` to print the user profile. `PrintArchiveCommand` is used to p
`PrintReportCommand` for the user stats, and `PrintQuizCommand` for the quiz. The `PrintArchiveCommand`,
`PrintQuizCommand`, and `PrintReportCommand` is a children class of `PrintCommand`.

image::PrintCommandImplementation.png[]

==== Design Considerations
===== Aspect: Modularizing program to write to PDF
* **Alternative 1 (current choice):** Use inheritance.
Expand Down
Binary file added docs/images/PrintCommandImplementation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0c60326

Please sign in to comment.