utdal / profiles

A simple CRUD/search profile system for research profiles, providing user-editable information and basic pages to aesthetically promote and highlight researcher activities and achievements.
MIT License
6 stars 0 forks source link

Adds tag edit feature to tags index #147

Closed betsyecastro closed 2 weeks ago

betsyecastro commented 3 months ago

Adds the option to edit a tag name while validating its uniqueness by type.

The edit and update URLs use the ID instead of the slug to ensure to retrieve the correct record. Searching by slug could potentially return an incorrect record in case there are existing tags with the same name. The Tag route binding was commented out in the RouteServiceProvider file, for future consideration.