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

Change use Symfony\Component\Validator\Constraints as Assert; #29049

Open
3 of 6 tasks
ghost opened this issue Jul 12, 2022 · 1 comment
Open
3 of 6 tasks

Change use Symfony\Component\Validator\Constraints as Assert; #29049

ghost opened this issue Jul 12, 2022 · 1 comment
Labels
CO Category: Core Developer Feature Developer-oriented feature Feature Type: New Feature Needs Specs Status: issue needs to be specified Waiting for dev Status: action required, waiting for tech feedback

Comments

@ghost
Copy link

ghost commented Jul 12, 2022

Prerequisites

Is your feature request related to a problem?

Capture d’écran de 2022-07-12 13-31-33

Describe the solution you'd like

Change

use Symfony\Component\Validator\Constraints as Assert;
By

use Symfony\Component\Validator\Constraints\Length;
use Symfony\Component\Validator\Constraints\NotBlank;
use Symfony\Component\Validator\Constraints\Regex;  

For example

Alternatives you've considered

No response

Additional context

No response

Do you plan to work on this feature?

  • I'm willing to contribute a formal specification.
  • I'm willing to provide any wireframes or design assets required for this feature.
  • I'm willing to submit a Pull Request that implements this feature.
  • I'm willing to help verify that the implemented feature works as intended and produces no unintended side effects.
@ghost ghost added Feature Type: New Feature New New issue not yet processed by QA labels Jul 12, 2022
@hibatallahAouadni
Copy link
Contributor

hibatallahAouadni commented Jul 12, 2022

Hello @okom3pom

Thank you for your suggestion. The Maintainer Team will take it into consideration for future developments.
Please be aware that there is no guarantee that this feature will be developed anytime soon.
So, we're waiting for your PR 🚀

Thank you

@hibatallahAouadni hibatallahAouadni added CO Category: Core Needs Specs Status: issue needs to be specified Developer Feature Developer-oriented feature Waiting for dev Status: action required, waiting for tech feedback and removed New New issue not yet processed by QA labels Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CO Category: Core Developer Feature Developer-oriented feature Feature Type: New Feature Needs Specs Status: issue needs to be specified Waiting for dev Status: action required, waiting for tech feedback
Projects
None yet
Development

No branches or pull requests

1 participant