You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
This works, but if you are sharing with others, and potentially share multiple tasks, it makes it easier to understand what is what by having the task title slug be part of the url:
We should probably add a slug column to the database, to guard against breaking links when renaming tasks (#37). Another solution would be to add another table to keep track of historical task names, and support redirecting from old names to new names, as long as no task takes the name historically used by another task.
Task URLs can be shared using:
This works, but if you are sharing with others, and potentially share multiple tasks, it makes it easier to understand what is what by having the task title slug be part of the url:
The text was updated successfully, but these errors were encountered: