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

Types and data validation #20

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Types and data validation #20

wants to merge 7 commits into from

Conversation

zakhildev
Copy link
Collaborator

@zakhildev zakhildev commented Mar 5, 2025

  • Adds new package @types/woof, which provides types for backend and frontend such as responses and DTOs. It can be installed in frontend and backend using command npm -w [workspace] install ./packages/types. The command must be run in the monorepo root dir due to relative paths.

  • Adds data validation for backend using class-validator and Nest.js validation pipe.

@zakhildev zakhildev added enhancement New feature or request backend labels Mar 5, 2025
@zakhildev zakhildev requested a review from Aleks334 March 5, 2025 09:26
@zakhildev zakhildev self-assigned this Mar 5, 2025
@zakhildev zakhildev marked this pull request as draft March 5, 2025 09:26
@zakhildev zakhildev marked this pull request as ready for review March 6, 2025 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant