5 ms·
It'd be nice to have the recipe title in the URL. For example, if [1] was something like [2] (or something) it'd be helpful when looking at the URL for a recipe
by RadioactiveMan 11y ago
It'd be nice to have the recipe title in the URL. For example, if [1] was something like [2] (or something) it'd be helpful when looking at the URL for a recipe.
[1] http://imadefood.com/recipe/NkgHYiLPl http://imadefood.com/recipe/NkgHYiLPl
[2] http://imadefood.com/recipe/NkgHYiLPl/herbs-and-gin http://imadefood.com/recipe/NkgHYiLPl/herbs-and-gin
- overcast 11y agoAgreed, it's in the roadmap! Initially I wanted to make the URL's as short as possible , for sharing purposes, but I can see this would be much more beneficial. Thanks for your feedback :)
- JadeNB 11y agoWouldn't it be possible to have http://imadefood.com/recipe/NkgHYiLPl/herbs-and-gin http://imadefood.com/recipe/NkgHYiLPl/herbs-and-gin redirect to http://imadefood.com/recipe/NkgHYiLPl http://imadefood.com/recipe/NkgHYiLPl, or vice versa, thus allowing short links when they are desired and informative links when they are desired?
- overcast 11y agoMuch simpler than that, simply regex the route to ignore past the recipe ID. Everything after is just descriptive text. This allows both as you suggested. I'm adding this tonight along with some other updates.