Arceliar / yggdrasil-map

Yggdrasil network map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timeline

cwchristerw opened this issue · comments

I think it would be nice to have timeline which you can search different stages of network. Yakamo's API need changes because it would have to be possible to search different timestamps.

The info from the API includes timestamps for when nodes were seen (at least, I think that's what the timestamps do), so in theory we could keep our own records of that whenever we pull the current list, without needing support added to the API... it would just be inconvenient to do.

Yeah the timestamps are when the node was last seen.

The info from the API includes timestamps for when nodes were seen (at least, I think that's what the timestamps do), so in theory we could keep our own records of that whenever we pull the current list, without needing support added to the API... it would just be inconvenient to do.

I think API is the most desirable place to implement because otherwise it needs database backend. It's not good for several reasons. It will show different times for every map instance and therefore API is best solution 😄

i think this issue should be closed here then.