FEATURE: Recipe of The Week #24

Closed
opened 2025-07-16 19:40:33 -07:00 by azpect · 1 comment
Owner

User Story: As a user, I would like to see a display on the home page with a recipe selected as the recipe of the week. This is not terribly important, but a cool feature nonetheless.

Dev Notes

Not sure on the implementation, but I think my tech spec notes have some details:

  • Recipe of The Week
    • Fetch the most performing recipe of the last 7 days and all of the required meta data
      • Most views (W: 0.1)
      • Most makes (W: 0.5)
      • Most likes (W: 0.3)
      • Most reviews (W: 0.4)
      • Highest avg rating (W: 0.2/star, 0.0 - 1.0)
    • Direct a user to the recipes display page
    • Telemetry data to collect clicks for each recipe

I think this should be calculated every week, maybe midnight on Sunday with data from the preivous week, to display for the next week. Just not sure how to schedule jobs...

**User Story:** As a user, I would like to see a display on the home page with a recipe selected as the *recipe of the week.* This is not terribly important, but a cool feature nonetheless. ##### Dev Notes Not sure on the implementation, but I think my tech spec notes have some details: - [ ] Recipe of The Week - [ ] Fetch the most performing recipe of the last 7 days and all of the required meta data - [ ] Most views (W: 0.1) - [ ] Most makes (W: 0.5) - [ ] Most likes (W: 0.3) - [ ] Most reviews (W: 0.4) - [ ] Highest avg rating (W: 0.2/star, 0.0 - 1.0) - [ ] Direct a user to the recipes display page - [ ] Telemetry data to collect clicks for each recipe I think this should be calculated every week, maybe midnight on Sunday with data from the preivous week, to display for the next week. Just not sure how to schedule jobs...
Author
Owner

This feature was completed in #35 and updated in #36. The review data is not used, and should be updated when reviews are release, but for now, this issue will be closed.

This feature was completed in #35 and updated in #36. The review data is not used, and should be updated when reviews are release, but for now, this issue will be closed.
Sign in to join this conversation.
No description provided.