Closed liorsicd closed 4 years ago
Generally it would have been better to separate the changes you've made to different PRs in order to allow for quicker and more focused reviews.
The code itself looks ok for now.
Please try to keep your PRs smaller in the future.
Friend feed feature
In our app, all friends need the option to see the founded furniture that answering their request. for that, I build a new feature, FriendFeed, that show the data to the friend.
changes in the friend request
After the first draft, we learned (together with @nadavshoshan) that Django can generate the HTML form from the related model. It's also very helpful when we want to set limits options in the form (Enum).
So after the change now our request form is generated by Django and sends to the HTML file as an object.
another mission that relevant for both features - editing URLs
solve #17 replace #18 and #24