Vis4Sense / HistoryMap

http://sensemap.io
45 stars 7 forks source link

Go back is not correctly captured in some cases #168

Open Yuu-Han opened 1 month ago

Yuu-Han commented 1 month ago

E.g., CHI '24 Program, select any session, then go back.

Perhaps because client redirect causes change in url? I.e., https://programs.sigchi.org/chi/2024/program/all -> https://programs.sigchi.org/chi/2024/program/all?itemsType=SESSION&sortDirection=asc&sortType=TIME&viewType=LIST#156428

kaidatavis commented 1 month ago

For me, it seems that the redirection is also added as a node, so I would have two new nodes if redirections happens (CHI 24 site).

Also, going backward and forward are captured as new nodes instead of changing the display of existing nodes.

kaidatavis commented 4 weeks ago

Possibly because the parameter changes are ignored. Maybe we want to add this back, and make a list of website that parameter changes that should be ignored.