AnSyn / ansyn

End-to-end solution for overhead image analysis
https://ansyn.io/
MIT License
57 stars 8 forks source link

Time line- additional requirements after meeting #819

Open carmelorr opened 6 years ago

carmelorr commented 6 years ago

@carmelorr add the notes from the meeting

carmelorr commented 6 years ago

As discussed on the meeting- see bug #861

carmelorr commented 6 years ago

Notes from the meeting:

  1. The time line aggregation should be clearer- is it 180? 1800?
  2. The presented overlays marker is not clear enough.
  3. Lots of overlays could be problematic.
  4. "My backwards" navigation through my activity log.
  5. look&feel
  6. maybe distinguish between sensor type.. ?
AmitMY commented 6 years ago
  1. Hoping this helps, this is the current drops configuration;

    configuration: any = {
    start: new Date(new Date().getTime() - 3600000 * 24 * 365),
    margin: {
        top: 60,
        left: 50,
        bottom: 40,
        right: 50
    },
    end: new Date(),
    eventLineColor: (d, i) => schemeCategory10[i],
    date: d => new Date(d.date),
    displayLabels: false,
    shapes: {
        star: {
            fill: 'green',
            offsetY: 20
        }
    }
    };
  2. If you mean "displayed" overlays, you can cross that, we made it a bolder pink

idanbarak commented 6 years ago

see: #547