VertNet / webapp

VertNet web application
8 stars 7 forks source link

daysofyear UI #605

Closed tucotuco closed 8 years ago

tucotuco commented 8 years ago

As of the most recent deployment, the dayofyear fields are presented as a range that goes from startdayofyear to enddayofyear. This won't work to get ranges except for the very special case of matching exactly the startdayofyear and enddayofyear (e.g., startdayofyear==value entered and enddayofyear==another value entered). That does not allow people to do range queries on either fields through the UI. What is needed are ranges for each of the two fields.

laurarussell commented 8 years ago

Addressed in https://github.com/VertNet/webapp/commit/f3ff9f4355d3cb856da81ac6236615f16795ba05. Please test.

tucotuco commented 8 years ago

Confirmed good.