tomloprod / time-warden

TimeWarden is a lightweight PHP library that enables you to monitor the processing time of tasks (useful during the development stage) and allows you to set maximum execution times to tasks, empowering reactive actions when tasks exceed their estimate duration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: replace last group if it's empty when creating a new group.

tomloprod opened this issue · comments

When creating a new group and the last created group has no tasks, we should replace the name of that group instead of creating a new one.

Currently, something similar is done when creating new tasks.