TomboFry / microlight

A fully IndieWeb-compatible PHP blogging engine
GNU Affero General Public License v3.0
37 stars 3 forks source link

Properly store post locations #17

Open TomboFry opened 5 years ago

TomboFry commented 5 years ago

Currently, the location of a post is simply just a string. It would be nice if actual locations could be stored separately and include more details about them within posts, so check-ins would be better supported. This would mean adding another field to the main posts table to check for a location ID.

EDIT: Perhaps the location field could simply be a JSON-encoded string containing all fields related to location on the IndieWeb wiki.