Skip to content

Checkins

Vika requested to merge feat-checkins into master

Fixes #10 (closed).

Handling Indigenous inline checkins

If a check-in starts with geo:, Indigenous inlined some information. We need to find an h-card matching this information and fill in its URL or create it.

Detection will depend on a geoquery from backend.

?q=geo

Needs backend support. Redis includes GEORADIUS, proposed MongoDB backend would need recoding into GeoJSON in a side collection.

Creating page if a card is included inline

If no venue (h-card with geo property) found in range (maybe like a hundred meters? Not sure) with this name is not found, create a new one.

Edited by Vika

Merge request reports