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

Check individual item availability & Adding item quantity #175

Open
Anoushka444 opened this issue Apr 20, 2023 · 5 comments · May be fixed by #227
Open

Check individual item availability & Adding item quantity #175

Anoushka444 opened this issue Apr 20, 2023 · 5 comments · May be fixed by #227
Assignees
Labels
feature New feature or request Urgent Need everyone's attention

Comments

@Anoushka444
Copy link
Contributor

No description provided.

@jayrevolinskyjr
Copy link
Contributor

jayrevolinskyjr commented Apr 24, 2023

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.

  • Design functions to query from database
  • Build function to query availability from individual items from database
  • Build function to query quantity of individual items from database

@kbuffardi kbuffardi added the Urgent Need everyone's attention label Apr 25, 2023
@briswells
Copy link
Contributor

briswells commented May 1, 2023

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.

@briswells
Copy link
Contributor

Backend route now allows for searching items. Next will update front end stock page.

@jayrevolinskyjr jayrevolinskyjr added the feature New feature or request label May 2, 2023
@jayrevolinskyjr jayrevolinskyjr linked a pull request May 2, 2023 that will close this issue
@jayrevolinskyjr jayrevolinskyjr linked a pull request May 2, 2023 that will close this issue
@Anoushka444
Copy link
Contributor Author

Anoushka444 commented May 3, 2023

@jayrevolinskyjr Should this issue be closed as it is being worked upon in #227 ?

@jayrevolinskyjr
Copy link
Contributor

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request Urgent Need everyone's attention
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants