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.
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.