Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Survey visualisation pages #85

Open
saschalalala opened this issue Mar 5, 2020 · 2 comments
Open

Survey visualisation pages #85

saschalalala opened this issue Mar 5, 2020 · 2 comments
Labels
enhancement This is a feature not a bug hacktoberfest

Comments

@saschalalala
Copy link

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.

@Pierre-Sassoulas Pierre-Sassoulas added the enhancement This is a feature not a bug label Mar 6, 2020
@Pierre-Sassoulas
Copy link
Owner

Pierre-Sassoulas commented Mar 6, 2020

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.

@saschalalala
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This is a feature not a bug hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants