Content
View differences
Updated by Tobias Dillmann 27 days ago
> * we automatically set a name when a user creates a sprint bucket "Sprint 1"
>
> * user can overwrite the name
>
> * for each new bucket we count +1 based on the latest sprint bucket, copying the text part of the sprint name used for the latest sprint, e.g. the one edited by the user
>
> * if user removed the digits in all sprint names in planning, we stop counting
>
<br>
Be mindful of users entering dates or other numbers that are not meant for counting the Sprint into the name. Do not detect these as a sequence.
Additionally, make this feature usable by offering a `+ Sprint` button that opens the creation modal. If needed, hide this button behind a feature flag and point the form to a new controller so that it is hidden from regular users as long as the feature is not yet ready.
<br>
>
> * user can overwrite the name
>
> * for each new bucket we count +1 based on the latest sprint bucket, copying the text part of the sprint name used for the latest sprint, e.g. the one edited by the user
>
> * if user removed the digits in all sprint names in planning, we stop counting
>
<br>
Be mindful of users entering dates or other numbers that are not meant for counting the Sprint into the name. Do not detect these as a sequence.
Additionally, make this feature usable by offering a `+ Sprint` button that opens the creation modal. If needed, hide this button behind a feature flag and point the form to a new controller so that it is hidden from regular users as long as the feature is not yet ready.
<br>