Closed gerrycampion closed 7 months ago
During validation I found a bug.
When downloading large number of files (without or with any filter) editor fails downloading on some files and skip them.
First Case
Second Case
During validation tests I observed that the status bar showing progress of download sometimes turn red and then continue downloading. I think these are the cases where editor fails on downloading the file and skips it.
@RamilCDISC I believe this could be an issue specific to Mac OS. When files are created, they use a filename format like: RuleID.UUID.yml If a rule is missing a RuleID (There are currently 4 such rules), the filename will begin with a dot. MacOS treats these as hidden files.
Just checked it is as @gerrycampion is saying. MacOS hide thhose filoes. You can view them using " command+shift+. "in the specific folder.
Would like to recommend that either we change the naming convention so it will not cause inconvience for any other users (MacOS, Windows.. etc) or rules which are missing RuleID should be updated if possible.
In both case Issue is clear from Validation
The validation summary for the issue is complete. The updated code properly implement the new feature of downloading all filtered rule files. Following are the test cases that being covered during the validation process:
The above test cases cover the equired validation for the implemented features
New issue created: https://github.com/cdisc-org/conformance-rules-editor/issues/216
Button should allow author to export all currently filtered rules as a set of yaml files.