datadavev / DwC_views

Implements viewers for Darwin Core record repositories
1 stars 0 forks source link

Tabular Browsing - Initial Proof Of Concept #23

Closed coreyo closed 13 years ago

coreyo commented 13 years ago

Create an initial proof-of-concept Javascript / AJAX client that allows a user to browse / page through all records within the Darwin Core Database. This will be little more than a table that displays records. Initial prototype will show ID, Scientific Name, Longitude and Latitude. Functionality should include next / previous page browsing.

coreyo commented 13 years ago

This is now finished and working using some JQuery elements. Proof of Concept is on the dev sandbox. Code will be checked-in when the client is a bit more mature.