Dear TAs,
I have a question about HW3-1 grading.
To begin with, I have to confess that I have not thoroughly read through the README. And I didn't know that we should use json-server to manage data.
When I run my project with npm start, most of the frontend features seem to work well. However, as I didn't see the API specification, I just used states, not db, to manage data(e.g., user data, posts, ...)
I want to know how much impact this will have on grading. I'm worried that as the HW is graded through automation, missing api calls will make the tests fail. At least, I want to get points on the frontend parts I implemented properly.
I'm deeply regretful for making such a mistake and asking a question like this. I'll be waiting for your kind reply. Thank you.
Dear TAs, I have a question about HW3-1 grading. To begin with, I have to confess that I have not thoroughly read through the README. And I didn't know that we should use json-server to manage data. When I run my project with
npm start
, most of the frontend features seem to work well. However, as I didn't see the API specification, I just used states, not db, to manage data(e.g., user data, posts, ...) I want to know how much impact this will have on grading. I'm worried that as the HW is graded through automation, missing api calls will make the tests fail. At least, I want to get points on the frontend parts I implemented properly. I'm deeply regretful for making such a mistake and asking a question like this. I'll be waiting for your kind reply. Thank you.