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 Types using pagination #1807

Closed
Tracked by #1865
hocinehacherouf opened this issue Feb 26, 2023 · 2 comments · Fixed by #2050
Closed
Tracked by #1865

Task: List AWS Thing Types using pagination #1807

hocinehacherouf opened this issue Feb 26, 2023 · 2 comments · Fixed by #2050
Assignees
Labels

Comments

@hocinehacherouf
Copy link
Contributor

hocinehacherouf commented Feb 26, 2023

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

Related to #1802, #1805 and #1806

  • Users must be able to list and search thing types by
    • Name
    • Description
    • Tags
    • Searchable Attributes
  • Users must also be able to sort thing types by name.
  • Users must by able to navigate to the create view to add a new thing type
  • Users must by able to navigate to the edit view to update/deprecate an existing thing type
  • Users must by able to delete an existing deprecated thing type

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

Describe the solution you'd like

Backend:

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

Frontend:

  • Add a method on service layer that calls the backend to query thing types
  • Add a blazor component to
    • Display thing types in a table by order on Name and description colunms. Each row of this table contains
      • Delete button to delete a thing type (Only when it is deprecated)
      • Details button to navigate the thing type details view
    • Search by name, description, tags and searchable attributes
@github-project-automation github-project-automation bot moved this to 📝 Todo in IoT Hub Portal Feb 26, 2023
@kbeaugrand kbeaugrand changed the title Feature: List AWS Thing Types using pagination Task: List AWS Thing Types using pagination Mar 11, 2023
@ssgueye2 ssgueye2 self-assigned this Apr 28, 2023
@ssgueye2 ssgueye2 moved this from 📝 Todo to 🚧 In Progress in IoT Hub Portal May 2, 2023
@ssgueye2 ssgueye2 moved this from 🚧 In Progress to 💬 Ready for Review in IoT Hub Portal May 9, 2023
@kbeaugrand
Copy link
Member

@ssgueye2 is this ready to review ? If yes, please move the PR to review :
image

@ssgueye2
Copy link
Contributor

ssgueye2 commented May 9, 2023

@ssgueye2 is this ready to review ? If yes, please move the PR to review : image

Yee Hocine validated it. but the PR includes three tickets (Listing, Update & Delete Thing Type). So I finished the Task on the listing using pagiantion and now I am working on the tasks "delete thing type" and "update thing type"

@kbeaugrand kbeaugrand moved this from 💬 Ready for Review to 🚀 Ready in IoT Hub Portal May 9, 2023
@kbeaugrand kbeaugrand linked a pull request May 11, 2023 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment