internetee / registrant_center

Web portal for domain registrants and contacts to get a registrar independent overview of domain associated with the user. Other features include contact data update and fully automated domain registry lock.
0 stars 0 forks source link

Generation of csv and pdf files without unnecessary requests #74

Closed OlegPhenomenon closed 3 years ago

OlegPhenomenon commented 3 years ago

In order to download a csv or pdf file, the registrant center accesses the same endpoint as when downloading domains on the main page. Essentially, the data is the same.

It is necessary to get rid of unnecessary queries, in this context they are redundant, since the same endpoint and the same data are used.

vohmar commented 3 years ago

related to https://github.com/internetee/registrant_center/issues/72 closed by https://github.com/internetee/registrant_center/pull/75