Open mieseung opened 3 years ago
I'm afraid that I cannot tell you much about testcases. One thing for sure is that you'll be fine as long as your implementation covers everything on Readme.
Yes, it is okay to add other information. Just make sure that you return items required at specification.
Thanks a lot!
Hello, I have some questions about HW4.
Is there any test cases that are not mentioned in Readme? Should we consider all possible test cases such as the case that user try to sign up with already registered username and so on?
Is it okay add more information in json response than specification requires? For example, add
id
in response ofGET /api/articles/
article list?Thanks in advance :)