You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm probably doing something incorrectly to have these issues, or maybe it is designed this way. But here are some questions I had
When trying to upload a new csv, the new dataset is not immediately accessible in the wizards drop down menu and admin panel. I have to stop and rerun the wizard_launcher.sh script for the site to update.
Related to this, when I add new plots using the wizard. The docker container running the prod site does not seem to update even after relaunching the container. I have to use docker-compose build for the changes to be shown.
I'd like to add 20+ data dictionaries for a stacked bar plot. I'm guessing the easiest way to do it is using the json config files. But I am not sure where to edit and place that (unless I'm missing some documentation)
The text was updated successfully, but these errors were encountered:
Figured out some of my questions, I was looking at the wrong readme.md and found where the json config files are, under escalation/app_deploy_data so it makes sense that I have to build the container again for the changes to take effect
I am getting the same behavior also. We will look into that
It should update after relaunching the container with the new plots (you should not have to docker-compose build). The plots are showing up for me after rerunning the wizard_launcher.sh. If this is not the case for you, let us know.
I'm probably doing something incorrectly to have these issues, or maybe it is designed this way. But here are some questions I had
docker-compose build
for the changes to be shown.The text was updated successfully, but these errors were encountered: