Skip to content

Feat/implement users module - #69

Open
Morphling-clutcher wants to merge 3 commits into
masterfrom
feat/implement-users-module
Open

Feat/implement users module#69
Morphling-clutcher wants to merge 3 commits into
masterfrom
feat/implement-users-module

Conversation

@Morphling-clutcher

Copy link
Copy Markdown
Contributor

This PR builds directly upon our new modular architecture by fully implementing the Users Feature Module (src/users/). It establishes the database schema via TypeORM, secures data entry using class-validators, handles password hashing, and exposes full CRUD REST endpoints following NestJS best practices.

…ayout to the standard NestJS modular pattern. Instead of bundling all entities or DTOs into global folders, each feature module now owns its respective files. This keeps related code highly cohesive, eliminates cluttered imports, and ensures the project is scalable moving forward.
…pointment ecosystem—Thesis Title and Meeting Link—while completely replacing the legacy table-based layout on the Faculty Dashboard with a modern, dynamic card layout and an interactive detail modal.
…plementing the Users Feature Module (src/users/). It establishes the database schema via TypeORM, secures data entry using class-validators, handles password hashing, and exposes full CRUD REST endpoints following NestJS best practices.
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.

1 participant