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

Add book app features #807

Open
wants to merge 56 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
46cbd7e
Add create book feature
Anna-Jaison Sep 20, 2024
ee3bb0e
Add list all books feature
Anna-Jaison Sep 20, 2024
f7a3896
Update list all books feature with sorting description
Anna-Jaison Sep 20, 2024
a2a2989
Merge branch 'feature' into develop
Anna-Jaison Sep 20, 2024
6467978
Merge branch 'feature' into develop
Anna-Jaison Sep 20, 2024
ba98992
Fix merge and include changes for create_book and list_all_books feat…
Anna-Jaison Sep 20, 2024
7c78200
added
ADITHYAN2004 Oct 3, 2024
3cce514
made a book directory , added a feature for the author to add a new book
astrofisist Oct 4, 2024
4adc936
created a new branch called feature after checking out to the main br…
astrofisist Oct 4, 2024
7c1cffe
Merge pull request #746 from ADITHYAN2004/develop
elementaryrock Oct 4, 2024
7634332
Added list_all_books.txt feature
astrofisist Nov 2, 2024
a5de5f9
Resolved merge conflict
astrofisist Nov 3, 2024
d3eeef5
Merge pull request #771 from astrofisist/develop
elementaryrock Nov 3, 2024
dbb8c2f
Add list_all_books feature
Dec 16, 2024
edf73ed
Add ascending order feature to list_all_books
Dec 16, 2024
5546cdf
Added create_book.txt with the add book feature
joegeorge022 Oct 4, 2024
828d035
Added list_all_books.txt with list books feature
joegeorge022 Oct 4, 2024
1cb1373
Updated list_all_books.txt to list books in ascending order
joegeorge022 Oct 4, 2024
2d1b6e7
add a create_book.txt
Helen-Susan Sep 16, 2024
e90d13a
added one more line to list_all_book.txt
Helen-Susan Sep 16, 2024
d2c771e
changed version
Helen-Susan Sep 18, 2024
4341db7
error phew
husainsaifee53 Oct 4, 2024
7c989e8
Add create_book.txt with feature description
Gourav61 Oct 8, 2024
c54387f
Add list_all_books.txt with feature description
Gourav61 Oct 8, 2024
57638b4
Add second line to list_all_books.txt
Gourav61 Oct 8, 2024
21f456e
Add list_all_books feture description
siyad01 Oct 13, 2024
0ce684b
Update list_all_books feature with sorting details
siyad01 Oct 13, 2024
5b3e019
Add create_book feature
abhips1108 Oct 11, 2024
58633aa
Add list_all_books feature
abhips1108 Oct 11, 2024
8fab35c
Update list_all_books feature with sorting info
abhips1108 Oct 11, 2024
ee9cd17
Create create_book.txt
mathewjosephta Oct 19, 2024
0a10490
Create list_all_books.txt
mathewjosephta Oct 19, 2024
c36a334
Add create_book.txt with book addition feature.
Oct 19, 2024
77d5c51
Add create_book.txt with book addition feature.
Oct 19, 2024
d001a63
Add feature to list all books in ascending order.
Oct 19, 2024
ab51947
Add list_all_books.txt feature
dani-s-h007 Oct 29, 2024
d8fb7a6
Add sorting feature to list_all_books.txt
dani-s-h007 Oct 29, 2024
4697d25
Add create_book.txt with feature description
Sarvesh177 Nov 8, 2024
2d72514
list_all_books.txt with feature description
Sarvesh177 Nov 8, 2024
d69f8fb
Add ascending order functionality to list_all_books feature
Sarvesh177 Nov 8, 2024
0a22eb8
create book
vaishakhwastaken Nov 9, 2024
3d61d73
list all books
vaishakhwastaken Nov 9, 2024
d0ac6a3
Added create book
ABHISHEK2k6 Nov 10, 2024
409d553
Added list of books
ABHISHEK2k6 Nov 10, 2024
41cc8d8
Initial commit
thesrhari Nov 9, 2024
649d3b0
Create list_all_books.txt
thesrhari Nov 9, 2024
50fb71d
Update list_all_books.txt
thesrhari Nov 9, 2024
04e2d7b
created feature specifcation
arnavam Dec 14, 2024
848543c
feature spefication for list all books
arnavam Dec 14, 2024
aef2b96
feature spefication for list all books
arnavam Dec 14, 2024
7911adc
Add create_book feature
Dec 16, 2024
0fae2be
Add list_all_books feature
Dec 16, 2024
5709ffe
Add ascending order feature to list_all_books
Dec 16, 2024
896e16b
Add list_all_books feature
Dec 16, 2024
5bdb4f8
Add ascending order feature to list_all_books
Dec 16, 2024
bf1d9ab
Merge branch 'feature' into develop
Dec 16, 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
12 changes: 0 additions & 12 deletions Akash_A_book_app/add_books_feature/create_book.txt

This file was deleted.

16 changes: 0 additions & 16 deletions Akash_A_book_app/add_books_feature/list_all_books.txt

This file was deleted.

1 change: 1 addition & 0 deletions YASAR_ARAFATH_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 anew book."
2 changes: 2 additions & 0 deletions YASAR_ARAFATH_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 adithyan_suresh_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 adithyan_suresh_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 anna_jaison_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 anna_jaison_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 sabari_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 sabari_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.