Actions
roos-fs tasks #269
openService table description truncation
Start date:
08/06/2025
Due date:
% Done:
0%
Estimated time:
3:00 h
Description
Currently, the Service Description field in the services list table has no effective length constraint, resulting in extremely long entries that break the layout and hurt readability.


Required Implementation
- Apply a frontend restriction on the visible portion of the service description in the table.
- If the description exceeds 35 words, it should be truncated in the table view with an ellipsis (…)
- The full description must still be fully visible in the service details page
Expected Result:
In the services list table:
- Only the first 35 words of a long description are shown.
- If the description exceeds 35 words, it should be truncated in the table view with an ellipsis (…)
- The layout remains clean and consistent.
- Exisitng table columns sizing feature ramains intackt.
On the service detail page:
- The full description is shown without truncation.
- All existing services with long descriptions are automatically affected — no manual data cleanup required.
- Localization and formatting inside the description must remain intact (e.g., bullet points, line breaks if used).
Files
Actions