django-survey icon indicating copy to clipboard operation
django-survey copied to clipboard

Survey visualisation pages

Open saschalalala opened this issue 5 years ago • 2 comments
trafficstars

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.

saschalalala avatar Mar 05 '20 21:03 saschalalala

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.

Pierre-Sassoulas avatar Mar 06 '20 07:03 Pierre-Sassoulas

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

saschalalala avatar Mar 07 '20 13:03 saschalalala