Changeset 2587446
- Timestamp:
- 08/24/2021 01:56:54 AM (5 years ago)
- Location:
- service-tracker
- Files:
-
- 2 edited
-
tags/1.0.0/readme.txt (modified) (4 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
service-tracker/tags/1.0.0/readme.txt
r2587443 r2587446 31 31 == Mobile Application == 32 32 33 = Prerequisites=33 = Prerequisites = 34 34 35 Mobile application requires JWT Authentication for WP-API WordPress Plugin to be installed in your website. 35 Mobile application requires [JWT Authentication]: 36 https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/ 37 for WP-API WordPress Plugin to be installed in your website. 36 38 37 https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/ 39 = Configuration in wp-config.php = 38 40 39 =Configuration in wp-config.php = 40 41 The JWT needs a secret key 41 The JWT requires a secret key 42 42 define('JWT_AUTH_SECRET_KEY', 'SECRET KEY'); 43 43 The secret key can be generated here at https://api.wordpress.org/secret-key/1.1/salt/ … … 45 45 46 46 47 = Configure CORS support in wp-config.php =47 = Configure CORS support in wp-config.php = 48 48 define('JWT_AUTH_CORS_ENABLE', true); 49 49 … … 55 55 * SERVICES REST API is working <YOUR-WEBSITE-URL>/wp-json/wp/v2/services/ 56 56 57 = Install the Mobile Application=57 = Install the Mobile Application = 58 58 59 59 https://play.google.com/store/apps/details?id=com.bucklit.servicetracker … … 73 73 74 74 75 For more detailed information, please refer to the page [contact us] : https://bucklit.com.au/products/service-tracker/.75 For more detailed information, please refer to the page [contact us](https://bucklit.com.au/products/service-tracker/). 76 76 77 [Installation Video] : https://youtu.be/bSj5gJ6aW9I78 [Configuration and Working Video] : https://youtu.be/hjSnbAEHg5877 [Installation Video](https://youtu.be/bSj5gJ6aW9I) 78 [Configuration and Working Video](https://youtu.be/hjSnbAEHg58) 79 79 80 80 == Installation == -
service-tracker/trunk/readme.txt
r2587443 r2587446 31 31 == Mobile Application == 32 32 33 = Prerequisites=33 = Prerequisites = 34 34 35 Mobile application requires JWT Authentication for WP-API WordPress Plugin to be installed in your website. 35 Mobile application requires [JWT Authentication]: 36 https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/ 37 for WP-API WordPress Plugin to be installed in your website. 36 38 37 https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/ 39 = Configuration in wp-config.php = 38 40 39 =Configuration in wp-config.php = 40 41 The JWT needs a secret key 41 The JWT requires a secret key 42 42 define('JWT_AUTH_SECRET_KEY', 'SECRET KEY'); 43 43 The secret key can be generated here at https://api.wordpress.org/secret-key/1.1/salt/ … … 45 45 46 46 47 = Configure CORS support in wp-config.php =47 = Configure CORS support in wp-config.php = 48 48 define('JWT_AUTH_CORS_ENABLE', true); 49 49 … … 55 55 * SERVICES REST API is working <YOUR-WEBSITE-URL>/wp-json/wp/v2/services/ 56 56 57 = Install the Mobile Application=57 = Install the Mobile Application = 58 58 59 59 https://play.google.com/store/apps/details?id=com.bucklit.servicetracker … … 73 73 74 74 75 For more detailed information, please refer to the page [contact us] : https://bucklit.com.au/products/service-tracker/.75 For more detailed information, please refer to the page [contact us](https://bucklit.com.au/products/service-tracker/). 76 76 77 [Installation Video] : https://youtu.be/bSj5gJ6aW9I78 [Configuration and Working Video] : https://youtu.be/hjSnbAEHg5877 [Installation Video](https://youtu.be/bSj5gJ6aW9I) 78 [Configuration and Working Video](https://youtu.be/hjSnbAEHg58) 79 79 80 80 == Installation == … … 97 97 4. Service Details Page - Service Title and Description 98 98 5. Service Details Page - Service related form fields 99 6. Mobile Application - Splash Screen 100 7. Mobile Application - Login Screen 101 8. Mobile Application - Dashboard Screen 102 9. Mobile Application - Services Screen 103 10. Mobile Application - Service Details Screen - Update Status and Comments 104 11. Mobile Application - Splash Screens 99 105 100 106 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.