Conversation
| RuleTypes.DOMAIN_PRESENCE_CHECK_AGAINST_DEFINE.value: DomainListWithDefineDatasetBuilder, | ||
| RuleTypes.DEFINE_ITEM_METADATA_CHECK.value: DefineVariablesDatasetBuilder, | ||
| RuleTypes.VARIABLE_METADATA_CHECK_AGAINST_DEFINE.value: VariablesMetadataWithDefineDatasetBuilder, | ||
| RuleTypes.DATASET_CONTENTS_CHECK_AGAINST_DEFINE_AND_LIBRARY.value: ContentsDatasetBuilder, |
There was a problem hiding this comment.
Could you please update the documentation of Rule Type to remove this from there too?
There was a problem hiding this comment.
Are we planning to keep it in the documentation and remove form code? @SFJohnson24
There was a problem hiding this comment.
odd I had though I removed it. It is done @RamilCDISC
README.md
Outdated
|
|
||
| To obtain an api key, please follow the instructions found here: <https://wiki.cdisc.org/display/LIBSUPRT/Getting+Started%3A+Access+to+CDISC+Library+API+using+API+Key+Authentication>. Please note it can take up to an hour after sign up to have an api key issued | ||
|
|
||
| This will show the list of cache update options. |
There was a problem hiding this comment.
I believe this line is incomplete. The command it is referring to is missing from here
There was a problem hiding this comment.
line is a bit strangely worded. changed it.
…les-engine into issue_reports
…les-engine into issue_reports
| @@ -1,5 +1,3 @@ | |||
| ## Dataset Contents Check against Define XML and Library Metadata | |||
|
|
|||
| #### Columns | |||
There was a problem hiding this comment.
Could you please remove the description of the rule type too? The title is removed but sub headings are still there.
There was a problem hiding this comment.
I do not see the sub headings you are referring to @RamilCDISC
RamilCDISC
left a comment
There was a problem hiding this comment.
The PR does cleaning of the codebase by removing unused rule types and operators. It also updates the documentation. the validation was done by:
- Reviewing the PR for any unwanted code or changes.
- Validating all tests pass.
- Ensuring removed rule type documentation and tests are properly removed.
- Ensuring removed operators tests and documentation is removed too.
- validating update cache documentation is updated.
- Ensuring CORE test suite validation pass.
- Verifying readability of the updated documentation.
gerrycampion
left a comment
There was a problem hiding this comment.
It looks like this resolves part of ticket #514 as well. Maybe take a look to see if it makes sense to address anything else from that ticket. I don't think we want to move forward with removing the items in the Operations section
| RuleTypes.VARIABLE_METADATA_CHECK_AGAINST_LIBRARY.value: VariablesMetadataWithLibraryMetadataDatasetBuilder, | ||
| RuleTypes.DEFINE_ITEM_METADATA_CHECK_AGAINST_LIBRARY.value: DefineVariablesWithLibraryMetadataDatasetBuilder, | ||
| RuleTypes.VARIABLE_METADATA_CHECK_AGAINST_DEFINE_XML_AND_LIBRARY.value: VariablesMetadataWithDefineAndLibraryDatasetBuilder, | ||
| RuleTypes.VARIABLE_METADATA_CHECK_AGAINST_DEFINE_XML_AND_LIBRARY.value: VariablesMetadataWithDefineAndLibraryDatasetBuilder, # noqa: E501 |
There was a problem hiding this comment.
why does this need to be here now if it is in flake8?
There was a problem hiding this comment.
removed this and several other inline # noqa: E501
This PR