-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Milestone
Description
Currently, several console commands in Quantum Framework — particularly those that create, update, or delete users or posts — do not perform any input validation. This can lead to invalid or inconsistent data being processed.
Proposed Improvement:
Implement proper validation for all inputs in console commands.
Ensure that commands that create, update, or delete users or posts check required fields, formats, and constraints before performing any actions.
Consider reusing existing validation logic from controllers/middlewares to maintain consistency.
Expected Outcome:
Invalid input should be rejected with clear error messages.
Only valid and properly formatted data is processed by the commands.
andrey-smaelov
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers