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

implement mongodb methods #4

Open
kggold4 opened this issue Jan 23, 2023 · 0 comments
Open

implement mongodb methods #4

kggold4 opened this issue Jan 23, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kggold4
Copy link
Member

kggold4 commented Jan 23, 2023

Open a new branch from 1.0.0, called it in the format: 1.0.0-DDMMYY-text...

  • for example, if today is 23/01/2023 and I'm adding the logger code, my branch name will be: 1.0.0-230123-adding-logger-code

Implement in mongodb_utils.py the methods:

  1. delete_many
  2. update_one
  3. update_many
  4. count
  5. exists
  6. get_many
  • look at the interface to understand what the methods do or ask me if you need
  • look how I have implemented the other methods and try to keep it in the same code formats

after done, open a merge request into 1.7.0 and assign me

@kggold4 kggold4 added the enhancement New feature or request label Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants