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

Feat/project management #825

Merged
merged 422 commits into from
Oct 19, 2024
Merged

Feat/project management #825

merged 422 commits into from
Oct 19, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 18, 2024

  1. feat: Added invite/team-members-list in routes

    Mayur committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f390b6f View commit details
    Browse the repository at this point in the history
  2. feat: Added onAcceptClick mutation function

    Mayur committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b652fec View commit details
    Browse the repository at this point in the history
  3. feat: Added Error message if tried to accept invitation which has bee…

    …n expired
    Mayur committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    937bac9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e33ed19 View commit details
    Browse the repository at this point in the history
  5. feat: Logs removed

    Mayur committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0319e70 View commit details
    Browse the repository at this point in the history
  6. feat: Added UserRoleEnum and moved the key from IApiKeyData in the IE…

    …nvironmentData itself
    Mayur committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0df1441 View commit details
    Browse the repository at this point in the history
  7. feat: Added getUserEnvironmentProjects

    Mayur committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b045587 View commit details
    Browse the repository at this point in the history
  8. feat: Moved key from IApiKey to the EnvironmentEntity itself at root …

    …and added role in the IApiKey
    Mayur committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9bec849 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    53e6ad9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eb0aa02 View commit details
    Browse the repository at this point in the history
  11. refactor: Renamed key to role

    Mayur committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    45e6755 View commit details
    Browse the repository at this point in the history
  12. feat: Added key in EnvironmentResponseDto

    Mayur committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4cb0da9 View commit details
    Browse the repository at this point in the history
  13. feat: Added key directly from environment

    Mayur committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6fac300 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b62ebf8 View commit details
    Browse the repository at this point in the history
  15. feat: Added role as string in IApiKeyData

    Mayur committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b0be4d2 View commit details
    Browse the repository at this point in the history
  16. feat: Removed setting of cookies

    Mayur committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    23e0dc7 View commit details
    Browse the repository at this point in the history
  17. feat: Called method getUserEnvironmentProjects

    Mayur committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    31e4535 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8ea4188 View commit details
    Browse the repository at this point in the history
  19. feat: Removed method call to getSignedToken

    Mayur committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d65a1de View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6d7baf8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4720739 View commit details
    Browse the repository at this point in the history
  22. feat: Added method call getInvitationData

    Mayur committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    72ca8cc View commit details
    Browse the repository at this point in the history
  23. feat: Getting userId from the environment

    Mayur committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b1c505b View commit details
    Browse the repository at this point in the history
  24. feat: Added TrashIcon (DeleteIcon)

    Mayur committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1054807 View commit details
    Browse the repository at this point in the history
  25. feat: Renamed enum members

    Mayur committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6c9c414 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5b38c16 View commit details
    Browse the repository at this point in the history
  27. feat: Added migration to shift the key from apiKey out of the array a…

    …nd add the role over there
    Mayur committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f18cdec View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4bebd64 View commit details
    Browse the repository at this point in the history
  29. feat: Optimized migration

    Mayur committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    67a74fa View commit details
    Browse the repository at this point in the history
  30. feat: Added key out of the apiKey

    Mayur committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d6d00f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. feat: Returning token

    Mayur committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    58af7e4 View commit details
    Browse the repository at this point in the history
  2. feat: Added static role as UserRolesEnum.ADMIN

    Mayur committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e35827d View commit details
    Browse the repository at this point in the history
  3. feat: Added enum UserRolesEnum

    Mayur committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b7158c1 View commit details
    Browse the repository at this point in the history
  4. feat: Removed log

    Mayur committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    20cb308 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbc0f97 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. feat: Moved code snippet in the environment repository and called tha…

    …t snippet here
    Mayur committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7d6267f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    738f3f9 View commit details
    Browse the repository at this point in the history
  3. feat: Added functionality to delete TeamMember

    Mayur committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    eec3eea View commit details
    Browse the repository at this point in the history
  4. feat: Added types for Team Members list table

    Mayur committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f277616 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9efa9ff View commit details
    Browse the repository at this point in the history
  6. feat: Added DeleteTeamMemberDto

    Mayur committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    785f97a View commit details
    Browse the repository at this point in the history
  7. feat: Added usecase DeleteTeamMember

    Mayur committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3a825c1 View commit details
    Browse the repository at this point in the history
  8. feat: Added new keys

    Mayur committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f14b45d View commit details
    Browse the repository at this point in the history
  9. feat: Added UserRolesEnum in case condition

    Mayur committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    812b859 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4d8b83b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7854e83 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e9a5d7f View commit details
    Browse the repository at this point in the history
  13. feat: Added UpdateTeamMemberRoleDto

    Mayur committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9a5206c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6e1cb45 View commit details
    Browse the repository at this point in the history
  15. feat: Added role

    Mayur committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    fe3df51 View commit details
    Browse the repository at this point in the history
  16. feat: Added role

    Mayur committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7f5448a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a7a7b82 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    90a3a86 View commit details
    Browse the repository at this point in the history
  19. feat: environment key migration added

    Mayur committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0e9cbdf View commit details
    Browse the repository at this point in the history
  20. feat: Shown data dynamically

    Mayur committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    cb8b8eb View commit details
    Browse the repository at this point in the history
  21. feat: Added usecase UpdateTeamMemberRole

    Mayur committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8ed06c1 View commit details
    Browse the repository at this point in the history
  22. feat: team members related api keys renamed

    Mayur committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    87c3d72 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c7ebcc8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ab01589 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    277744b View commit details
    Browse the repository at this point in the history
  26. feat: Added custom hook useListTeamMembers and added mutation functio…

    …ns updateRole and deleteMember
    Mayur committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    db91cbf View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    fb0159a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6540cde View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. feat: Renamed icon

    Mayur committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    ee35d7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eca93ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de1b714 View commit details
    Browse the repository at this point in the history
  4. feat: Added DeleteInvitation usecase

    Mayur committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    56c8b4a View commit details
    Browse the repository at this point in the history
  5. refactor: Added invitation link

    Mayur committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    28f18a9 View commit details
    Browse the repository at this point in the history
  6. feat: File renamed

    Mayur committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    148049b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af7704d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    487c511 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dba2107 View commit details
    Browse the repository at this point in the history
  10. feat: Added sent invitation count on Badges

    Mayur committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    95d5672 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    98ccf13 View commit details
    Browse the repository at this point in the history
  12. feat: Added APi_KEYS CANCEL_INVITATION

    Mayur committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    f04b908 View commit details
    Browse the repository at this point in the history
  13. feat: Added Role in Subject

    Mayur committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    14e405e View commit details
    Browse the repository at this point in the history
  14. feat: Added mutation function helpers handleCopyInvitation and handle…

    …CancelInvitation
    Mayur committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    c922a13 View commit details
    Browse the repository at this point in the history
  15. feat: Added api keys CANCEL_INVITATION

    Mayur committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    f9d2890 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7130afa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6072157 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    ac19a5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9871af View commit details
    Browse the repository at this point in the history
  3. feat: Exported members

    Mayur committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8f71095 View commit details
    Browse the repository at this point in the history
  4. feat: File renamed to TeamMembers

    Mayur committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f00f9f9 View commit details
    Browse the repository at this point in the history
  5. feat: File renamed to TeamMembers

    Mayur committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fb9d6c8 View commit details
    Browse the repository at this point in the history
  6. feat: Changed import from ./Members to ./TeamMembers and used the sam…

    …e renamed component
    Mayur committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    52ff234 View commit details
    Browse the repository at this point in the history
  7. feat: Added profilePicture

    Mayur committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b42f4f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    536c427 View commit details
    Browse the repository at this point in the history
  9. feat: Extracted profilePicture with respect to use while populating u…

    …serId in Environment
    Mayur committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cbc207d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    094f3ab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    785891f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    90ceb2c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cca1c1f View commit details
    Browse the repository at this point in the history
  14. refactor: Removed Subjects and Actions

    Mayur committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1c5754d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    20269d0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9e1d224 View commit details
    Browse the repository at this point in the history
  17. feat: Imported AppAbility from config

    Mayur committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c24fcca View commit details
    Browse the repository at this point in the history
  18. feat: Added AppAbility from config

    Mayur committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f970f02 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    5fbc413 View commit details
    Browse the repository at this point in the history
  2. feat: Added INVIATAION in SCREENS enum

    Mayur committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2d65899 View commit details
    Browse the repository at this point in the history
  3. feat: Refactored Auth

    Mayur committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f752a51 View commit details
    Browse the repository at this point in the history
  4. feat: Added property invitationId

    Mayur committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    aa9e68f View commit details
    Browse the repository at this point in the history
  5. feat: Added property invitationId

    Mayur committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    33c1af7 View commit details
    Browse the repository at this point in the history
  6. feat: Removed unnecessary dependencies

    Mayur committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    28d35f5 View commit details
    Browse the repository at this point in the history
  7. feat: Added VALID_INVITATION as a key

    Mayur committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    92257c4 View commit details
    Browse the repository at this point in the history
  8. feat: Removed class validator from command

    Mayur committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2b560c8 View commit details
    Browse the repository at this point in the history
  9. feat: Sent appropriate screens

    Mayur committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    82cfb2a View commit details
    Browse the repository at this point in the history
  10. feat: Removed class transformer

    Mayur committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a4593f4 View commit details
    Browse the repository at this point in the history
  11. feat: Handle appropriate screens

    Mayur committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    295d7d4 View commit details
    Browse the repository at this point in the history
  12. feat: Sent appropriate screen

    Mayur committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    724cdbd View commit details
    Browse the repository at this point in the history
  13. feat: Removed token

    Mayur committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    65f2467 View commit details
    Browse the repository at this point in the history
  14. feat: Removed token from invitationLink

    Mayur committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d673045 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    453c2ca View commit details
    Browse the repository at this point in the history
  16. refactor: Hook useInvitation refactored

    Mayur committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    803644b View commit details
    Browse the repository at this point in the history
  17. feat: Added invitationId in signin route

    Mayur committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7323df0 View commit details
    Browse the repository at this point in the history
  18. feat: Added ivitationId in useSignup

    Mayur committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    20fbd32 View commit details
    Browse the repository at this point in the history
  19. feat: log removed

    Mayur committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e21d66e View commit details
    Browse the repository at this point in the history
  20. feat: Route changed from invite to invitation

    Mayur committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5e2a8c2 View commit details
    Browse the repository at this point in the history
  21. feat: Added /auth/invitation

    Mayur committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c0726c5 View commit details
    Browse the repository at this point in the history
  22. feat: Added fuction formatUrl

    Mayur committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d5efbd0 View commit details
    Browse the repository at this point in the history
  23. feat: Added invitationId in ISignupData

    Mayur committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c64efe9 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. feat: Added optional apiKey while adding role

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    24e78a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae0db69 View commit details
    Browse the repository at this point in the history
  3. refactor: Removed unnecessary checks

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    657ddf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b29c25a View commit details
    Browse the repository at this point in the history
  5. refactor: Streamlined import statements

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    bcf501c View commit details
    Browse the repository at this point in the history
  6. refactor: Streamlined import statements

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    72f0d69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c15f088 View commit details
    Browse the repository at this point in the history
  8. feat: Added ModesEnum

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    842211b View commit details
    Browse the repository at this point in the history
  9. feat: Added seperate logout hook

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1603111 View commit details
    Browse the repository at this point in the history
  10. feat: Renamed invitation-accept to /accept

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    bca9262 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    14ab509 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8061bc0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a256ed1 View commit details
    Browse the repository at this point in the history
  14. feat: Removed key and added role

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f7dea77 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    904ac1f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4474415 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3b7d6aa View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7effa0d View commit details
    Browse the repository at this point in the history
  19. feat: API route changed

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    61772c2 View commit details
    Browse the repository at this point in the history
  20. feat: API route changed

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2b0fc29 View commit details
    Browse the repository at this point in the history
  21. feat: API route changed

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    cc9c469 View commit details
    Browse the repository at this point in the history
  22. feat: API route changed

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    13f60e5 View commit details
    Browse the repository at this point in the history
  23. feat: API route changed

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3141272 View commit details
    Browse the repository at this point in the history
  24. refactor: Utilized React Query Cache

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    61efb67 View commit details
    Browse the repository at this point in the history
  25. refactor: Refactored DeleteTeamMember usecase

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    643a313 View commit details
    Browse the repository at this point in the history
  26. refactor: File names changed

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2a59d21 View commit details
    Browse the repository at this point in the history
  27. refactor: Renamed project invitaton to team

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    14f91fb View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ecff594 View commit details
    Browse the repository at this point in the history
  29. refactor: Changed route to team

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ade29ea View commit details
    Browse the repository at this point in the history
  30. feat: Refactor: Usecase Names changed

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    bd1cf07 View commit details
    Browse the repository at this point in the history
  31. refactor: Entities and Repositories

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7955608 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    fb13151 View commit details
    Browse the repository at this point in the history
  33. refactor: Added the member Id

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7b6ecf8 View commit details
    Browse the repository at this point in the history
  34. refactor: Components and Hooks refactored

    Mayur committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    aa736b5 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4884e77 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    fed18f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. feat: File Moved or deleted

    Mayur committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5d23c45 View commit details
    Browse the repository at this point in the history
  2. fix: Fixed closing of modal

    Mayur committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2b8205f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c3f728 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30c02c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. feat: Added isOwner property

    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a515455 View commit details
    Browse the repository at this point in the history
  2. feat: Added isOwner

    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8ebce80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c2846b View commit details
    Browse the repository at this point in the history
  4. feat: Fetched meta of TEAM_MEMBER

    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    fc65a2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10c3198 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7456deb View commit details
    Browse the repository at this point in the history
  7. feat: Added TeamMemberMeta to get the counting relatd to team members…

    … invitations
    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b4cf130 View commit details
    Browse the repository at this point in the history
  8. feat: Added isOwner to true in Migration

    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ec243ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7cef522 View commit details
    Browse the repository at this point in the history
  10. feat: Added the ability from the context

    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d787632 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c4ee33f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    09adf29 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e11a919 View commit details
    Browse the repository at this point in the history
  14. feat: Removed exception to check if the added members are 4 and handl…

    …ed in seperate usecase
    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    df8df6b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0674a53 View commit details
    Browse the repository at this point in the history
  16. feat: Removed the duplicate no data available

    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    89043a4 View commit details
    Browse the repository at this point in the history
  17. feat: Added TEAM_MEMBER_META in api key

    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e029e59 View commit details
    Browse the repository at this point in the history
  18. feat: Added types to createContext

    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7a599d2 View commit details
    Browse the repository at this point in the history
  19. feat: Added TEAM_MEMBERS in meta

    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a835535 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8fcac6d View commit details
    Browse the repository at this point in the history
  21. feat: Added isOwner property

    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    28cc5d4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a01e5fc View commit details
    Browse the repository at this point in the history
  23. feat: Added ImportsList component

    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e7cf45b View commit details
    Browse the repository at this point in the history
  24. feat: Added HOC Higher Order Component

    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a19e8a1 View commit details
    Browse the repository at this point in the history
  25. feat: Exported member HOC

    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1e94d41 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    09280e9 View commit details
    Browse the repository at this point in the history
  27. feat: Used HOC based EnhancedImportsList

    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3ce7436 View commit details
    Browse the repository at this point in the history
  28. feat: Added ability from context

    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    62af0c5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    95ccb2c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d207cb7 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    bc374d1 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    e4b3dcb View commit details
    Browse the repository at this point in the history
  33. feat: Added usecase to switch get the owner email and show the plan a…

    …ccordingly
    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5612a30 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a33438a View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    b4c922d View commit details
    Browse the repository at this point in the history
  36. feat: Added projectId instead of email

    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    330bc83 View commit details
    Browse the repository at this point in the history
  37. fix: Changing of project

    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ef8c2e8 View commit details
    Browse the repository at this point in the history
  38. feat: Added projectId instead of email

    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    10305d3 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    15ccbbe View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    2c62677 View commit details
    Browse the repository at this point in the history
  41. feat: Added TEAM_MEMBERS: number in meta

    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    cc1e09f View commit details
    Browse the repository at this point in the history
  42. feat: Added method getTeamOwnerDetails to fetch the details of teamme…

    …mber owner
    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c80754b View commit details
    Browse the repository at this point in the history
  43. feat: Added billable metrics in meta

    Mayur committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c1fbab1 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    5039f58 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    acf1c66 View commit details
    Browse the repository at this point in the history
  2. feat: Reoved return defination in execute

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    71bcc23 View commit details
    Browse the repository at this point in the history
  3. feat: Added default red color to DeleteIcon

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f3ebb1c View commit details
    Browse the repository at this point in the history
  4. feat: Added EditImportIcon

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    35f9bee View commit details
    Browse the repository at this point in the history
  5. feat: Added SwapIcon

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5f01771 View commit details
    Browse the repository at this point in the history
  6. feat: Added Button from @ui/button

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9ec5950 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2c031e View commit details
    Browse the repository at this point in the history
  8. feat: Added List Styles

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    47bffa7 View commit details
    Browse the repository at this point in the history
  9. feat: Added List as the custom component for viewing Tabular data but…

    … with table borders removed
    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1a45166 View commit details
    Browse the repository at this point in the history
  10. feat: Added ConfirmDeleteProjectModal

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5f58de3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6ef58f9 View commit details
    Browse the repository at this point in the history
  12. feat: Added component ManageProjectModal

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    afc6575 View commit details
    Browse the repository at this point in the history
  13. feat: New keys added

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    35378d5 View commit details
    Browse the repository at this point in the history
  14. feat: Dark blue colour added

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    fe74c64 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e6ef07e View commit details
    Browse the repository at this point in the history
  16. feat: Added PROJECT_DELETE API

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d5407df View commit details
    Browse the repository at this point in the history
  17. feat: REnamed clip-path to clipPath

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    220f9d8 View commit details
    Browse the repository at this point in the history
  18. feat: Added isOwner in getApiKeyForUserId

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    19a6b41 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    58e73d8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    67b0e1c View commit details
    Browse the repository at this point in the history
  21. feat: Added Type parameter to list

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    77434d6 View commit details
    Browse the repository at this point in the history
  22. feat: Changed clip-path to clipPath

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    23d67bb View commit details
    Browse the repository at this point in the history
  23. feat: Added profile to profileInfo

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6cfa1f0 View commit details
    Browse the repository at this point in the history
  24. feat: Removed grid and other styling

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    8028c2c View commit details
    Browse the repository at this point in the history
  25. feat: Added th and related styling

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    27001ed View commit details
    Browse the repository at this point in the history
  26. feat: Added cell width and Badges for user

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f8c15b2 View commit details
    Browse the repository at this point in the history
  27. feat: Added profileInfo

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    03a355e View commit details
    Browse the repository at this point in the history
  28. feat: Changed profile to profileInfo

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    e414d28 View commit details
    Browse the repository at this point in the history
  29. feat: Added colors to Badges

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    885a246 View commit details
    Browse the repository at this point in the history
  30. feat: Added darkBlue color

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f1f345d View commit details
    Browse the repository at this point in the history
  31. feat: Deleted useApp

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    87a0e05 View commit details
    Browse the repository at this point in the history
  32. feat: Added profileInfo

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4dd3206 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    86948d2 View commit details
    Browse the repository at this point in the history
  34. feat: Added profileInfo from useAppState

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9cef672 View commit details
    Browse the repository at this point in the history
  35. feat: Added UnstyledButton inplace of Select

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    332e6ed View commit details
    Browse the repository at this point in the history
  36. feat: Added profileInfo from useAppState

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c99c83f View commit details
    Browse the repository at this point in the history
  37. feat: FIxed Hydration Issue

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    981406c View commit details
    Browse the repository at this point in the history
  38. feat: Fixed issue of name was not defined

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1373c72 View commit details
    Browse the repository at this point in the history
  39. feat: Added role type as UserRolesEnum

    Mayur committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3c003af View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. feat: Merged next

    chavda-bhavik committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c7a47ed View commit details
    Browse the repository at this point in the history
  2. fix: Migration

    chavda-bhavik committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d19c737 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    bdf5c35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c4a581 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aad9718 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b272a69 View commit details
    Browse the repository at this point in the history