Skip to content

Commit 61071ec

Browse files
Update README.md
1 parent 89b0386 commit 61071ec

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,17 @@ tags varchar(200)
8686
## To do list
8787

8888
- [x] Build and host the database
89-
- [ ] Build the actual site
90-
- [ ] Get site to display table upon page load
91-
- [ ] build client side code:
89+
- [x] Build the actual site
90+
- [x] Get site to display table upon page load
91+
- [x] build client side code:
9292
- [x] HTML page with empty table
93-
- [ ] JS scripts: Request function to make requests to the server, render function to render the data from database to the server, script to call the function on page load.
94-
- [ ] build server side code:
95-
- [ ] Have an endpoint for requesting all the data, which queries the database and sends back the whole table (except for id)
96-
- [ ] Have an endpoint for requesting some data in the search box and sending back just the results
97-
- [ ] Have an endpoint which adds data to the table and refreshes the render.
93+
- [x] JS scripts: Request function to make requests to the server, render function to render the data from database to the server, script to call the function on page load.
94+
- [x] build server side code:
95+
- [x] Have an endpoint for requesting all the data, which queries the database and sends back the whole table (except for id)
96+
- [x] Have an endpoint for requesting some data in the search box and sending back just the results
97+
- [x] Have an endpoint which adds data to the table and refreshes the render.
9898
- [ ] Get testing:
99-
- [ ] Write tests for endpoints that already existing
99+
- [x] Write tests for endpoints that already existing
100100
- [ ] Write the new endpoints tdd
101101
- [x] Write the render function tdd
102102
- [ ] Write the request function tdd

0 commit comments

Comments
 (0)