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

Add new shelf and use database for library (see Issue #17) #49

Closed claudia3 closed 3 years ago

claudia3 commented 3 years ago

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.

LuisMossburger commented 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! :)

claudia3 commented 3 years ago

Thanks for the review.

LuisMossburger commented 3 years ago

Agreed in team meeting: