wiki:AppDesign/UseCase02

Version 5 (modified by 211585, 33 hours ago) ( diff )

--

Link Social Media Account

Actors

  • User

Steps in Scenario

Users link their social media profiles to the app in order to manage their marketing campaigns.

  • User selects a social media platform (e.g., Instagram, Facebook..).
  • User enters the social media handle, profile URL, and specifies the account type (e.g., Public, Private..).
  • System validates and stores the social media profile information in the database.
INSERT INTO SocialMediaProfile (platform, user_name, account_type, followers_count, userid) 
VALUES ('Twitter', 'user1_twitter', 'public', 1500, 1);
Note: See TracWiki for help on using the wiki.