grhrdjrdn / BOOK_IS_A_BOOK

0 stars 0 forks source link

Booking Request Logic #14

Open grhrdjrdn opened 1 week ago

grhrdjrdn commented 5 days ago
grhrdjrdn commented 3 days ago

NOTES:

Book Show -> Button to make a request Dashboard Page –> All Requests with Status Status should be an Enum (Pending, Approved, Denied)

Approved –> – creates a new History Instance – set all other current requests on this book to deny – after ajax -> remove book from list and add to list of all books I once owned

– List all ingoing requests regardless of if I currently own the book or not

– List all books I once owned + date of swap

– Show history on book show page