Closed claudia3 closed 3 years ago
Forgot to say: I think before further working on this feature & merging it we should focus on finishing our Unit Tests & Automatic Testing. Let's get back to this afterwards! :)
Thanks for the review.
Agreed in team meeting:
Description The stored shelves in the database are shown in the library depending on the shelf level. When a new shelf is created the shelf will be stored in the database and the corresponding view is updated.
Affects The whole app, therefore all team members @claudia3 @silvia-ivanova-github-rep @xSabrina @SarahKurek @LuisMossburger
Notes for Reviewer The former ListView and LibraryAdapter are replaced with a RecyclerView and a LibraryRecyclerViewAdapter. A new Fragment for creating a new shelf is added. The LibraryModel uses the information from the database instead of mock data. Integer is replaced with Long to fit the database datatype. Please review & comment/approve.