Skip to content

IN-2 Implement a sortable table with call to an api #376

@AlexandreInsua

Description

@AlexandreInsua

Description:
This issue proposes the implementation of a table in our application that is capable of dynamically sorting its rows, in addition to integrating a call to an external API to retrieve the data to be displayed.

Issue Details:

  1. Sortable Table Functionality: The table should allow the user to sort its rows based on different criteria, such as name, date, or any other relevant field in the data.

  2. Integration with an External API: The table should be populated with data from an external API. An HTTP call should be implemented to fetch the necessary data and display it in the table dynamically.

  3. Intuitive User Interface: The implementation should ensure a user-friendly and easy-to-understand interface for the end user. This includes providing clear visual indicators about the sorting state and data loading from the API.

  4. Browser Compatibility: It should be ensured that the table functionality is compatible with a wide range of web browsers, including major desktop browsers and mobile devices.

  5. Documentation and Testing: Proper documentation of the implementation process for the sortable table and API integration is crucial. Additionally, thorough testing should be conducted to ensure its proper functioning across different scenarios and conditions.

This issue represents a significant step towards enhancing the user experience in our application by providing key functionality for efficient data visualization and management.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions