adamdoty / homebaker

A baked-goods, birthday-treat, tracking app I made for my wife.
3 stars 0 forks source link

Baker User Approval/Rejection of Treat Requests #45

Open adamdoty opened 1 year ago

adamdoty commented 1 year ago

1. treat request approval view 2. effect of being approved = treat.is_recipient_request boolean is set to False 3. effect of being rejected = treat is deleted

  1. update treat detail w/ {% if treat.is_recipient_request %}
adamdoty commented 1 year ago

I updated the treat list view so that any treats requests that have been approved (but have not been baked), do not show up in the treat list view, but they are still accessible via link on the coupon.