UniRegensburg / unsere-app-fur-die-universitat-regensburg-bib-buddy

Bib Buddy - deine App für eine konzentrierte, offene Literaturarbeit!
0 stars 0 forks source link

Adding multiple authors #111

Closed SarahKurek closed 3 years ago

SarahKurek commented 3 years ago

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.

SarahKurek commented 3 years ago

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.