akhenry / openmct-yamcs

Open MCT YAMCS plugin
14 stars 9 forks source link

PROTOTYPE: Shared worker for retrieving and storing Telemetry Dictionary #402

Open jvigliotta opened 10 months ago

jvigliotta commented 10 months ago

Closes

Describe your changes:

Have created a shared worker that will store the Telemetry Dictionary, once it's been retrieved. Any other tabs will be able to pull the dictionary from the shared worker, negating any need to make further requests. This reduces additional tabs on page load requests by about 30 to 40. The dictionary is instantly available.

All Submissions:

Author Checklist

Reviewer Checklist