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

Implement Title Request API View for Front-End and wire into frontend #57

Open
nikolajbaer opened this issue Aug 20, 2019 · 0 comments
Open
Assignees

Comments

@nikolajbaer
Copy link
Member

When a user sees a title they would like to borrow, they click the "Request" Title button. This needs to result in a new TitleRequest object being created on the backend through the request-title api endpoint.

This API endpoint is currently stubbed out but needs to be implemented, as well as a corresponding backend Call in the react.js frontend. This should all be plugged into the button click on that page with the relevant Title's Id (user auth will be managed).

Possible error states should also be considered, such as Title no longer being valid or user being disabled / not allowed to borrow. A simple Alert or error message would suffice.

@nikolajbaer nikolajbaer self-assigned this Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant