generated from ApplebaumIan/tu-cis-4398-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 15
Cp 112 put saved recipes request in submit request block to avoid unnecessary reads #70
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
Open
rltruth
wants to merge
173
commits into
Capstone-Projects-2024-Spring:main
Choose a base branch
from
Capstone-Projects-2024-Spring:CP-112-Put-SavedRecipes-request-in-SubmitRequest-block-to-avoid-unnecessary-reads
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…oftware-design-migration Dev/dutill/software design migration
Fixed mermaidjs dependency issue!
…e to users in SignUp
…mmunicate-password-requirements Formatted Login, added password type to inputs, Password Error messag…
…ng/project-cookbook-pro into modularizing-firestore-references
…-firestore-references Modularizing firestore references
…cipes-saved-by-user Dev/shawn/recipes saved by user
…moving-docusaurus Removed all of the files from Docusaurus
…rebase-document-writer-fix Dev/shawn/firebase document writer fix
This reverts commit 9172ee5.
…olor-to-Create-Recipe-containers Adding shitty styling to tell components apart
…ng/project-cookbook-pro into CP-65-Create-Page-for-reviewing-previous-orders
…e-Page-for-reviewing-previous-orders Cp 65 create page for reviewing previous orders
…ed a scroll bar to the RecipeViewer
…every time we move to a new page
…ent-stretching-on-the-page-be-putting-scroll-bars-in-the-side-container-and-content-containers Cp 105 prevent stretching on the page be putting scroll bars in the side container and content containers
…-MealCards-in-Search-Page-in-rows-of-3 Search results now span the entire width of the container
… that the handle submit causes us to get user Saved Recipes from Firebase only when we need to make a request to ChatGPT.
…ng/project-cookbook-pro into CP-112-Put-SavedRecipes-request-in-SubmitRequest-block-to-avoid-unnecessary-reads Fixed getting User Saved Recipes every time GPT component opened
…sentable to a client.
…ng/project-cookbook-pro into CP-89-Change-MealCard-RecipeDetails-to-show-all-data-stored-for-each-recipe
…e-MealCard-RecipeDetails-to-show-all-data-stored-for-each-recipe MealCard View
…ng/project-cookbook-pro into CP-67-Set-up-Search-by-Ingredient-in-Create-Recipe-page
…re they can add whatever type it is.
…p-Search-by-Ingredient-in-Create-Recipe-page Cp 67 set up search by ingredient in create recipe page
…ng/project-cookbook-pro into CP-107-Add-placeholder-for-when-there-isn-t-any-data-available-for-a-viewer-in-the-UserDataViewer Committing minor changes to the branch before testing
…placeholder-for-when-there-isn-t-any-data-available-for-a-viewer-in-the-UserDataViewer Added EmptyCollectionMessage component
…ng/project-cookbook-pro into CP-112-Put-SavedRecipes-request-in-SubmitRequest-block-to-avoid-unnecessary-reads
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changed position of the request to get Saved user recipes within the handle submit to prevent unnecessary reads.