mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #3740] [CLOSED] HBE-348 feature: user invitation revoke from admin dashboard #4514
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4514
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/3740
Author: @mirarifhasan
Created: 1/10/2024
Status: ❌ Closed
Base:
main← Head:feat/user-invitation-revoke📝 Commits (5)
b9c36fafeat: revokeUserInviteByAdmin mutation added and invitedUsers query updated5fc9b56test: update test case for fetchInvitedUsers20e8b50chore: pass adminUid to service functionac0f3batest: added test case for revokeUserInvite functionf3387d0chore: update mutation name to revokeUserInvitationByAdmin📊 Changes
6 files changed (+159 additions, -10 deletions)
View changed files
📝
packages/hoppscotch-backend/src/admin/admin.resolver.ts(+29 -0)📝
packages/hoppscotch-backend/src/admin/admin.service.spec.ts(+60 -3)📝
packages/hoppscotch-backend/src/admin/admin.service.ts(+58 -6)📝
packages/hoppscotch-backend/src/admin/invited-user.model.ts(+6 -0)📝
packages/hoppscotch-backend/src/errors.ts(+5 -0)📝
packages/hoppscotch-backend/src/pubsub/topicsDefs.ts(+1 -1)📄 Description
Closes HSB-350
Description
This PR introduces a mutation in
hoppscotch-backendthat can revoke a user invitation from the admin dashboard.Checks
How to Test:
Additional Information
Nil
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.