Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add search-by-date CLI command #102

Open
zstumgoren opened this issue Jul 18, 2021 · 0 comments
Open

Add search-by-date CLI command #102

zstumgoren opened this issue Jul 18, 2021 · 0 comments
Labels
cli Related to the command-line interface enhancement New feature or request
Milestone

Comments

@zstumgoren
Copy link
Member

zstumgoren commented Jul 18, 2021

Related to #100

Add a CLI command date-based searches to support case discovery.

Oklahoma's Oscn Site class already has a search_by_date method, and it appears we may be able to support the same in Wisconsin (#64).

We should hold off on this until we've added a few more platforms/states to ensure a stable API at the Site class layer.

As part of these changes, we'll need to address handling of logging (#100) in cli.py. We moved logging setup inside the search command as part of the Oklahoma refactor (#97) in order to simplify testing. We should refactor logging to set the log file and log level as cli options for all cli commands where relevant (e.g. search and the proposed search_by_date).

@zstumgoren zstumgoren added cli Related to the command-line interface enhancement New feature or request labels Jul 18, 2021
@zstumgoren zstumgoren added this to the v0.2.0 milestone Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Related to the command-line interface enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant