-
Notifications
You must be signed in to change notification settings - Fork 12
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
Generate API Views for front-end #2
Comments
I can help with this - just need to coordinate with others on which API views (queries) I will do. |
@CarlGraff why not try doing the loans for user and items for user. You can reference the ProfileViewSet in Submit a PR and I will review / comment on your Django code. Also make sure to build a test in the |
@nikolajbaer I would be able to help with this, which ones should I do? |
Great! Try doing some of the "get" ones first, e.g. the "title request", "loans", and "items" for user |
I'm looking at the code and is it just as simple to create "loans for user" by copying ProfileViewSet but then replacing return from ProfileViewSet with " |
@BolunThompson, looking back, I might have done some of these get views already: https://github.com/opensandiego/p2p-lending/blob/master/p2plending/lending/authenticated_views.py It looks like the user's title request view is not done yet, so that might be a good one to start (i think that is stubbed out at the bottom). If you can make it this coming Tuesday evening (8/20), I would be happy to work with you on that. Otherwise hit me up on slack! |
Okay, I can come next Tuesday. |
Title Listing
Title Detail
TitleRequest Detail
TitleRequests for User
Cancel Title Request
Loans for User
Items for User
User Details
Login
The text was updated successfully, but these errors were encountered: