-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The need to add date filtering options to relaton-cli.
$ relaton fetch 'IEC 80000-6' --publication-date-before 2008
$ relaton fetch 'IEC 80000-6' --publication-date-after 2002
$ relaton fetch 'IEC 80000-6' --publication-date-before 2008-02-02 --publication-date-after 2002-01-01
@ronaldtse we need to pass these options to relaton-* gems and implement filtering by date in each flavor gem. Some gem don't have parsed ID parts yet. It will take time.
We can implement the functionality for IEC first, publish release, and add the functionality to other relaton flavor gems later. Or, we can publish release when then the functionality will be released in all relaton-* gems. What do you think?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request