-
Notifications
You must be signed in to change notification settings - Fork 1.5k
main #1503
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
base: develop
Are you sure you want to change the base?
main #1503
Conversation
Book app develop
Learning how to use github
New features by Anagh B R
Added book app features
Git Task - Add new book app features
… and list features
Haeba Sara / Added book app features - create and list books
PR for Book App Task
feat(add_books_feature): add create_book feature text
Add basic book creation & listing features
Github Basics
merging branch
Merge feature branch into develop to develop to add login functionality
Add book app features by Athira Biju
AlkaDevi| Completed Github Enablment Task
Merge develop into main
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds book management feature files for multiple user-specific book applications. The changes primarily introduce standardized feature descriptions for creating books and listing all books across numerous individual book app directories.
- Adds feature description files for book creation and listing functionality
- Establishes consistent documentation structure across user applications
- Updates README.md with a completion entry
Reviewed changes
Copilot reviewed 284 out of 452 changed files in this pull request and generated 14 comments.
Show a summary per file
| File | Description |
|---|---|
Multiple create_book.txt files |
Adds feature description for book creation functionality |
Multiple list_all_books.txt files |
Adds feature description for listing books in ascending order |
README.md |
Adds completion entry for Saniya Manoj |
intro2.txt |
Adds second intro file |
| Various metadata files | Adds supplementary documentation files |
Comments suppressed due to low confidence (3)
Mohammed_Aslam_book_app/add_books_feature/create_book.txt:1
- Missing period at the end of the sentence.
Mathew_Joseph_T_A_Book_App /add_books_feautures/create_book.txt:1 - Missing closing quotation mark.
YASAR_ARAFATH_book_app/add_books_feature/create_book.txt:1 - Missing space between 'a' and 'new'.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,2 @@ | |||
| This is the feature which shows the user all the books they’ve created as a list. | |||
| List all book will lost all books in ascending order. | |||
Copilot
AI
Dec 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Multiple spelling errors: 'book' should be 'books' and 'lost' should be 'list'.
| List all book will lost all books in ascending order. | |
| List all books will list all books in ascending order. |
| @@ -0,0 +1,2 @@ | |||
| This is the feature which shows the user all the books they've created as a list. | |||
| List all book will list all books in ascending order. | |||
Copilot
AI
Dec 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Singular 'book' should be plural 'books' for grammatical consistency.
| List all book will list all books in ascending order. | |
| List all books will list all books in ascending order. |
| @@ -0,0 +1 @@ | |||
| This is the feature which shows the user all the books they've created as a list. | |||
Copilot
AI
Dec 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description in create_book.txt describes listing functionality rather than book creation functionality. This file should describe the feature for adding a new book, not listing existing books.
| This is the feature which shows the user all the books they've created as a list. | |
| This feature allows the user to add a new book to their collection by entering the book's details, such as title, author, and other relevant information. |
| @@ -0,0 +1 @@ | |||
| “This is the feature which shows the user all the books they’ve created as a list.” | |||
Copilot
AI
Dec 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description in create_book.txt describes listing functionality rather than book creation functionality. This file should describe the feature for adding a new book, not listing existing books.
| “This is the feature which shows the user all the books they’ve created as a list.” | |
| “This feature allows the user to add a new book by entering its details, such as title, author, and description.” |
| @@ -0,0 +1 @@ | |||
| This is the feature for the author to add a new book | |||
Copilot
AI
Dec 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing period at the end of the sentence.
| This is the feature for the author to add a new book | |
| This is the feature for the author to add a new book. |
| This is the feature which shows the user all the books they've created as a list. � | ||
| List all books will list all books in ascending order. � |
Copilot
AI
Dec 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Invalid or unprintable characters (�) at the end of lines.
| This is the feature which shows the user all the books they've created as a list. � | |
| List all books will list all books in ascending order. � | |
| This is the feature which shows the user all the books they've created as a list. | |
| List all books will list all books in ascending order. |
| @@ -0,0 +1 @@ | |||
| This is the feature for the author to add a new book. � | |||
Copilot
AI
Dec 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Invalid or unprintable character (�) at the end of the line.
| This is the feature for the author to add a new book. � | |
| This is the feature for the author to add a new book. |
| @@ -0,0 +1 @@ | |||
| This is the feature which shows the user all the books they've created as a list. echo List all books will list all books in ascending order. | |||
Copilot
AI
Dec 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The word 'echo' appears to be a command accidentally included in the documentation text. This should be removed or the text should be split into two lines as intended.
| This is the feature which shows the user all the books they've created as a list. echo List all books will list all books in ascending order. | |
| This is the feature which shows the user all the books they've created as a list. List all books will list all books in ascending order. |
| @@ -0,0 +1,2 @@ | |||
| This is the feature which shows the user all the books they’ve created as a list.” | |||
Copilot
AI
Dec 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mismatched quotation mark - opening quote is missing.
| This is the feature which shows the user all the books they’ve created as a list.” | |
| This is the feature which shows the user all the books they’ve created as a list. |
| @@ -0,0 +1 @@ | |||
|
|
|||
Copilot
AI
Dec 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty file with no content. This file should contain a description of the create book feature.
|
please fork properly now it showing 1054 commits to merge .please go through the task description and check it and resubmit it |
No description provided.