Basic templates for frontend (no JS apart from delete confirmation) using encore and SASS
-materilizecss
-imported and updated some bootstrap helpers
-creating css layout corresponding to wireframes
functional CRUD for the tricks (no auth or security).
Using slug for SEO but also adding the ID tu URL and basing the request off of the ID. That way if the page title gets updated (and the slug), the old page will redirect to the updated page thanks to the ID.
fixtures generated with faker for testing
Also added a markdown filter to the trick description but escaping HTML for security. might need a bit more refinement but works ok for now.
Basic templates for frontend (no JS apart from delete confirmation) using encore and SASS -materilizecss -imported and updated some bootstrap helpers -creating css layout corresponding to wireframes
functional CRUD for the tricks (no auth or security). Using slug for SEO but also adding the ID tu URL and basing the request off of the ID. That way if the page title gets updated (and the slug), the old page will redirect to the updated page thanks to the ID. fixtures generated with faker for testing
Also added a markdown filter to the trick description but escaping HTML for security. might need a bit more refinement but works ok for now.