Commit Graph

21 Commits

Author SHA1 Message Date
pradeepkumar
3b1a7b999e feat: Implement real-time messaging module with REST API endpoints and WebSocket gateway. 2026-02-08 22:44:16 +05:30
pradeepkumar
750cb55764 feat: Implement two-factor authentication (2FA) with dedicated endpoints for setup, enabling, disabling, verification, and backup code management. 2026-02-06 09:30:12 +05:30
pradeepkumar
93070474f1 feat: implement connection request management including schema, API endpoints, and business logic for users and agents. 2026-02-02 09:59:25 +05:30
pradeepkumar
497a1a4ba6 feat: Add isAvailable field to AgentProfile model and DTO for managing agent availability status. 2026-02-02 00:34:35 +05:30
pradeepkumar
4421a8fcbf feat: Update Prisma seed script to populate missing options, validation, and UI config for existing profile fields. 2026-02-01 23:20:26 +05:30
pradeepkumar
eece0f7401 feat: Implement agent verification system with a new status enum, admin update functionality, and document retrieval. 2026-01-28 13:48:14 +05:30
pradeepkumar
9c7e21e1ad fix 2026-01-24 22:31:12 +05:30
pradeepkumar
4397075715 fix 2026-01-24 22:19:26 +05:30
pradeepkumar
3b76a5aa50 fix 2026-01-24 21:39:14 +05:30
pradeepkumar
06dc78d57e fix 2026-01-24 21:36:39 +05:30
pradeepkumar
8dc8a961ab feat: Add 'Expertise' profile section to seed data, extend JWT token expiration times, and allow agents to retrieve profile sections by type. 2026-01-24 20:36:21 +05:30
pradeepkumar
7d7eb1ac31 feat: Introduce new profile sections and fields with detailed configurations and validation rules. 2026-01-24 15:32:54 +05:30
pradeepkumar
43b422a81e feat: Introduce default profile sections and fields, updating schema with isSystem and isSearchableOnly properties. 2026-01-24 12:49:25 +05:30
pradeepkumar
710803a3ec fix 2026-01-24 03:33:54 +05:30
pradeepkumar
3df8ea067a feat: Introduce agent types module, replacing categories and verification modules, and updating agent-related DTOs, services, and Prisma schema. 2026-01-20 12:16:01 +05:30
pradeepkumar
c72be7d2ac agent and category Dto creation 2026-01-11 20:59:12 +05:30
pradeepkumar
4adab3b064 revert 2025-12-24 07:04:07 +05:30
pradeepkumar
e5fe561901 feat: configure database URL using environment variable 2025-12-24 07:00:16 +05:30
pradeepkumar
099622dc88 feat: add Twitter social login support by updating the auth service and user schema. 2025-12-22 16:49:37 +05:30
pradeepkumar
1812fd3c98 feat: Implement Prisma PG adapter, refactor user and agent profiles in schema, and add database seeding. 2025-12-19 01:15:19 +05:30
pradeepkumar
7990846711 feat: Initialize NestJS backend project with Prisma, core modules, configuration, and common utilities. 2025-12-18 23:05:04 +05:30