Skip to content

Conversation

@paanSinghCoder
Copy link
Contributor

Teams Page APIs to Migrate (Total: 15 APIs)

  1. Team Management APIs (5 APIs)
  • client.frontierServiceListOrganizationGroups - List organization teams
  • client.frontierServiceListCurrentUserGroups - List user's teams
  • client.frontierServiceGetGroup - Get team details
  • client.frontierServiceCreateGroup - Create new team
  • client.frontierServiceUpdateGroup - Update team details
  • client.frontierServiceDeleteGroup - Delete team
  1. Team Members APIs (4 APIs)
  • client.frontierServiceListGroupUsers - List team members
  • client.frontierServiceListOrganizationUsers - List org users for team invites
  • client.frontierServiceRemoveGroupUser - Remove member from team
  • client.frontierServiceAddGroupUser - Add member to team
  1. Team Roles & Policies APIs (3 APIs)
  • client.frontierServiceListRoles - List available roles
  • client.frontierServiceListOrganizationRoles - List org roles
  • client.frontierServiceListPolicies - List team policies
  • client.frontierServiceDeletePolicy - Delete team policy
  • client.frontierServiceCreatePolicy - Create team policy

Files Migrated:

  • useOrganizationTeams.ts (hook)
  • teams/index.tsx (main teams page)
  • teams/team.tsx (team details page)
  • teams/add.tsx (create team)
  • teams/delete.tsx (delete team)
  • teams/general/index.tsx (team general settings)
  • teams/members/index.tsx (team members)
  • teams/members/member.columns.tsx (member actions)
  • teams/members/invite.tsx (invite team members)

@vercel
Copy link

vercel bot commented Oct 24, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
frontier Ready Ready Preview Comment Oct 24, 2025 7:19am

@paanSinghCoder paanSinghCoder marked this pull request as draft October 24, 2025 05:47
@paanSinghCoder paanSinghCoder changed the title migrate: list org group migrate(sdk): teams page api Oct 24, 2025
@coveralls
Copy link

coveralls commented Oct 24, 2025

Pull Request Test Coverage Report for Build 18772615279

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 37.019%

Totals Coverage Status
Change from base Build 18739972992: 0.0%
Covered Lines: 14759
Relevant Lines: 39869

💛 - Coveralls

…tGroupUsers, listOrganizationUsers, listRoles, listOrganizationRoles, listPolicies
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.

2 participants