Open taylormusolf opened 1 year ago
Feature List.
DATABASE SCHEMA - fixed
SAMPLE STATE - fixed
BACKEND ROUTES
If you were planning on getting the user's favorites at the same time as getting other user info then it could be considered a superfluous route. But I do see that you have "user profile" as different from the "user favorite" pages so I think that can justify keeping a dedicated GET route for favorites.
It is possible to get all of them and then filter them on the front end, but it is technically inefficient. It would be better to have the backend take care of the filtering.
Wiki Home Page
Comments
Feature List
Comments
Need a feature that is full CRUD. I heard you say that you wanted to only deactivate listings and not delete them, but we want to see delete there as well.
Database Schema
back_ticked
back_ticked
back_ticked
Comments
Sample State
```javascript...```
). This will display the state as a code block instead of a giant line of textentities
session
errors
(here or inui
)ui
(if needed)comments
inside ofposts
Comments
Backend Routes
snake_case
GET likes
api endpoint because that info comes through the post showComments
favorites
get route that information should be returned as part of theusers
get route, correct? Since you will be wanting to see all of the user's favorites on their show page?how are you getting back
listings
for sale vs for rent?Frontend Routes
camelCase
inline coding text
(backticks)Comments