sh977218 / ts-etl-ui

0 stars 0 forks source link

load request page loads all API calls #59

Closed sh977218 closed 4 months ago

sh977218 commented 4 months ago

image

We should reduce the API calls for versionQA or codeSystem. They are not needed on the first page.

possible solution:

  1. route based mat tab, i.e. each versionQA or codeSystem tab has their own route.
  2. lazy template loading on mat tab.