Skip to content

Wdfn 618 - Change data loading to be asynchronous

Bucknell, Mary S. requested to merge mbucknell/waterdataui:wdfn-618 into main

Before making a pull request

  • Run all linters (make lint)
  • Run all tests (make test)
  • Update the changelog appropriately

Description

Installed async Flask extension and aiohttp in order to have async views which allows asynchronous HTTP requests to be made. Right now, only the site meta data, the period of record, and the SIFTA service are called asynchronously.

After making a pull request

  • If appropriate, put the link to the PR in the JIRA ticket
  • Assign someone to review unless the change is trivial

Merge request reports