ASE-2024-BugBusters / JoyJoin

JoyJoin a place to connect people
http://13.38.253.17:3005/
0 stars 1 forks source link

Fetching User Tags #25

Open FaizanNehal opened 6 months ago

FaizanNehal commented 6 months ago

Decision: Must Requirement: User Tags T-Shirt: S As a: registered user, I want: to fetch user data to be used in tags, So that: I can create tags and add them in the post

AC: • User information which includes name, email & avatar will be fetch from the database. • Filtering out the specific users, whose information would be added, from the list of all the users • Verification using JWT, so that only authenticated users would be able to fetch this information • Search that a fetched user exists in the database.