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 Character Limit in Activity Title and Description. #1938

Open
ashishkumar-webkul opened this issue Jan 7, 2025 · 0 comments
Open

Add Character Limit in Activity Title and Description. #1938

ashishkumar-webkul opened this issue Jan 7, 2025 · 0 comments
Labels

Comments

@ashishkumar-webkul
Copy link
Collaborator

Title:

Add Character Limit for Activity Title and Description

Description:

Currently, there is no defined character limit for the Activity Title and Activity Description fields, allowing excessively long entries. This can lead to UI issues and performance degradation. To maintain consistency and usability, a character limit should be introduced for both fields.

Feature Request:

  • Activity Title: Limit to 100 characters.
  • Activity Description: Limit to 500 characters.

Steps to Implement:

  1. Update the input validation logic to enforce character limits in the Activity Title and Activity Description fields in leads, person etc.
  2. Display a clear validation error message if the character limit is exceeded, e.g., "Title cannot exceed 100 characters" or "Description cannot exceed 500 characters."
  3. Add a character counter below each field to guide the user while typing.
  4. Test the functionality to ensure the limits are applied during both creation and editing of activities.

Expected Result:

  • Users should be restricted from entering more than 100 characters in the Activity Title and 500 characters in the Activity Description fields.
  • Validation error messages should be displayed when limits are exceeded.
  • Character counters should update dynamically as users type.

Priority:

Medium

Attachments:

UI.issue.in.activity.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant