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

[#12679]Name for copied session should not be whitespace #13072

Closed

Conversation

ArunErram
Copy link

Fixes #12679

Outline of Solution

Implemented validation for newFeedbackSessionName input field in the CopySessionModalComponent.ts file. The validation prevents an empty string/ whitespaces from being submitted, ensuring data integrity.

The below is the screenshot of the Expected behaviour(result) for these issue.
That Whitespace should not be allowed for the copied session's name. Input validation should not allow whitespaces.

image

Copy link

Hi @ArunErram, thank you for your interest in contributing to TEAMMATES!
However, your PR does not appear to follow our contribution guidelines:

  • Title must start with the issue number the PR is fixing in square brackets, e.g. [#<issue-number>]

Please address the above before we proceed to review your PR.

@ziqing26
Copy link
Contributor

ziqing26 commented Apr 21, 2024

Hi @ArunErram , thanks for the PR, please (1) change the PR title to follow the guideline (2) fix the lint in the failing checks. (Click into the github action below Component Tests /lint for more details).

@domlimm domlimm self-requested a review April 21, 2024 07:40
@ArunErram ArunErram changed the title 12679[Name for copied session should not be whitespace] [#12679]Name for copied session should not be whitespace Apr 21, 2024
@ArunErram
Copy link
Author

Sure I'll look into it

@ArunErram ArunErram closed this Apr 27, 2024
@ArunErram ArunErram deleted the 12679(CopysessionFedback) branch April 27, 2024 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Copying feedback session: Name for copied session should not be whitespace
2 participants