Nikolaj Baer
Nikolaj Baer
@martinpsz Thanks for checking in! You are pretty much spot on in terms of the updates. My biggest thing was adding redux to get centralized state management. I was more...
@CarlGraff why not try doing the loans for user and items for user. You can reference the ProfileViewSet in `lending/authenticated_views.py`, but return `Loan.objects.filter(item__owner__user=request.user)`. Submit a PR and I will review...
> @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...
@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...
So i started this a little bit (see "worldcat' folder), but it looks like we need to get an API Key to access the API, which is something we probably...
@BolunThompson not yet, but i think the next step is to get a working demo in front of Jeff so we can refine the requirements. Do you have a link...
One thing that would help is creating a set of wireframes. In November I am planning on presenting at the UX Speakeasy in Carlsbad. They are having a Design for...
What is the result if you run: `docker-compose build` Does that successfully build an image? Edit: I did a bit more googling, and it appears that the error is caused...
Ok, I was able to get the same error if i started deleting images from my local docker. I am not entirely clear on the issue, but i will see...
For submitting projects outside of guidelines, we could have this be part of an ongoing validation of all projects listed (maybe weekly) that could then be used to alert project...