-
Notifications
You must be signed in to change notification settings - Fork 34
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
Check individual item availability & Adding item quantity #175
Comments
This issue is related to the original features from the first project. The design of the two query functions will be similar to one another since an item that is available will have a quantity in the database. For now, the function will likely just involve a request sent by postman or from the terminal.
|
Updated stock model to properly take into account checked out and throw away items when returning quantity. Next will create a route that allows for querying for specific items. |
Backend route now allows for searching items. Next will update front end stock page. |
@jayrevolinskyjr Should this issue be closed as it is being worked upon in #227 ? |
Once the API endpoints are confirmed working we can update the tasks for this issue. Merging #227 will close this issue automatically. That'll open it up to frontend development |
No description provided.
The text was updated successfully, but these errors were encountered: