iamantoniodinuzzo / CineMates

CineMates is a modern android application for movie fans in which you will be able to search for movies and consult information provided by The Movie DB.
GNU General Public License v3.0
15 stars 3 forks source link

Added feature of selecting people as favorites #301

Closed iamantoniodinuzzo closed 8 months ago

iamantoniodinuzzo commented 8 months ago

Proposed changes

The user can now indicate a person as a favorite. Updated the Database with a new entity and updated the repository to be able to update a person's details when they are retrieved, showing if they are already a favorite

What is the destination branch of this PR?

develop

Further comments or screenshots (if appropriate)

Types of changes

What types of changes does your code introduce to this project? Put an x in the boxes that apply

Is additional manual testing needed?

Yes


If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

iamantoniodinuzzo commented 8 months ago

fix #295