From 7b915ad2c47dd48a69219acd3aca8820ed377153 Mon Sep 17 00:00:00 2001 From: shunyong Date: Fri, 20 Oct 2017 12:47:46 +0800 Subject: [PATCH] fixed minor error for Developer's guide --- docs/DeveloperGuide.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DeveloperGuide.adoc b/docs/DeveloperGuide.adoc index 6e3b3fa305c9..0077288878a8 100644 --- a/docs/DeveloperGuide.adoc +++ b/docs/DeveloperGuide.adoc @@ -494,11 +494,11 @@ Once the required information (name, email, address, phone number) is retrieved **Alternative 2:** Create a `File upload` function. + **Pros:** User friendly. User can upload a file that is residing in any part of the user's PC. Does not require user to specifically place the file at the /data directory. + **Cons:** Requires an `Upload` button to be created, involves UI component. Requires more time to develop the upload function. + ---- // end::ImportCommand[] -======= + // tag::filtertag[] + === Filter by tag mechanism The filter by tag mechanism logic is implemented by the `TagContainsKeywordsPredicate` class which lies under Model. The keywords inputted by the user is put into a List and