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 Billing Groups using pagination #1844

Open
Tracked by #1872
hocinehacherouf opened this issue Mar 4, 2023 · 0 comments
Open
Tracked by #1872

Task: List AWS Billing Groups using pagination #1844

hocinehacherouf opened this issue Mar 4, 2023 · 0 comments

Comments

@hocinehacherouf
Copy link
Contributor

hocinehacherouf commented Mar 4, 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 billing groups by
    • Name
    • Description
    • Tags
  • Users must also be able to sort billing groups by name and description.
  • Users must by able to navigate to the create view to add a new billing group
  • Users must by able to navigate to the edit view to update an existing billing group
  • Users must by able to delete an existing billing group

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

Describe the solution you'd like

Backend:

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

Frontend:

  • Add a method on service layer that calls the backend to query billing groups
  • Add a blazor component to
    • Display billing groups in a table by order on Name and description colunms. Each row of this table contains
      • Delete button to delete a billing group
      • Details button to navigate the billing group details view
    • Search by name, description and tags
@github-project-automation github-project-automation bot moved this to 📝 Todo in IoT Hub Portal Mar 4, 2023
@kbeaugrand kbeaugrand changed the title Feature: List AWS Billing Groups using pagination Task: List AWS Billing Groups using pagination Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📝 Todo
Development

No branches or pull requests

2 participants