You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -86,17 +86,17 @@ tags varchar(200)
86
86
## To do list
87
87
88
88
-[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:
92
92
-[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.
98
98
-[ ] Get testing:
99
-
-[] Write tests for endpoints that already existing
99
+
-[x] Write tests for endpoints that already existing
0 commit comments