Acknowledged
CIQQA-3046

"Connect IQ Devices Reference" is just one gigantic static page: no partial loading, no dynamic nav element

This causes several usability issues:

- the page can be slow to load/render on mobile or even crash the browser

- the list of devices has anchor links to the detailed section for each device, which is good, but once you are in a detailed section, there it's easy to lose track of where you are, which is bad.

For example, the url fragment does not change no matter how much you scroll, so if you initially clicked on the link for fr955, the url fragment will continue to reflect that device no matter where you move in the document. As another example, if you scroll or search for fr955 then scroll down to the field layouts or part numbers, there will be no indication that you're currently in the fr955 section

Feature requests:

- implement lazy / partial loading for this page

- implement a dynamic nav element which floats on the unused left side of the page (currently just a blank dark grey slate). This nav element should clearly show the user where they are in the hierarchical page structure at all times: e.g. Forerunner 955 > Part Number > Part Number 006-B4024–00 > Languages > Kor

- dynamically change the url fragment as the user scrolls from section to section

Bonus feature request:

- There are currently 2 versions of the name of this page. In the sidebar and url, it's called "Devices Reference". On the page itself, the title is "Device Reference". It would be nice to pick just one version of the page name

Parents
  • Better would be if every watch has its own page instead of one massive page with everything. Lazy loading will make this a lot worse, since then you won't be able to search on the page anymore (with ctlr+f), and your suggested anchors won't work since they won't be loaded yet. And you still have the issue on mobile since it's still one massive page.

    Simply one page with overview of the devices, click on a device to go to the detailed section on a separate page with only the info for that device might work a lot better.

Comment
  • Better would be if every watch has its own page instead of one massive page with everything. Lazy loading will make this a lot worse, since then you won't be able to search on the page anymore (with ctlr+f), and your suggested anchors won't work since they won't be loaded yet. And you still have the issue on mobile since it's still one massive page.

    Simply one page with overview of the devices, click on a device to go to the detailed section on a separate page with only the info for that device might work a lot better.

Children
No Data