Add Book Creation and Listing FeaturesAdd create book feature#1626
Open
fathimaneslin wants to merge 1 commit into
Open
Add Book Creation and Listing FeaturesAdd create book feature#1626fathimaneslin wants to merge 1 commit into
fathimaneslin wants to merge 1 commit into
Conversation
Comment on lines
3
to
+4
| This feature also supports quick search and filtering to help users efficiently navigate their book list. | ||
| This is the feature for the author to add a new book. |
There was a problem hiding this comment.
The newly added line is a near-duplicate of line 1. The only difference is the absence of surrounding quotation marks, which makes the file inconsistent — the same statement appears twice with different formatting. If the intent was to describe the "list all books" feature, this line should be updated to reflect that instead.
Suggested change
| This feature also supports quick search and filtering to help users efficiently navigate their book list. | |
| This is the feature for the author to add a new book. | |
| This feature also supports quick search and filtering to help users efficiently navigate their book list. | |
| This is the feature for the author to list all existing books. |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
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.
Implemented the create book feature and list all books feature using Git branches.
Created separate commits for each feature, merged the feature branch into develop, and completed the Git & GitHub Enablement Task.