Open
Conversation
Changed second endpoint from '/greeting' to '/greeting/es' to show correct language response.
1. Corrected the path to the AuthService 2. Corrected the path to the DrinkService
fixing a bug in evaluating answers consists of multiple-word, the answer would be correct only if user wrote one word from the correct answer.
fix files' locations
Fix broken form. Change text on button to Artist, not venue. Correct facebook_link label.
Add missing fields and fix the broken ones.
Add missing fields and fix the broken ones.
Add missing button connected to the artist/<artist.id>/edit endpoint. "Todo" instructions say to complete this endpoint, although the front end parts that are supposed to be complete do not use it.
Added missing edit button to connect to the /venues/<venue.id>/edit endpoint. The instructions say to complete this, but it is not used by the completed front end. This will make it much easier for users to test the endpoint when they complete it.
Added missing "locale='en'" that causes a crash.
Fyyur Project: Add missing fields, fix broken pages, fix method that throws error, add edit buttons
fix: Fixed typos in readme
bugfix/evaluating-quiz-answers-fix Bug: If the answer contains multiple words, then the answer would be considered correct if the user submits just one word from the "multiple words" answer.
Change second endpoint to show correct response
Convert SVG name to lowercase
Convert category image name to lowercase
Correct the ToDo in the `def show_artist(artist_id)` function
docs: Fixed the path in README.md
Update to requirements.txt for coffee_shop_app
Ignore node_modules directory for frontend
Update .gitignore to ignore node_modules
Add code to start flask app
Fix typo:`function`
Update api.py
replace "artists" with "venus" in TODO comments at search venue endpoints.
(Frontend) Remove unnecessary return + change let to const + remove whitespace
…class-frontend (Frontend) Add missing 'props' to React class constructors and super() call
Fix comments on venues search endpoints.
doc: Fix typos
doc: Correct TODO comment
Bug fix - line 36
Bug fix to models.py
add environment.yml for conda
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
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.
No description provided.