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

Task: List AWS Thing Groups using pagination #1796

Open
Tracked by #1867
hocinehacherouf opened this issue Feb 22, 2023 · 0 comments
Open
Tracked by #1867

Task: List AWS Thing Groups using pagination #1796

hocinehacherouf opened this issue Feb 22, 2023 · 0 comments
Labels

Comments

@hocinehacherouf
Copy link
Contributor

hocinehacherouf commented Feb 22, 2023

Is your feature request related to a problem? Please describe.

Related to #1794, #1795 and #1797

  • Users must be able to list and search thing groups by
    • Name
    • Tags
    • Attributes
  • Users must also be able to sort thing groups by name.
  • Users must by able to navigate to the create view to add a new thing group
  • Users must by able to navigate to the edit view to update an existing thing group
  • Users must by able to delete an existing thing group

Documentation: https://docs.aws.amazon.com/iot/latest/developerguide/thing-groups.html

Describe the solution you'd like

Backend:

  • Create/update a service that queries database to get thing groups
    • Pagination must be used
    • Filter by name, description, tags and attributes
    • Order by name and description
  • Create a REST endpoint that allow HTTP clients to query thing groups

Frontend:

  • Add a method on service layer that calls the backend to query thing groups
  • Add a blazor component to
    • Display thing groups in a table by order on Name and description colunms. Each row of this table contains
      • Delete button to delete a thing group
      • Details button to navigate the thing group details view
    • Search by name, description, tags and attributes
@github-project-automation github-project-automation bot moved this to 📝 Todo in IoT Hub Portal Feb 22, 2023
@kbeaugrand kbeaugrand changed the title Feature: List AWS Thing Groups using pagination Task: List AWS Thing Groups using pagination Mar 11, 2023
@ssgueye2 ssgueye2 assigned ssgueye2 and unassigned ssgueye2 May 30, 2023
@delager delager removed this from the The Renewable Energy Avengers - S06 milestone Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📝 Todo
Development

No branches or pull requests

4 participants