view TODOs-historization_ng.md @ 4230:f3b733fd119a

Identify: Improve formatter for Identify tool The main usecase of the formatter is providing a key-value structure for displaying information in the identify box. Therefore the assumption seems justified, that a value displayed in the identify tool should be human readable. This isn't the case for values, which are javascript objects like "Feature". That said, it seems valid to exclude such values, which are instances of "Feature". This improves the solution of ommiting one specific "feature" to a more general solution of omitting every "feature".
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 20 Aug 2019 17:15:06 +0200
parents 6bfe42f88638
children
line wrap: on
line source

# TODOs for HNG (Historization NextGen)

## gauges-reference-water-levels

Could be seen as direct part of the gauge data and therefore kept with
the foll primary key reference...

## Water level diagrams:

One time range might reference different verions of one gauge:
- How is that hanedled currently?
- How to handle it in HNG?

## Map display:

Ensure only current gauges are shown in all situations
- Gauges layer
- Search
- more?

## Bottlenecks:

Always associate the correct gauge, when:
- Uploading Sounding results (how is that currently handled?)
- Displaying Sounding data
- Creating/showing X-Cuts
- Unclear: what constraints shall we chekc for on bottleneck imports?

Cut end of validit _after_ accepting the new one.

## Sounding Results:

- Maybe add a constraint to check, that a ref gauge is available?
  Maybe not neccessary as import isn't possible anyway, as the
  reference gauge is needed for the import process... (So the
  constraint would never catch anything, as no data could be produced
  without ref gauge) Only upside: we would triger if there is an error
  in the backend generating SR with invalid ref data.
- Check during upload that matching bottleneck and reference gauge
  data is available (and use ist correctly)
- Use correct reference gauge for X-Cuts
- (Maybe later) use matching BN data for display

## EVERYTHING ELSE

Not being mentioned here, doesn't mean something is done...


# DONE

Stuff done will bemoved moved here for reference: