Multiple locations per Context?

Is there a way to add more than one location for a context? For instance, there are 3 hardware stores that I might go to in my area, so it would be handy to have three GPS-based locations associated with my @HardwareStores context.

2 Likes

A context can only be associated with at most one location.

Your use case is probably fairly common, but the best way to implement such a feature isnā€™t immediately apparent. For example, should we keep the one-location-per-context setup, but allow parent contexts to alert for all locations of their nested contexts? Or would multiple-locations-per-context really be the best way forward?

Iā€™d suggest writing in to omnifocus@omnigroup.com to describe how such a feature would be most useful for you.

1 Like

Context locations can be associated with a search string. Would that help?

Iā€™ve attempted the search based locations, but it was tedious to enter, and didnā€™t always work. The addresses of a lot of big box stores are right on the main road, but the gps location for the store itself is far enough back to register as being on another block entirely.

Iā€™ll make the suggestion to support. Thanks.

I was having the same question today.

My current idea is the following.

Create a context called ā€œHardware storeā€ without associating it with a specific location on the map. Then add your specific hardware stores and move them to the general context called ā€œHardware Storeā€. Link all your tasks to the general context not the specific hardware store.

Hope this helps. I canā€™t say that this works for sure because I just set this up on my iPhone and am yet to see how it works.

this feature would be extremely useful.

Iā€™d also love to see this feature.

For me personally, I want to be able to add multiple pins to a context.

For example, say I have a context call ā€˜@Grocery Storeā€™. I want to be able to add pins to it for all the grocery stores I tend to go to. This way I am reminded to buy the groceries I need at any of the stores.

Parent contexts would probably be the easiest way to implement this, but could clutter the interface with unnecessary extra contexts. I would opt for being able to add multiple named pins to a context which I think would be cleaner.

Even better might be to use the Foursquare API to let us search for specific stores rather than having to manually add a pin.

1 Like

Iā€™ve generally used location search with a fair bit of success for this when doing a ā€œNearbyā€ in OmniFocus itself, but sadly this doesnā€™t work for location-based notifications when the OF app isnā€™t actually running, making it far less useful.

Sadly, this is a limitation of iOS itself ā€“ the Region Monitoring APIs require specific locations to be registered at the iOS level ā€“ but one workaround that I could see would be for OF to automatically grab the 5 or 10 nearest locations matching a search and register them with Region Monitoring. Ideally, this could be done each time it runs.

That said, thereā€™s definitely also a case to be made for entering specific individual locations, rather than just using a search. I may not want to go to just any ā€œLoblawsā€ that I come across, but rather have two or three specific ones that I always visit. Or, more to the point, I may have three or four grocery stores of different brands that I visit, and a search for ā€œgrocery storeā€ would be too broad.

Probably a cleaner implimentation would be for Omni Group to allow multiple contexts for one activity. This would answer a few of the other requests for multiple context assignments as well.

Maybe add several sub contexts for different locations? Itā€™s not so clean but should work.

I really like OmniFocusā€™s flexible-yet-simple model. A lot of products would be tempted to let you do TOO much, increasing the cognitive load when deciding on how to organize things. The simplified categorization of projects and nested tasks is so flexible and yet simple to work with.

It would be tempting to make it so you could have multiple contexts for a task, but I can see that would add extra work to decide every task ā€œWhat are all the contexts this is relevant to?ā€ This would be an increased stress for every task in my inbox.

On the other hand, there are some broad categorizations of locations that would be great to be able to express. For example, to me, ā€œ@ The Storeā€ should include several Safeway, Lucky, etcā€¦ locations. ā€œ@ The Hardware Storeā€ would include Orchard Supply Hardware and Ace.

Iā€™d probably have sub-contexts for items that would be for tasks that are only valid at specific locations:

  • @ The Store
    • @ Safeway (list of Safeway locations I care about)
    • @ Luckyā€™s (list of Luckyā€™s locations I care about)
  • @ Hardware Store
    • @ Billā€™s Ace (ace hardware)
    • @ Orchard Supply (orchard)

I would then love to be able to configure ā€œ@ The Storeā€ to automatically include locations from sub-contexts.

Hmm, as a developer myself, I can see how this feature would have many different possible implementations, each of which have many pros and cons. Iā€™ll need to think about this more before emailing support with a real feature suggestion.

So, Iā€™ve been thinking about this a little more. The principle that seems to be underlying all of OmniFocus is that everything is a ā€œsimple treeā€, no graphs.

I think what Iā€™d like to see is ā€œContextsā€ to have types, similar to how Projects have types.

One of the types could be ā€œLocation Groupā€, which means it is activated by the Location in any Child Context. To go back to my example in my previous post:

  • @ Shopping (type: Normal) - might contain ideas for shopping, or tasks which arenā€™t ā€œbuy at storeā€.
    • Store (type: Location Group)
      • Safeway (type: Location Group)
        • Safeway on 1st and Main (Has a specific location)
        • Safeway near home (Has a specific location)
      • Lucky (Has specific location)
    • Hardware Store (type: Location Group)
      • Billā€™s Ace (Has specific location)
      • Orchard (type: Location Group)
        • Downtown Orchard (Has specific location)
        • Big Orchard (Has specific location)