Open MLHProgram opened 9 months ago
I can work on this!
Hey, what is the id supposed to be? The testcase is pretty confusing.
Got it working, but testcase doesn't follow how db would work/data persistence? It's taking the "index" as the id. The ID field is never being actually set in data.json for a new education post. Works, testcase passes, it returns index as "id", which I assume is the correct implementation. Maybe for future, also match IDs. If there's an existing post, it will generate id + 1. Current data.json has an ID field. However, the testcase expects new post to NOT have an id field - which makes it confusing.
On the
/resume/education
route, you should: