Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4pts] Create Public Recipes Page #7

Closed
3 tasks
IndieCoderMM opened this issue Apr 24, 2023 · 0 comments
Closed
3 tasks

[4pts] Create Public Recipes Page #7

IndieCoderMM opened this issue Apr 24, 2023 · 0 comments
Assignees

Comments

@IndieCoderMM
Copy link
Collaborator

Requirements

  • Public recipe list:
    • Should display a list of all public recipes ordered by the newest as in the wireframe.
    • Should lead to recipe details.

Tasks

  • Define the #index action in PublicRecipesController
  • Select all recipes with public: true from the database
  • Create a view to display the public recipes

Wireframe

public_recipe_index

@IndieCoderMM IndieCoderMM changed the title Create Public Recipes Page [4pts] Create Public Recipes Page Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants