Rk 598 dep rules config - #720
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #720 +/- ##
==========================================
- Coverage 79.27% 78.46% -0.81%
==========================================
Files 33 33
Lines 5022 5090 +68
==========================================
+ Hits 3981 3994 +13
- Misses 1041 1096 +55 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
AARON-CLARK
left a comment
There was a problem hiding this comment.
Hi @Robert-Krajcik, this is a nice start, but you'll also have to plug in those new configurations to something on the backend for the changes to take effect. @Jeff-Thompson12 is the expert on this stuff, but start off by doing a search for get_db_config() to learn how you can extract the values from the config file and use them in the app's code. So, in the example below, you'll have to run get_db_config('dependencies') to get a list (or a nested list?) of the sub-values you've established here.
Also, you may want to start off by adding the functionality that actually performs the auto assessment of dependencies. This would include adding a checkbox on the upload pkgs tab.
Add dependency rules to the config file
closes issue #598