Skip to content
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

#796 Kevin_ Book_ app #796

Open
wants to merge 51 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
b15f23a
add a create_book.txt
Helen-Susan Sep 16, 2024
ead4db7
added one more line to list_all_book.txt
Helen-Susan Sep 16, 2024
4b10426
added
Helen-Susan Sep 16, 2024
4d7058a
changed version
Helen-Susan Sep 18, 2024
02eedac
Added create_book.txt with the add book feature
joegeorge022 Oct 4, 2024
f5e3594
Added list_all_books.txt with list books feature
joegeorge022 Oct 4, 2024
89b0a99
Updated list_all_books.txt to list books in ascending order
joegeorge022 Oct 4, 2024
64b5bca
Concluded merge of feature branch into develop
joegeorge022 Oct 4, 2024
641d8d3
Merge pull request #749 from joegeorge022/develop
elementaryrock Oct 4, 2024
b927f8a
error phew
husainsaifee53 Oct 4, 2024
02c2d96
Merge pull request #732 from Helen-Susan/develop
elementaryrock Oct 5, 2024
6b5f28e
Merge pull request #750 from husainsaifee53/main
elementaryrock Oct 5, 2024
20874ed
Add create_book.txt with feature description
Gourav61 Oct 8, 2024
64d0f18
Add list_all_books.txt with feature description
Gourav61 Oct 8, 2024
d452058
Add second line to list_all_books.txt
Gourav61 Oct 8, 2024
9784258
Merge branch 'feature' into develop
Gourav61 Oct 8, 2024
6833095
Merge pull request #752 from Gourav61/develop
elementaryrock Oct 9, 2024
d3c6fee
Add create_book feature
abhips1108 Oct 11, 2024
9598d4c
Add list_all_books feature
abhips1108 Oct 11, 2024
58746a6
Update list_all_books feature with sorting info
abhips1108 Oct 11, 2024
2561845
Update list_all_books feature with sorting info
abhips1108 Oct 11, 2024
3b8db42
Add list_all_books feture description
siyad01 Oct 13, 2024
7f2c224
Update list_all_books feature with sorting details
siyad01 Oct 13, 2024
efcbc3f
Merge pull request #756 from siyad01/develop
elementaryrock Oct 13, 2024
730faf1
Merge pull request #754 from abhips2005/develop
elementaryrock Oct 13, 2024
ad0ed39
Create create_book.txt
mathewjosephta Oct 19, 2024
32640f9
Create list_all_books.txt
mathewjosephta Oct 19, 2024
1873395
Add create_book.txt with book addition feature.
Oct 19, 2024
64a3e02
Add create_book.txt with book addition feature.
Oct 19, 2024
7ffa728
Add feature to list all books in ascending order.
Oct 19, 2024
8955b2c
Merge branch 'feature' into develop
Oct 19, 2024
7a6a43c
Merge pull request #758 from mathewjosephta/main
elementaryrock Oct 20, 2024
11856f5
Merge pull request #759 from Praveenuhhuv/develop
elementaryrock Oct 20, 2024
165ee91
Add list_all_books.txt feature
dani-s-h007 Oct 29, 2024
cac930d
Add sorting feature to list_all_books.txt
dani-s-h007 Oct 29, 2024
fb7ed32
Merge pull request #762 from dani-s-h007/develop
elementaryrock Nov 3, 2024
bb81498
Add create_book.txt with feature description
Sarvesh177 Nov 8, 2024
d6fe4c3
list_all_books.txt with feature description
Sarvesh177 Nov 8, 2024
cb0a76d
Add ascending order functionality to list_all_books feature
Sarvesh177 Nov 8, 2024
2f66bdb
Merge pull request #777 from Sarvesh177/develop
elementaryrock Nov 8, 2024
0ec4579
create book
vaishakhwastaken Nov 9, 2024
38c89eb
list all books
vaishakhwastaken Nov 9, 2024
830380d
Merge pull request #778 from vaishakhwastaken/develop
elementaryrock Nov 9, 2024
f52d261
Initial commit
thesrhari Nov 9, 2024
b02633d
Create list_all_books.txt
thesrhari Nov 9, 2024
c00be09
Update list_all_books.txt
thesrhari Nov 9, 2024
79827f4
Merge branch 'feature' into develop
thesrhari Nov 9, 2024
5a545e5
Added create book
ABHISHEK2k6 Nov 10, 2024
ef0e7fe
Added list of books
ABHISHEK2k6 Nov 10, 2024
46f50a7
Merge pull request #782 from ABHISHEK2k6/develop
Anna-Jaison Nov 10, 2024
c9db85a
Merge pull request #779 from thesrhari/develop
elementaryrock Nov 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"This is the feature for the author to add a new book.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
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.
1 change: 1 addition & 0 deletions Sarvesh_book_app/add_books_feature/create_book.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the feature for the author to add a new book.
2 changes: 2 additions & 0 deletions Sarvesh_book_app/add_books_feature/list_all_books.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
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.
1 change: 1 addition & 0 deletions abhijith_s_book_app/add_books_feature/create_book.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the feature for the author to add a new book.
2 changes: 2 additions & 0 deletions abhijith_s_book_app/add_books_feature/list_all_books.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
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.
1 change: 1 addition & 0 deletions abhishek_p_book_app/create_book.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the feature for the author to add a new book.
2 changes: 2 additions & 0 deletions abhishek_p_book_app/list_all_books.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
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.
1 change: 1 addition & 0 deletions danish_k_book_app/add_books_feature/create_book.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the feature for the author to add a new book.
2 changes: 2 additions & 0 deletions danish_k_book_app/add_books_feature/list_all_books.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
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.
1 change: 1 addition & 0 deletions gourav_sarath_book_app/add_books_feature/create_book.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the feature for the author to add a new book.
3 changes: 3 additions & 0 deletions gourav_sarath_book_app/add_books_feature/list_all_books.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
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.

