-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
29 lines (24 loc) · 895 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
JEPP TODOS:
tweaks:
✔ swap columns on homepage @done(23-06-28 23:04)
✔ add "info" card above example on homepage @done(23-06-28 23:03)
features:
pagination:
tried to implement this with some randome gin middleware and it didn't work
☐ add pagination to list endpoints
search:
☐ add search to list endpoints
metrics:
☐ get some basic metrics exported
☐ requests per route
rate-limiting:
✔ add rate limiting to api @done(23-06-28 23:03)
- maybe not needed, rate limiting done via cloudflare
chores:
☐ add test coverage
✔ godoc comments / release package @done(23-06-28 23:03)
- added github action to dump sql and attach to release
☐ give endpoint descriptions a once over
☐ add codecov
☐ document deploy pipeline
☐ update postman collection and add to repo