SEGUC17/PARASITE

Add update and delete features to user interests

NesrinAbdulaziz opened this issue · 1 comments

1- The User schema has an array of Strings called interests. When navigating to the newsfeed, an interests box in the top right corner should show those interests. If I click on any of them, the newsfeed should be filtered with the interests I chose.

2- Editing/Deleting: an icon should be added to the interests box which shows me a pop-up allowing me to either delete any of my interests, or add new ones from the Tags table. The backend of this part is still not done.

Added and translated. Closing