You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should potentially speed up rending of the /available endpoint of quads-web and also so QUADS can be disconnected from the internet and not rely on any third-party sites. Also of note, in our internal usage QUADS is behind a VPN which serves different routes and DNS lookups tenants who use the QUADS wiki would otherwise need to make separate DNS lookups and routes to load third-party assets of any kind, decoupling this should unify and speed up loading times at least in cases where someone's ISP DNS is slow to respond.
Lastly, some ad-blockers block jquery.com so this would eliminate unnecessary troubleshooting if the date picker doesn't load.
2) Allow manual setting of Date Range in quads-web
We used to allow manual of the date range for searching for systems availability in quads-web/available so let's bring that back as people have asked about it.
The text was updated successfully, but these errors were encountered:
This RFE covers two areas:
1) Decouple external jquery lookups from
quads-web
/available
rendering.We load at lease this
min.js
asset from code.jquery.com now:Reasoning
This should potentially speed up rending of the
/available
endpoint ofquads-web
and also so QUADS can be disconnected from the internet and not rely on any third-party sites. Also of note, in our internal usage QUADS is behind a VPN which serves different routes and DNS lookups tenants who use the QUADS wiki would otherwise need to make separate DNS lookups and routes to load third-party assets of any kind, decoupling this should unify and speed up loading times at least in cases where someone's ISP DNS is slow to respond.Lastly, some ad-blockers block jquery.com so this would eliminate unnecessary troubleshooting if the date picker doesn't load.
2) Allow manual setting of
Date Range
inquads-web
We used to allow manual of the date range for searching for systems availability in
quads-web
/available
so let's bring that back as people have asked about it.The text was updated successfully, but these errors were encountered: