Develop and implement testing and checks #194
Replies: 7 comments
-
Thinking about how we might break this down:
|
Beta Was this translation helpful? Give feedback.
-
I like it and I think we can add a 3rd category for the "Azure checks/balances". We don't want someone to be able to go into Azure Storage Explorer and delete the container :-) |
Beta Was this translation helpful? Give feedback.
-
A good point 😬 What are the access restrictions in place currently for this container? |
Beta Was this translation helpful? Give feedback.
-
I don't really know, cause I can't control it I think. I would like a lot of checks and balances on making sure the container remains, making sure specific files can only be adjusted with a specific key that we use for actions, that kinda thing. So definitely agree about that point.
Yep, agree here, we should follow the Tidyverse style guide, which allows us to also easily use the |
Beta Was this translation helpful? Give feedback.
-
Agree completely here, and think this needs to be well beyond Signals and a discussions on how we protect the entire Azure structure that Isa and Hannah can put into place. |
Beta Was this translation helpful? Give feedback.
-
I think it could be helpful to separate code for pt 2 (above) as it will not really be automated/included in CRON scheduled alert processes. For example if I am going to work on generating all the maps for countries (I can) I'd probably try to put this in a notebook somewhere where it won't get confused or touched by other developments? Then if some of that code is useful we can integrate it? I guess we will eventually have a directory for testing? maybe we should have one for "manual_testing"? |
Beta Was this translation helpful? Give feedback.
-
Yeah, nice idea for it be separate. I think |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We need to think through how to implement more rousting testing and checks to ensure that Mailchimp isn't overloaded with content (ensuring we are able to auto delete and catch errors for instance), emails are not accidentally sent out, and even that datasets can only be updated/changed through the system, rather than manually in Azure Storage Explorer for instance (that is more an Azure checks/balances, but still applies!).
Beta Was this translation helpful? Give feedback.
All reactions