VertNet / webapp

VertNet web application
8 stars 7 forks source link

Add lengthtype to UI and documentation #618

Closed tucotuco closed 8 years ago

tucotuco commented 8 years ago

As soon as the index is populated with the term, add it to the UI as a search term and reflect that in the documentation.

tucotuco commented 8 years ago

Added lengthtype to the record detail in commit e7550a802673ff43e350040546f99374ce962ba1. Still need to have it as a UI element in the Advanced query interface. Ideally it would be a select box with the following options, in this order:

total length standard length snout-vent length head-body length fork length total length range standard length range snout-vent length range head-body length range fork length range

laurarussell commented 8 years ago

Added lengthtype dropdown to advanced search options with https://github.com/VertNet/webapp/commit/706cb14e25697039f24235d43bc9f52490e543c8. @tucotuco please test that it works as it should.

robgur commented 8 years ago

Looks awesome, Laura!

On Wed, Aug 10, 2016 at 12:22 PM, Laura Russell notifications@github.com wrote:

Added lengthtype dropdown to advanced search options with 706cb14 https://github.com/VertNet/webapp/commit/706cb14e25697039f24235d43bc9f52490e543c8. @tucotuco https://github.com/tucotuco please test that it works as it should.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/VertNet/webapp/issues/618#issuecomment-238921150, or mute the thread https://github.com/notifications/unsubscribe-auth/AAcc7HBn3oj_xWvDxLou1RdExQTmA7Dlks5qefrVgaJpZM4JeC3W .

tucotuco commented 8 years ago

Looks very good indeed. Usable already, as lengthtype data are loading as we write. Closing issue.