ontodev / sprocket

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Implement basic HTML view #6

Closed jamesaoverton closed 3 years ago

jamesaoverton commented 3 years ago

PostgREST is focused on APIs, so it supports CSV and JSON formats. I also want to support HTML tables. We can start small, but eventually we will need buttons/links for

All of these should be implemented with links to the appropriate URLs. So all these operations are HTTP requests handled server-side, not by client-side JavaScript.

jamesaoverton commented 3 years ago

We'll use Bootstrap, like usual.

jamesaoverton commented 3 years ago

Closed by #9