generated from ApplebaumIan/tu-cis-4398-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 15
Automatically generate images #94
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
305
commits into
Capstone-Projects-2024-Spring:main
Choose a base branch
from
Capstone-Projects-2024-Spring:automaticallyGenerateImages
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.
Open
Automatically generate images #94
rltruth
wants to merge
305
commits into
Capstone-Projects-2024-Spring:main
from
Capstone-Projects-2024-Spring:automaticallyGenerateImages
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
…ser-created-recipes Dev/shawn/user created recipes
…bar-at-top-of-the-screen Removed white bar from the top of the screen
…tion they are extra and we can achive the same functionality by checking if meal is null or not completed todo comment, added save button to meal cards so you don't have to open details to save
…s from being saved, added a line to avoid that for the time being
…ecipeViewer-bug-with-type-checking Fixed type checking bug
…d close button to quick order recipe details
…it so that the cart is cleared when an order is successfully placed
Adding cart functionality to main branch
page can be accessible. I formatted the recommendations page to display the gpt component nicely. Added the openai module.
…t-recommendations Chat GPT component and Recommendations Page Set up
… for one button type
…hin-a-certain-time-frame
…hin-a-certain-time-frame
…rate-Order-from-meals-planned-within-a-certain-time-frame Cp 152 generate order from meals planned within a certain time frame
…cipe-data-to-nutrition Send cal recipe data to nutrition
…hen their ID was assigned
…orm-Nutrition-Calculations Cp 155 perform nutrition calculations
…ng-Generated-Recipes-to-Firebase-when-clicking-Save-on-the-meal-card Cp 150 saving generated recipes to firebase when clicking save on the meal card
…meal form so that it is no longer a form. made minor css changes to the meal form. also created a css class for the saved generated meals button on the sidebar.
…om-from-cal removing option to select custom recipes on the calendar. simplified …
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.
Branch changes the way we generate images so that rather than requiring user input to generate recipes, it now generates recipes upon component mounting. In using useEffect, the request for images shall persist until an image is generated.