hashmapinc / Drillflow

A dockerized WITSML API Server that is agnostic of the backend.
Apache License 2.0
17 stars 13 forks source link

UID Search with Criteria #377

Closed niaalex closed 5 years ago

niaalex commented 5 years ago

C/O Review Scope for dTimLastChange query Change

Need to validate the mapping for Well getFromStore for the element dTimLastChange and then impact of having to convert to UTC time for non UTC incoming query parameters. Should pass test for Mike afterwards.

Small Sprint - 10

cherrera2001 commented 5 years ago

This connects to #355

cherrera2001 commented 5 years ago

For this one you will want to follow the same pattern as we did for Trajectory.

For well you will want to see if any of the following elements are available In addition to uid (in the case where there is no uid...this will work anyway as it defaults to the graphql path):

For wellbore you will want to see if any of the following elements are available In addition to uid (in the case where there is no uid...this will work anyway as it defaults to the graphql path):

niaalex commented 5 years ago

this was delivered with RTC