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
Currently, our users can only enter a title for each column. To improve user experience, we should extend the functionality to include an additional field (below the title) for a short description/subtitle.
Acceptance Criteria:
Users can successfully enter, save, and display a subtitle for each column.
Changes to the subtitle can be made at any time (procedure: same as for the title).
The layout remains clear and user-friendly.
If necessary, a maximum character limit must be set, or the text should be truncated with (...) -> The full text will then be displayed using a tooltip.
Requirements:
Design Requirements:
Integrate a field for the subtitle below the existing title field.
Both fields (title and subtitle) must be clearly labeled to avoid confusion.
Responsive design.
Support for both dark and light modes.
Database Adjustments:
Modify the database schema to enable storing subtitles.
Ensure that existing data migration is performed without data loss.
The text was updated successfully, but these errors were encountered:
### Discussed in #4276
Description:**
Currently, our users can only enter a title for each column. To improve user experience, we should extend the functionality to include an additional field (below the title) for a short description/subtitle.
Acceptance Criteria:
Requirements:
Design Requirements:
Database Adjustments:
The text was updated successfully, but these errors were encountered: