Changes between Version 1 and Version 2 of PrototypeDocumentation
- Timestamp:
- 02/11/25 16:31:34 (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PrototypeDocumentation
v1 v2 1 1 = Prototype Documentation = 2 Command Line Interface 2 3 == Description == 3 4 The prototype version of the app covers the following cases: … … 13 14 If we have our `config/db.config` set up correctly, when we launch the app we are presented with these options: 14 15 15 sc1 16 [[Image(sc1.png)]] 16 17 17 18 == User Registration == 18 19 To register a user we enter the first option. 19 20 20 sc 2 21 [[Image(sc2.png)]] 21 22 22 23 We are asked to provide an email, username, password and contact details. … … 25 26 To log into our newly created account, we use option 2, and input our username and password 26 27 27 sc 3 28 [[Image(sc3.png)]] 28 29 29 30 After a successful login, we are presented with additional options. … … 32 33 To link a social media account, we use option 3. 33 34 34 sc 4 35 [[Image(sc4.png)]] 35 36 36 37 We select a platform, input our platform-related username, and the number of our current followers. … … 38 39 == Create Profile Marketing Request == 39 40 To create a profile marketing request, we use option 4. 40 sc 5 41 42 [[Image(sc5.png)]] 43 41 44 The 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 45 43 46 == Create Post Marketing Request == 44 47 To create a post marketing request, we use option 5. 45 sc 6 48 49 [[Image(sc6.png)]] 50 46 51 The 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 52 … … 49 54 50 55 To view a list of our active marketing requests and their progress, we use option 6. 51 sc 7 56 57 [[Image(sc7.png)]]