* add location to classified_listings create rails migration and ran rake db:migrate * add faker city to seed * add location to index json * add location as searchable attribute in algolia * add form text field for adding location to new listing * add location to dashboard json * add location field for editing listings * add location to listing_params in controller * add location to single listing view * add location to listing row in dashboard * add location to dashboard test * adjust listing dashboard row spacing * reduce character limit * reduce lines of conditional html elements * compress listing card const * fix form call for location in edit page * update snapshot in dashboard * add location length validation in listing model * shorten limit and update location in edit page |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| dashboard | ||
| elements | ||
| listingDashboard.jsx | ||
| listingForm.jsx | ||
| listings.jsx | ||
| singleListing.jsx | ||