Commit Graph

12 Commits

Author SHA1 Message Date
a9cb1b6704 SP-1830: add company name to invite user entity (#468) 2025-07-10 15:41:46 +03:00
5381a949bc task: delete used & its relations (#437) 2025-06-25 15:32:46 +03:00
e9a3cd14a8 fixed entity relation, removed circular dependency 2025-02-10 20:36:29 +04:00
78617dde83 Remove invitationCode from unique constraint and update invite user logic 2025-01-11 01:39:52 -06:00
145ef32629 Update InviteUserEntity to ensure unique combination of email, invitationCode, and project 2025-01-10 06:14:34 -06:00
a7615975b0 Remove DISABLED status and add isEnabled field 2025-01-04 18:57:19 -06:00
93d05162fa Remove isEnabled column from InviteUserEntity 2025-01-04 04:19:19 -06:00
77d2e18b36 Make jobTitle and phoneNumber optional in InviteUserEntity and DTO 2024-12-25 19:58:37 -06:00
39fd6e9dd9 Add project relationship to InviteUserEntity and invitedUsers to ProjectEntity 2024-12-23 00:01:11 -06:00
c27aca1196 Fix inconsistent casing in Invite-user module paths 2024-12-17 02:13:34 -06:00
6f3891a68e Add invitedBy field to InviteUserDto and InviteUserEntity 2024-12-16 19:56:37 -06:00
57397e653a Add Invite User Module and Update User and Space Entities
This commit introduces a new module for handling user invitations, including DTOs, entities, and repositories. It also updates the User and Space entities to include relationships with the new Invite User entities.
2024-12-16 00:17:50 -06:00