A custom modal window for External Data API
Sarah was provided with access credentials and an API designed to retrieve corporation information based on a submitted name or partial name. This API service facilitated the retrieval of data related to addresses and corporate details that matched the provided search criteria. The primary requirement was for users to interact with the returned data in the form of a list, enabling them to scroll through and select a specific row. Upon selecting a row, the data associated with that selection needed to be seamlessly integrated into Sarah’s web page, which housed a record for the corporation, including pertinent details such as its address and corporate information.
Such a pattern was not uncommon in commercial projects. For instance, Sarah had a similar project on the horizon that involved utilizing an address finder API service. In this upcoming project, users would utilize an information service to obtain a list of addresses based...