devridge0 / devridge0/aic-mobile-ios
Add Favorites Feature for Artwork & Tours
Open
enhancement
feature
request
UI
user experience
- Dominant language
- Swift
- Stars
- 6
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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:
```swift
// Example: toggling favorite status
struct FavoriteItem: Codable { let id: Int; let type: String }
UserDefaults.standard.toggleFavorite(FavoriteItem(id: 1036, type: "object"))
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.