Skip to content

Add Favorites Feature for Artwork & Tours #6

@devridge0

Description

@devridge0

Users currently cannot bookmark or favorite artworks or tours for later reference. Adding a “favorites” feature will improve personalization and allow quick access to preferred items.
Sample:

// Example: toggling favorite status
struct FavoriteItem: Codable { let id: Int; let type: String }
UserDefaults.standard.toggleFavorite(FavoriteItem(id: 1036, type: "object"))

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions