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
Feedback:
It would be beneficial to have interests written inside the database.
Description:
The user has suggested storing interests directly inside the database. Currently, it seems that the application might not be handling interests in this way, and the user sees value in centralizing and organizing this information within the database.
Suggestions:
Modify the database schema to include a dedicated table or field for storing user interests.
Ensure that the application logic is updated to read and write interests to the newly defined database structure.
Consider optimizing queries related to interests for better performance.
Expected Outcome:
By storing interests directly inside the database, the application can efficiently manage and retrieve this information, providing a more scalable and organized solution.
The text was updated successfully, but these errors were encountered:
Feedback:
It would be beneficial to have interests written inside the database.
Description:
The user has suggested storing interests directly inside the database. Currently, it seems that the application might not be handling interests in this way, and the user sees value in centralizing and organizing this information within the database.
Suggestions:
Expected Outcome:
By storing interests directly inside the database, the application can efficiently manage and retrieve this information, providing a more scalable and organized solution.
The text was updated successfully, but these errors were encountered: