Description
Closes #104.
Created new views for adding multiple authors. BookForm contains a button that leads to the AuthorFragment. In this, a list with the authors for the book is displayed. A plus button can be used to create a new author via an input form. With a click on the back-button the author will be saved in the list. Pressing the back button again returns the user to the BookForm. Finally, the authors are saved when the book is created.
Affects
BookFragment, BookFormFragment, BookModel
Notes for Reviewer
Unifying the button and the list as well as displaying the authors as text in the BookFormFragment follows.
Please review & comment/approve.
Thanks for the review. The button for saving in BookFormFragment and AuthorFormFragment will be changed in the next step and will then contain a check symbol or something like that.
Description Closes #104. Created new views for adding multiple authors. BookForm contains a button that leads to the AuthorFragment. In this, a list with the authors for the book is displayed. A plus button can be used to create a new author via an input form. With a click on the back-button the author will be saved in the list. Pressing the back button again returns the user to the BookForm. Finally, the authors are saved when the book is created.
Affects BookFragment, BookFormFragment, BookModel
Notes for Reviewer Unifying the button and the list as well as displaying the authors as text in the BookFormFragment follows. Please review & comment/approve.