EliteDangerous-Subreddit / ApplicationAggregator

A web application to aggregate, analyze, visualize and filter mod applications from Google Forms
MIT License
0 stars 0 forks source link

Design discussion #1

Open Venefilyn opened 6 years ago

Venefilyn commented 6 years ago

My proposal to the application aggregator is as follows:

Technical side of things

jacksonwelsh commented 6 years ago

In case you weren't aware of this repo- https://github.com/LilSpazJoekp/UsernoteModule

It could be very helpful for grabbing usernotes, we use it on DankMemes.

Venefilyn commented 6 years ago

Thanks!

Venefilyn commented 6 years ago

Reading more up on Nuxt, it's not fully universal where we can code back-end and front-end as one, but rather just utilizing SSR (server-side rendering) to allow for better SEO.

So with backend I would suggest we do VueJS + whatever project is easiest for REST API, I would presume lightweight Python project, such as tornado. That way we can also utilize the UsernoteModule jackson suggested. @ktechmidas can focus on the backend of things then

jacksonwelsh commented 6 years ago

Also of note would be this repo: https://github.com/Jakeable/rforms. I'm currently working with an instance of it here.

Venefilyn commented 6 years ago

Thanks, I think we should be working on top of rforms instead of creating our own. That way we're not reimplementing anything, just improving it