The xMacroscope provides a way for museum visitors to build and interpret visualizations that use data generated by the visitors during their exhibit experience.
Examine whether it's possible to have the GraphQL server and Sequelize code run within a webpack hot module reload setup that would reflect model, resolver, or schema changes. Right any changes to the code on the server side require a hard shutdown and startup of the server setup. This is a minor annoyance in development. I'm not sure if the apollo-server or webpack setup that we're using would allow for it.
Examine whether it's possible to have the GraphQL server and Sequelize code run within a webpack hot module reload setup that would reflect model, resolver, or schema changes. Right any changes to the code on the server side require a hard shutdown and startup of the server setup. This is a minor annoyance in development. I'm not sure if the apollo-server or webpack setup that we're using would allow for it.