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
After discussions about problems with dogenet not knowing the identity profiles, and therefore latitudes and longitudes, when it returns the node list to dogemap, we'll create a new dogemap backend:
✅ takes over geo-ip lookups (from dogenet)
✅ takes over core-node indexing (from dogenet) (optional dependency on core)
✅ generates the node list for DogeMap:
✅ fetches all dogenet nodes from dogenet
✅ queries identity service for all known profiles for these nodes
✅ performs geo-ip lookups for all nodes without a profile
✅ looks up all core nodes in its database
✅ returns the merged set of all nodes
✅ get profile chits api:
queries identity service for all known profiles, for requested nodes
returns placeholder profiles for all remaining nodes
OK that's the basic shape of it.
The text was updated successfully, but these errors were encountered:
We need a way to view Identity profiles on the Dogemap.
This touches a number of components:
After discussions about problems with dogenet not knowing the identity profiles, and therefore latitudes and longitudes, when it returns the node list to dogemap, we'll create a new dogemap backend:
OK that's the basic shape of it.
The text was updated successfully, but these errors were encountered: