wiki:AppDesign/UseCase03

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

--

Create Profile Marketing Request

Actors

  • User

Steps in Scenario

Users create a marketing request with specific goals for their social media profiles. Main Page Demo:

  1. User selects a platform for marketing (e.g. Instagram). They are presented with marketing options and services for that platform.
  2. User selects a profile marketing service (e.g. followers). They are presented with several "packages", services and their prices offered by GrowBridge's Service Providers.

  1. User clicks on the "package" or service that they chose, and they are asked to select one of their linked social media profiles. The user is redirected to the transaction page.
  2. User selects their payment method, and inputs their payment details.
  3. System creates a new record in the profile marketing requests table.
-- Insert into Profile Marketing Request Table
INSERT INTO ProfileMarketingRequest (target_followers , timeline , profileid , date_created, status, userid , providerid) VALUES
(3000, '2025-02-01 00:00:00', 1, '2025-01-10 12:00:00', 'pending', 1, 1);

Attachments (2)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.