FEAT: Implemented Recipe of the Week #35

Merged
azpect merged 6 commits from dev into master 2025-07-26 23:07:00 -07:00
Owner

Both the frontend and backend are implemented now! Still need to set up the scheduling, but for now, its working!

A few more nil pointer dereferences came up, but one was fixed. In the get tags method, it was getting nil recipes passed and failing. This might be happening in more places, but for now I fixed two of them.

Both the frontend and backend are implemented now! Still need to set up the scheduling, but for now, its working! A few more nil pointer dereferences came up, but one was fixed. In the get tags method, it was getting nil recipes passed and failing. This might be happening in more places, but for now I fixed two of them.
azpect self-assigned this 2025-07-26 23:06:02 -07:00
azpect added 5 commits 2025-07-26 23:06:03 -07:00
Created a table and a stored procedure to generate the values in the
table! This is my first implementation of an SP, which is very cool!
Still having the stupid ass nil dereferences, I think I might need to
migrate to using success returns instead of pointers. Because they're
fucked. And even more so now.
The recipe get tags method was failing when a nil recipe is provided.
Not sure when that would happen, but without fixing it, we can just
return nil when a blank recipe is returned.
azpect added 1 commit 2025-07-26 23:06:51 -07:00
azpect merged commit fd0fb2d98a into master 2025-07-26 23:07:00 -07:00
Sign in to join this conversation.
No description provided.