-
Notifications
You must be signed in to change notification settings - Fork 0
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
Calculate the number of spares within a catalogue item #417
Labels
enhancement
New feature or request
Comments
joelvdavies
added a commit
that referenced
this issue
Nov 29, 2024
joelvdavies
added a commit
that referenced
this issue
Nov 29, 2024
joelvdavies
added a commit
that referenced
this issue
Nov 29, 2024
I believe the issue mentioned about count being inaccurate sometimes is fine with https://stackoverflow.com/questions/65282889/mongodb-count-versus-countdocuments See https://www.mongodb.com/docs/manual/reference/method/db.collection.countDocuments/#mechanics, it uses the aggregation behind the scenes. |
joelvdavies
added a commit
that referenced
this issue
Nov 29, 2024
3 tasks
joelvdavies
added a commit
that referenced
this issue
Dec 2, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 2, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 2, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 2, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 3, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 3, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 3, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 3, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 4, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 4, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 5, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 5, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 5, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 5, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 5, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 5, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 5, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 5, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 5, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 5, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 5, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 5, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 5, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 5, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 5, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 5, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 5, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 6, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 6, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 6, 2024
joelvdavies
added a commit
that referenced
this issue
Dec 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following on from #413 and #416. Update the
spares
field in the parent catalogue item whenever:It is not currently possible to move items between catalogue items. The calculation itself should:
time.sleep
)The text was updated successfully, but these errors were encountered: