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 Consumables concept #137

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

eamonnlambda
Copy link

@eamonnlambda eamonnlambda commented Nov 1, 2023

Hi,

I saw in #53 that the project may be open to the concept of a Consumable. I implemented a majority of the functionality (still changes to come for QoL, but the basis is there), and wanted to bring this back & make sure that I have gone down the correct path for implementation. Is this the direction the modifications should go/does everything look good so far?

Added:

  • Consumable
  • Consumable Type

Consumable Fields:

  • Consumable Type
  • Manufacturer
  • Quantity
  • Alert At Quantity (Send out an alert if the stored quantity of Consumables falls below this amount)
  • Location

Consumable Type Fields:

  • Name
  • Part Number
  • Manufacturer
  • Slug
  • Description

TODO (for me):

  • Add easy increment/decrement quantity for Consumables Completed
  • Implement some form of alerting when alert_at_quantity is reached
  • Adding a tab for Consumables on the Location page (much like the tab for Assets)
  • Loads of testing

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.

None yet

1 participant