1 change: 1 addition & 0 deletions helen_susan_bejoy_app/add_books_feature/create_book.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the feature for the author to add a new book.
2 changes: 2 additions & 0 deletions helen_susan_bejoy_app/add_books_feature/list_all_books.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
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.
1 change: 1 addition & 0 deletions husain_book_app/add_books_features/create_book.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the feature for the author to add a new book.
2 changes: 2 additions & 0 deletions husain_book_app/add_books_features/list_all_books.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This is the feature which shows the user all the books they've created as a list.
List all the books will list all books in ascending order.
1 change: 1 addition & 0 deletions joe_george_book_app/add_books_feature/create_book.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the feature for the author to add a new book.
2 changes: 2 additions & 0 deletions joe_george_book_app/add_books_feature/list_all_books.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
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.
1 change: 1 addition & 0 deletions muhammed_siyad_book_app/add_books_feature/create_book.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the feature for the author to add a new book.
2 changes: 2 additions & 0 deletions muhammed_siyad_book_app/add_books_feature/list_all_books.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
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.
1 change: 1 addition & 0 deletions praveen_p_book_app/add_books_feature/create_book.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the feature for the author to add a new book.
2 changes: 2 additions & 0 deletions praveen_p_book_app/add_books_feature/list_all_books.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
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.
1 change: 1 addition & 0 deletions sree_hari_a_book_app/add_books_feature/create_book.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the feature for the author to add a new book.
2 changes: 2 additions & 0 deletions sree_hari_a_book_app/add_books_feature/list_all_books.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
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.
1 change: 1 addition & 0 deletions vaishakh_v_s_book_app/add_books_feature/create_book.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the feature for the author to adda new book.
2 changes: 2 additions & 0 deletions vaishakh_v_s_book_app/add_books_feature/list_all_books.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
“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.