I am getting close to a full month of daily updates. This means I have 30 logbooks entries. This means that I will soon need to refine how this blog queries them. In other words I need to provide pagination and search capabilities. For the moment my plan is to leverage WordPress integration with GraphQL.
I added few unit test for access token caching mechanism. I found few errors on the way. I am slowly getting ready to set up the server.
[x] I can setup and tear down database with a script
[x] I have two working endpoints
[x] I have a simple middleware for access tokens and rate limiter
[x] I have decent logging
There are still few things I would like to setup to make the system operational e.g. several integration tests, 3rd party logging system. However I think these things can wait for when the server is running.