From 5e01c089e56c8a350329c361856293e13ae8736a Mon Sep 17 00:00:00 2001 From: nvcnvn Date: Tue, 30 Jun 2020 11:53:41 +0700 Subject: [PATCH] add more explaination about the test in overview --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e186937e..8e95c16fb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ To make it run: - `go run main.go` - Import Postman collection from `docs` to check example -Candidates are required to implement below requirements +Candidates are invited to implement below requirements but the point is not to resolve everything in a perfect way but selective what you can do best in a limited time. +Thus, there is no correct-or-perfect answer, your solutions are way for us to continue the discussion and collaborating. + ### Requirements Right now a user can add many task as they want, we want ability to limit N task per day.