Release v2
This milestone extends the "minimum viable product" to include niceties and convenience features. It will expand existing functionality to better allow matching and reduce verbosity:
- Regular expressions for better flexibility than wildcards (notation not finalized):
/Walking/r"Subject[0-9]+/r"(Knee|Ankle)Angle" - Sets allowing non-exact matching of children:
/{X*,Y?,"Z?",r"V[0-9]"} - Matching sets of paths rather than just fields (not yet decide if this will be supported):
/{A/B, C}/D
This release can also consider:
- Extend ways
setcan be used - Expand available functions to
removeandexist
No due date
0% Completed