Changes between Initial Version and Version 1 of PrototypeDocumentation


Ignore:
Timestamp:
02/11/25 16:28:55 (11 days ago)
Author:
211585
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PrototypeDocumentation

    v1 v1  
     1= Prototype Documentation =
     2== Description ==
     3The prototype version of the app covers the following cases:
     4- User Registration
     5- User Login
     6- User Logout
     7- Link Social Media Account
     8- Create Profile Marketing Request
     9- Create Post Marketing Request
     10- View and Track Marketing Requests
     11
     12== App Launch ==
     13If we have our `config/db.config` set up correctly, when we launch the app we are presented with these options:
     14
     15sc1
     16
     17== User Registration ==
     18To register a user we enter the first option.
     19
     20sc 2
     21
     22We are asked to provide an email, username, password and contact details.
     23
     24== User Login ==
     25To log into our newly created account, we use option 2, and input our username and password
     26
     27sc 3
     28
     29After a successful login, we are presented with additional options.
     30
     31== Link Social Media Account ==
     32To link a social media account, we use option 3.
     33
     34sc 4
     35
     36We select a platform, input our platform-related username, and the number of our current followers.
     37
     38== Create Profile Marketing Request ==
     39To create a profile marketing request, we use option 4.
     40sc 5
     41The app lists our available profiles (the ones we have linked) and asks the user to select one. After selection the user inputs the follower goal.
     42
     43== Create Post Marketing Request ==
     44To create a post marketing request, we use option 5.
     45sc 6
     46The app lists our available profiles (the ones we have linked) and asks the user to select one. After selection the user is asked to input the URL of the target post and the likes and comments target goal.
     47
     48== View and Track Marketing Requests ==
     49
     50To view a list of our active marketing requests and their progress, we use option 6.
     51sc 7