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

Move digifeeds functions to module #19

Merged
merged 6 commits into from
Nov 13, 2024

Conversation

niquerio
Copy link
Contributor

Most of the functions for the digifeeds cli were in separate files, with the same name as the cli method. This meant they needed to be referred to be a different name in the cli code, which is confusing.

Now they are in a functions.py file.

The add_to_db function was renamed add_to_digifeeds_set since that's the actual important thing that's being done in that script.

add_to_digifeeds_set, check_zephir, and move_to_pickup all create a new item with the given barcode if one doesn't already exist.

@niquerio niquerio merged commit 42947b0 into main Nov 13, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant