From 66a07f71d861a48f28965acef5bbb842408c156f Mon Sep 17 00:00:00 2001 From: abhishek-iiit Date: Wed, 19 May 2021 15:51:10 +0530 Subject: [PATCH 1/7] Updated Project timeline for How-to-Guide --- .../2021-05-12-gsod-2021-how-to-guide-team-proposal.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jekyll/_posts/2021-05-12-gsod-2021-how-to-guide-team-proposal.md b/jekyll/_posts/2021-05-12-gsod-2021-how-to-guide-team-proposal.md index 893ac1c6dea..69973b5e8c7 100644 --- a/jekyll/_posts/2021-05-12-gsod-2021-how-to-guide-team-proposal.md +++ b/jekyll/_posts/2021-05-12-gsod-2021-how-to-guide-team-proposal.md @@ -56,7 +56,7 @@ The proposed How to Guide page will be structured to improve and ensure efficien ## Proposed Changes * **No overview section**: It is theoretical and can get boring for the users to go through an entire page just containing an Overview. -* **Create a Bot**: A simple step by step guide to create a bot using Wechaty. (Installing the bot will be covered in this section only) +* **About Bot**: Adding brief introduction to the bot and its various use cases and functionalities with images * **Add events to your bot**: Explaining what an event is, emphasising how it can add more value to the bot functionality (adding various use cases as well) * **Add more functionality to your bot** (All the work that can be automated with the bot): @@ -73,6 +73,8 @@ The proposed How to Guide page will be structured to improve and ensure efficien 2. Whatsapp 3. TikTok +* **FAQ**: Answer to all those questions that might hinder users from using its functionalities + ## Project Goals * Get the user familiar with Wechaty by this Guide @@ -94,7 +96,7 @@ The proposed How to Guide page will be structured to improve and ensure efficien ### Week 2 -* Create a Bot: It will contain code snippets along with examples on setting up a bot by the user. +* About Bot: Adding brief introduction to the bot and its various use cases and functionalities with images. * Install Wechaty: It will link to Wechaty’s starter github template and will have a step by step guide on cloning and running instructions. * Add the missing parts (TBW) to different programming languages. * Add Related Image to each section to make it more interactive and more engaging. @@ -156,6 +158,7 @@ The proposed How to Guide page will be structured to improve and ensure efficien ### Week 8 +* FAQ : Answer to all those questions that might hinder users from using its functionalities. * Proofreading the existing tutorials. * Fixing typos and making minor changes to the documentation, if required. * Work on improving the existing topics if required. From eab3d5063186a350a25b5f0a670650b9d01ddd4d Mon Sep 17 00:00:00 2001 From: abhishek-iiit Date: Wed, 19 May 2021 15:51:44 +0530 Subject: [PATCH 2/7] 0.8.279 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f084d27c21..794238e1ca8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechaty.js.org", - "version": "0.8.278", + "version": "0.8.279", "description": "Wechaty Official Website for News, Blogs, Contributor Profiles, and Documentations", "private": true, "directories": { From 45112ef8df4f5201d17b39038c6bd1bf29ecee10 Mon Sep 17 00:00:00 2001 From: Abhishek Jaiswal <69477761+abhishek-iiit@users.noreply.github.com> Date: Fri, 21 May 2021 14:30:32 +0530 Subject: [PATCH 3/7] About Bot --- .../_posts/2021-05-12-gsod-2021-how-to-guide-team-proposal.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/jekyll/_posts/2021-05-12-gsod-2021-how-to-guide-team-proposal.md b/jekyll/_posts/2021-05-12-gsod-2021-how-to-guide-team-proposal.md index 69973b5e8c7..f455e0ba40d 100644 --- a/jekyll/_posts/2021-05-12-gsod-2021-how-to-guide-team-proposal.md +++ b/jekyll/_posts/2021-05-12-gsod-2021-how-to-guide-team-proposal.md @@ -56,7 +56,6 @@ The proposed How to Guide page will be structured to improve and ensure efficien ## Proposed Changes * **No overview section**: It is theoretical and can get boring for the users to go through an entire page just containing an Overview. -* **About Bot**: Adding brief introduction to the bot and its various use cases and functionalities with images * **Add events to your bot**: Explaining what an event is, emphasising how it can add more value to the bot functionality (adding various use cases as well) * **Add more functionality to your bot** (All the work that can be automated with the bot): @@ -96,7 +95,6 @@ The proposed How to Guide page will be structured to improve and ensure efficien ### Week 2 -* About Bot: Adding brief introduction to the bot and its various use cases and functionalities with images. * Install Wechaty: It will link to Wechaty’s starter github template and will have a step by step guide on cloning and running instructions. * Add the missing parts (TBW) to different programming languages. * Add Related Image to each section to make it more interactive and more engaging. From ebf90c175d10b76008fcf06eff281df88c3f8b47 Mon Sep 17 00:00:00 2001 From: Abhishek Jaiswal <69477761+abhishek-iiit@users.noreply.github.com> Date: Fri, 21 May 2021 19:12:22 +0530 Subject: [PATCH 4/7] Added Docker & Heroku section --- .../_posts/2021-05-12-gsod-2021-how-to-guide-team-proposal.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jekyll/_posts/2021-05-12-gsod-2021-how-to-guide-team-proposal.md b/jekyll/_posts/2021-05-12-gsod-2021-how-to-guide-team-proposal.md index f455e0ba40d..368ea406a40 100644 --- a/jekyll/_posts/2021-05-12-gsod-2021-how-to-guide-team-proposal.md +++ b/jekyll/_posts/2021-05-12-gsod-2021-how-to-guide-team-proposal.md @@ -72,6 +72,8 @@ The proposed How to Guide page will be structured to improve and ensure efficien 2. Whatsapp 3. TikTok +* Deploy with Docker +* Deploy with Heroku * **FAQ**: Answer to all those questions that might hinder users from using its functionalities ## Project Goals @@ -148,6 +150,8 @@ The proposed How to Guide page will be structured to improve and ensure efficien 2. Whatsapp 3. TikTok +* Deploy with Docker +* Deploy with Heroku * Add Related Image to each subsection to make it more interactive and more engaging. * Add the missing parts (TBW) to different programming language * Verify working of the code to each programming language From 309925750840e3ccb129b3abc3b46562569adc0c Mon Sep 17 00:00:00 2001 From: Abhishek Jaiswal <69477761+abhishek-iiit@users.noreply.github.com> Date: Fri, 21 May 2021 19:32:59 +0530 Subject: [PATCH 5/7] updated file --- .../_posts/2021-05-12-gsod-2021-how-to-guide-team-proposal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jekyll/_posts/2021-05-12-gsod-2021-how-to-guide-team-proposal.md b/jekyll/_posts/2021-05-12-gsod-2021-how-to-guide-team-proposal.md index 368ea406a40..f1fd96609d1 100644 --- a/jekyll/_posts/2021-05-12-gsod-2021-how-to-guide-team-proposal.md +++ b/jekyll/_posts/2021-05-12-gsod-2021-how-to-guide-team-proposal.md @@ -73,7 +73,7 @@ The proposed How to Guide page will be structured to improve and ensure efficien 3. TikTok * Deploy with Docker -* Deploy with Heroku +* Deploy with Heroku * **FAQ**: Answer to all those questions that might hinder users from using its functionalities ## Project Goals From b35c5e166846325fb5e0fc08c1d41ea617e2b547 Mon Sep 17 00:00:00 2001 From: abhishek-iiit Date: Mon, 24 May 2021 19:59:52 +0530 Subject: [PATCH 6/7] resolved conflicting file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 794238e1ca8..cba84e8a34a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechaty.js.org", - "version": "0.8.279", + "version": "0.8.285", "description": "Wechaty Official Website for News, Blogs, Contributor Profiles, and Documentations", "private": true, "directories": { From 5f49bd0d0cfc45586c3fc186bf024b2ad4dc086b Mon Sep 17 00:00:00 2001 From: abhishek-iiit Date: Mon, 24 May 2021 20:00:28 +0530 Subject: [PATCH 7/7] 0.8.286 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cba84e8a34a..f02815664f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechaty.js.org", - "version": "0.8.285", + "version": "0.8.286", "description": "Wechaty Official Website for News, Blogs, Contributor Profiles, and Documentations", "private": true, "directories": {