Version 4 (modified by 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:
- User selects a platform for marketing (e.g. Instagram). They are presented with marketing options and services for that platform.
- 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.
- 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.
- User selects their payment method, and inputs their payment details.
- 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)
- igservices.jpg (32.4 KB ) - added by 33 hours ago.
- mainscreen.jpg (30.9 KB ) - added by 33 hours ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.