Survation wanted to design their own panel, that’s a tool to have their own panelist completing surveys instead of having to pay third-party suppliers of panelists, to save costs. The set of people completing surveys is what’s called a “panel” in this context.
The back end of the project was made using NodeJs, ExpressJS, JsonWebTokens for authentication, Mongo for database, Redis for stuff that needed to go much faster than Mongo could.
For every tool I used the latest version at all times and updated as soon as they were released. I used Bitbucket to preserve their code. There are some related utilities in Python that I’m going to mention in a different project as I treated it as such (the sampler, the mailer).
The same API was used for both panelist, managers and admins. Endpoints were user-token based, so a panelist could not trigger an endpoint that required an admin. Some changes performed by admins or managers sent me an email (cash out) for motorization.
Some features were experimentally made in Rust because I wanted to give it a try, using Neon Bindings
Both front end and back end were part of a Kubernetes cloud so each one of the projects had their own deployment YAML and were tested in a stage environment using Docker in Jenkins, then automatically deployed in production if everything was fine.