transientskp / banana

a web interface for the Transient Pipeline database
http://docs.transientskp.org/
Other
4 stars 6 forks source link

add csv and json rest API using Django REST #41

Open gijzelaerr opened 10 years ago

gijzelaerr commented 10 years ago

original issue here:

https://support.astron.nl/lofar_issuetracker/issues/6190

gijzelaerr commented 9 years ago

I've already put quite some work in this, but never finished it. Meanwhile the banana tree diverged quite a lot, so the branch became outdated.

Trying to resurrect this work in a a new branch:

https://github.com/transientskp/banana/tree/REST2

gijzelaerr commented 9 years ago

Although I prefer rendering the CSV in a more controlled way using the REST API, implmenting this now just seems quite some work without a lot of direct gain. My original plan was to make banana more 'dynamic', with JSON based updates of the views making everyting more response. But now I think that would just add a lot more logic and doesn't make the system more maintainable. I'm putting this one 'on hold'.