feat: dynamic quote in home dashboard
Author: ixahmedxiCreated Sep 6, 2024Updated Sep 6, 2024
With the re-write that happened, some stuff was lost and needs to come back to the main branch. One of these is the dynamic quote of the day that used to show up under the greeting in the main dashboard.
Implementation of this should just be taken from here: https://github.com/noodle-run/noodle/blob/0591a7bd46459195838fb34f5a41ca737e72cb0a/src/app/(dashboard)/app/page.tsx
Things to consider:
- We probably only want to fetch a quote for each user once per day, caching the response the first time and just reading it from something like redis.
Source: noodle-run/noodle