ch-greams / recipe-book-app

1 stars 0 forks source link

Improve URLs for food items #195

Open ch-greams opened 1 year ago

ch-greams commented 1 year ago

Description

The current version of URLs is a bit unreadable and can get a bit too long in the future. To improve this makes sense to use a somewhat standard solution:

Current URL: http://localhost:3000/food/360619 Future URL: http://localhost:3000/food/7q97/weis-italian-sausage-hot where last part (weis-italian-sausage-hot) is not used in item identification

Action Plan