Pierre-Sassoulas / django-survey

A django survey app that can export results as CSV or PDF using your native language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Survey visualisation pages

saschalalala opened this issue · comments

I don't know if it is in the scope of this project, but for a small project, I am working on, I will have to create some frontend visualizations of the survey state. Of course, the first iteration will be quite focussed on my data, but I think, it would be possible to build a configurable and more generalized version afterwards. Is that something you could think of having inside this project?

At the moment I think, I will build a small json API and a VueJS frontend with chartist.js. This is a quite flexible approach regarding chart types etc from my experience, but of course quite Javascript heavy.

I think this could be integrated if it's not breaking other URLs/functionalities. Being independent of Vue.js is nice, but having new functionalities is nice too. Also, I don't think scaling is a real issue for the typical user of this lib so I don't mind new dependencies too much if they bring value.

Did you check django-rest-framework for the small JSON API? This is a pretty neat project, it would probably save you hours of work.

Yes, I already worked with drf a little and I think I would use it for this functionality too.