mirror of
https://github.com/elisspace/FxLifeSheet.git
synced 2026-08-29 15:44:00 +00:00
Add TODO
This commit is contained in:
@@ -18,6 +18,11 @@ module Importers
|
||||
l.fetch("lat"),
|
||||
l.fetch("lng")
|
||||
]
|
||||
|
||||
# TODO: Update script to speed up importing new data
|
||||
# the checkins.json file is sorted with the most recent checkins first
|
||||
# so we can just stop importing once we hit an existing checkin, once
|
||||
# the initial import is complete
|
||||
|
||||
category = Hash(venue["categories"].find { |a| a["primary"] == true })["name"]
|
||||
category = "Gym" if category && category.include?("Gym") # since we also have "Gym / Fitness Center"
|
||||
|
||||
Reference in New Issue
Block a user