I worked on updating the code for my blog today. A few days ago I had noticed that I was performing logic that should have been handled in a controller inside my routes file. 🤨
I took the time today to move that logic (related to posts) into my PostController. I reorganized and updated my routes file, as well as built an IP whitelist middleware (and integrated that into my routes).
Today also brought about a new feature! I made an anime list page which shows all* the anime I'm currently watching, completed, have on hold, dropped and plan to watch. The page to display this information is complete, but I still need to built out pages that can handle adding new entries, editing entries and deleting entries. I believe that I can knock those items out in an hour or two.
I also created the controller, model and migration for doing the same as the anime list, but with manga. I put up a placeholder page for the time being ☺️ I would love to have this built out by next weekend, but we'll see.
* While I say all, this list is probably 2-3 years old as I stopped tracking this information for a period. I do plan to update my list soon!
I took the time today to move that logic (related to posts) into my PostController. I reorganized and updated my routes file, as well as built an IP whitelist middleware (and integrated that into my routes).
Today also brought about a new feature! I made an anime list page which shows all* the anime I'm currently watching, completed, have on hold, dropped and plan to watch. The page to display this information is complete, but I still need to built out pages that can handle adding new entries, editing entries and deleting entries. I believe that I can knock those items out in an hour or two.
I also created the controller, model and migration for doing the same as the anime list, but with manga. I put up a placeholder page for the time being ☺️ I would love to have this built out by next weekend, but we'll see.
* While I say all, this list is probably 2-3 years old as I stopped tracking this information for a period. I do plan to update my list soon!