onlinewardleymaps icon indicating copy to clipboard operation
onlinewardleymaps copied to clipboard

Add Area of Interest / focus / cell

Open damonsk opened this issue 5 years ago • 3 comments

As per https://miro.medium.com/max/5496/1*4exsrh6Ju8wFr6DEHkUTQw.jpeg

'An area of interest, something worth noting, e.g components designated to a team.'

Parent #51

damonsk avatar Jan 23 '20 20:01 damonsk

@damonsk have you thought of a syntax for this? This is a convex hull problem, in which given a set of points we can draw a shape that encompasses those points. The LOOK of the shape can be an issue, but I feel like for this OWM language, dropping poly coordinates is an anti-pattern?

Since it can be defined by a set of points, seems like it could be a scope, or a set, or both. A simple version could be a scope, e.g.:

interest <opts> {
  component One
  component Two
}  

Simple to see, but limits components to being in only one area.

Can treat it as a set of declaratively:

area [Comp1, Comp2, ...]

ChristianDavis avatar Jul 13 '20 15:07 ChristianDavis

I think it is important to be able to have components being in multiple areas of interest. In most of the maps I've had to work through, components often end up in multiple areas of interest.

My suggestion into the mix is,

interest <opt> [Comp1, Comp2, ...]

or for better readability,

interest <opt> [
   Comp1,
   Comp2,
   ... ]

kheerand avatar Nov 29 '21 01:11 kheerand

BTW, just curious as to where is this enhancement in the backlog?

kheerand avatar Nov 29 '21 01:11 kheerand