Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add subtitle field to column titles #4280

Open
SelinaBuff opened this issue Jul 2, 2024 Discussed in #4276 · 1 comment
Open

Add subtitle field to column titles #4280

SelinaBuff opened this issue Jul 2, 2024 Discussed in #4276 · 1 comment
Assignees

Comments

@SelinaBuff
Copy link
Collaborator

SelinaBuff commented Jul 2, 2024

### 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:

  • 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.
@BenedictHomuth
Copy link
Contributor

The backend part is implemented in #4331!

@SelinaBuff SelinaBuff moved this from Todo to In Progress in scrumlr.io Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants