glvno/oslo-kokeboka

Build recipe review process on /admin Page

Opened this issue · 0 comments

We should query the db for all recipes that haven't been reviewed.

Recipes should be displayed in cards.

Each recipe card should have a Deny, Edit, and Approve button attached to it.

Deny => flip reviewed: true, and blocked: true
Edit => Should convert the recipe card into a form input similar to the user facing one. On submission of edits, update reviewed: true.
Approve => flip reviewed: true

Approval or denial should remove the card from view.