G-Node / tonic

Framework for building services that interact with GIN
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

Reader, writer, and amend type services #12

Closed achilleas-k closed 3 years ago

achilleas-k commented 3 years ago

In addition to the form-based services that we currently have, it would be useful to support creating services that collect and show stats and information on a single or multiple pages. The workflow for building such a service would be analogous to the current one, only instead of a form and an action that uses the form values as inputs, the user would define an action that collects data from GIN and displays it on a page.

we could generalise this to have reader, writer, and amend types of services:

This would enable #5 and #11.