You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance UserData schema and service for flexible preferences handling
- Updated UserDataBase schema to accept preferences as either a comma-separated string or a list of strings.
- Implemented a new internal helper method in UserDataService to serialize preferences into a consistent format for database storage.
- Adjusted user data retrieval and creation methods to ensure preferences are correctly formatted before database operations.
0 commit comments