From ea723c547af363309c190d11053fe294c46b2c73 Mon Sep 17 00:00:00 2001 From: Michael Hay Date: Sun, 17 Mar 2024 11:05:01 -0700 Subject: [PATCH 1/5] Update README.md - added full link to the README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca574c0..f3a3eef 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Welcome to Open Source Mediumroast for GitHub. Products organizations must build robust product plans from competitive and customer interactions everyone can see, use, and reference. Therefore, Mediumroast for GitHub intends to help Products oranizations construct an active interactions repository close to the action of development and issue management in GitHub. -**Notice:** We recommend that you review the [GitHub Page Version](https://mediumroast.github.io/mediumroast_js/) rather than the repository version. +**Notice:** You can review the [GitHub Page Version](https://mediumroast.github.io/mediumroast_js/) rather than the repository version of this documentation, but the screencasts of several of the CLI tutorials will not display. ## Installation and configuration Mediumroast for GitHub includes a [GitHub Application](https://github.com/apps/mediumroast-for-github), a Command Line Interface, and a Software Development Kit. The following steps show you how to install the App and the CLI with SDK. @@ -33,7 +33,7 @@ Assuming the preinstallation requirements, installation of *node.js* and *npm*, Coming soon. ### Step 3 - Setup the CLI -Before you can use the Mediumroast for GitHub CLI the environment must be setup. With the CLI installed please run `mrcli setup` to start the setup process, note there's a video of the setup process in CLI README. +Before you can use the Mediumroast for GitHub [CLI](https://github.com/mediumroast/mediumroast_js/blob/main/cli/README.md) the environment must be setup. With the CLI installed please run `mrcli setup` to start the setup process, note there's a video of the setup process in CLI README. ## What's provided Running `mrcli setup` creates a repository in your oganization called `_discovery` for all interactions and objects, creates two intitial companies, and installs two GitHub Actions to control the number of branches and provide some basic out of the box reporting -- see example screenshot below. From 7448485098aaeee6b3735386dcec76f5ec9428fd Mon Sep 17 00:00:00 2001 From: Michael Hay Date: Sun, 17 Mar 2024 11:11:35 -0700 Subject: [PATCH 2/5] Update README.md - added notice and markdown links --- cli/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cli/README.md b/cli/README.md index 74ec4e3..4a4e683 100644 --- a/cli/README.md +++ b/cli/README.md @@ -23,12 +23,18 @@ Provides reports for consumed actions and repository storage consumed by the org ## Setup To help users quickly get on board with **Mediumroast for GitHub** the setup CLI is used. This CLI creates the `${HOME}/.mediumroast/config.ini` file, creates the repository including key directories, and creates two initial companies. A screencast video showing the process for setting up the CLI environment and creating two companies is available below. + ### Command(s) run - `mrcli setup` ### Screencast showing setup process +**Notice**: Only the markdown version rendered through the GitHub web interface will display the screencast. If you're viewing these files through the [GitHub Page Version](https://mediumroast.github.io/mediumroast_js/tutorial-README.html) the link below will just show up as text. https://github.com/mediumroast/mediumroast_js/assets/10818650/68c08502-4f59-4981-a001-0d9c9bd1d4d2 +--- + +[[Company Subcommand](https://github.com/mediumroast/mediumroast_js/blob/main/cli/Company.md)] | [[Interaction Subcommand](https://github.com/mediumroast/mediumroast_js/blob/main/cli/Interaction.md)] + From 9282abb5e6ed273da7dd9c2407acdf8b89427a32 Mon Sep 17 00:00:00 2001 From: Michael Hay Date: Sun, 17 Mar 2024 11:12:30 -0700 Subject: [PATCH 3/5] Update Company.md - added notice --- cli/Company.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/Company.md b/cli/Company.md index 785e564..9207f21 100644 --- a/cli/Company.md +++ b/cli/Company.md @@ -77,6 +77,7 @@ To update a company attribute the `--update` switch is provided. A properly for - `mrcli c --update='{"name": "Atlassian Corp", "key": "company_type", "value": "Public"}'` ### Screencast with output +**Notice**: Only the markdown version rendered through the GitHub web interface will display the screencast. If you're viewing these files through the [GitHub Page Version](https://mediumroast.github.io/mediumroast_js/tutorial-Company.html) the link below will just show up as text. https://github.com/mediumroast/mediumroast_js/assets/10818650/a74cb8cd-f8cb-4a8d-8968-ccf9b875d86b From caab6965e0cdc98fcc582d229891c3801da95f0b Mon Sep 17 00:00:00 2001 From: Michael Hay Date: Sun, 17 Mar 2024 11:14:15 -0700 Subject: [PATCH 4/5] Update Interaction.md - added notices --- cli/Interaction.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/Interaction.md b/cli/Interaction.md index 3ffcfb8..d95b29f 100644 --- a/cli/Interaction.md +++ b/cli/Interaction.md @@ -85,6 +85,7 @@ To update an interaction attribute the `--update` switch is provided. A properl - `mrcli c --update='{"name": "Atlassian Corp", "key": "company_type", "value": "Public"}'` ### Screencast with output +**Notice**: Only the markdown version rendered through the GitHub web interface will display the screencast. If you're viewing these files through the [GitHub Page Version](https://mediumroast.github.io/mediumroast_js/tutorial-Interaction.html) the link below will just show up as text. https://github.com/mediumroast/mediumroast_js/assets/10818650/e11256e7-28ca-47d5-b131-58a2036671a6 @@ -105,6 +106,7 @@ A command line prompt based wizard steps the user through a semi-automated proce - `mrcli i --add_wizard` ### Screencast with output +**Notice**: Only the markdown version rendered through the GitHub web interface will display the screencast. If you're viewing these files through the [GitHub Page Version](https://mediumroast.github.io/mediumroast_js/tutorial-Interaction.html) the link below will just show up as text. https://github.com/mediumroast/mediumroast_js/assets/10818650/0b28db90-d6ba-4224-a9ae-4c301c2b9614 From 68aa12ea65299570a98ca301ef6905e013b545bb Mon Sep 17 00:00:00 2001 From: mihay42 Date: Sun, 17 Mar 2024 11:20:56 -0700 Subject: [PATCH 5/5] Formal release for v0.6.0 - interaction repository --- cli/mrcli.js | 2 +- docs/Billings.html | 2 +- docs/Companies.html | 2 +- docs/GitHubFunctions.GitHubFunctions.html | 2 +- docs/Interactions.html | 2 +- docs/Studies.html | 2 +- docs/Users.html | 2 +- docs/authorize.js.html | 2 +- docs/baseObjects.html | 2 +- docs/classes.list.html | 2 +- docs/gitHubServer.js.html | 2 +- docs/github.js.html | 2 +- docs/global.html | 2 +- docs/index.html | 6 +++--- docs/module-GitHubAuth.html | 2 +- docs/module-GitHubFunctions.html | 2 +- docs/modules.list.html | 2 +- docs/quicksearch.html | 2 +- docs/tutorial-Company.html | 3 ++- docs/tutorial-Interaction.html | 4 +++- docs/tutorial-README.html | 5 ++++- docs/tutorials.list.html | 2 +- package.json | 2 +- 23 files changed, 31 insertions(+), 25 deletions(-) diff --git a/cli/mrcli.js b/cli/mrcli.js index 862d47a..834c1b0 100755 --- a/cli/mrcli.js +++ b/cli/mrcli.js @@ -14,7 +14,7 @@ import program from 'commander' program .name('mrcli') - .version('0.4.48') + .version('0.6.0') .description('mediumroast.io command line interface') .command('setup', 'setup the mediumroast.io system via the command line').alias('f') .command('interaction', 'manage and report on mediumroast.io interaction objects').alias('i') diff --git a/docs/Billings.html b/docs/Billings.html index 2c489ff..ac32009 100644 --- a/docs/Billings.html +++ b/docs/Billings.html @@ -354,7 +354,7 @@ Documentation generated by JSDoc 3.6.11 - on Thu Mar 14th 2024 + on Sun Mar 17th 2024 using the DocStrap template. diff --git a/docs/Companies.html b/docs/Companies.html index b98ee21..914bd68 100644 --- a/docs/Companies.html +++ b/docs/Companies.html @@ -354,7 +354,7 @@ Documentation generated by JSDoc 3.6.11 - on Thu Mar 14th 2024 + on Sun Mar 17th 2024 using the DocStrap template. diff --git a/docs/GitHubFunctions.GitHubFunctions.html b/docs/GitHubFunctions.GitHubFunctions.html index 0f50039..3d98f10 100644 --- a/docs/GitHubFunctions.GitHubFunctions.html +++ b/docs/GitHubFunctions.GitHubFunctions.html @@ -354,7 +354,7 @@ Documentation generated by JSDoc 3.6.11 - on Thu Mar 14th 2024 + on Sun Mar 17th 2024 using the DocStrap template. diff --git a/docs/Interactions.html b/docs/Interactions.html index 783ee55..15fe023 100644 --- a/docs/Interactions.html +++ b/docs/Interactions.html @@ -354,7 +354,7 @@ Documentation generated by JSDoc 3.6.11 - on Thu Mar 14th 2024 + on Sun Mar 17th 2024 using the DocStrap template. diff --git a/docs/Studies.html b/docs/Studies.html index 0e4f6eb..6172b68 100644 --- a/docs/Studies.html +++ b/docs/Studies.html @@ -354,7 +354,7 @@ Documentation generated by JSDoc 3.6.11 - on Thu Mar 14th 2024 + on Sun Mar 17th 2024 using the DocStrap template. diff --git a/docs/Users.html b/docs/Users.html index e98f9db..4c3eeea 100644 --- a/docs/Users.html +++ b/docs/Users.html @@ -354,7 +354,7 @@ Documentation generated by JSDoc 3.6.11 - on Thu Mar 14th 2024 + on Sun Mar 17th 2024 using the DocStrap template. diff --git a/docs/authorize.js.html b/docs/authorize.js.html index 8e2f52a..413a266 100644 --- a/docs/authorize.js.html +++ b/docs/authorize.js.html @@ -405,7 +405,7 @@ Documentation generated by JSDoc 3.6.11 - on Thu Mar 14th 2024 + on Sun Mar 17th 2024 using the DocStrap template. diff --git a/docs/baseObjects.html b/docs/baseObjects.html index 14acdfa..ed1fd9b 100644 --- a/docs/baseObjects.html +++ b/docs/baseObjects.html @@ -318,7 +318,7 @@ Documentation generated by JSDoc 3.6.11 - on Thu Mar 14th 2024 + on Sun Mar 17th 2024 using the DocStrap template. diff --git a/docs/classes.list.html b/docs/classes.list.html index fc244f4..6a68ce4 100644 --- a/docs/classes.list.html +++ b/docs/classes.list.html @@ -239,7 +239,7 @@ Documentation generated by JSDoc 3.6.11 - on Thu Mar 14th 2024 + on Sun Mar 17th 2024 using the DocStrap template. diff --git a/docs/gitHubServer.js.html b/docs/gitHubServer.js.html index b99f21b..654f6d1 100644 --- a/docs/gitHubServer.js.html +++ b/docs/gitHubServer.js.html @@ -614,7 +614,7 @@ Documentation generated by JSDoc 3.6.11 - on Thu Mar 14th 2024 + on Sun Mar 17th 2024 using the DocStrap template. diff --git a/docs/github.js.html b/docs/github.js.html index 92e9778..558040d 100644 --- a/docs/github.js.html +++ b/docs/github.js.html @@ -1044,7 +1044,7 @@ Documentation generated by JSDoc 3.6.11 - on Thu Mar 14th 2024 + on Sun Mar 17th 2024 using the DocStrap template. diff --git a/docs/global.html b/docs/global.html index 2de103e..600b1c7 100644 --- a/docs/global.html +++ b/docs/global.html @@ -1576,7 +1576,7 @@ Documentation generated by JSDoc 3.6.11 - on Thu Mar 14th 2024 + on Sun Mar 17th 2024 using the DocStrap template. diff --git a/docs/index.html b/docs/index.html index 053f2e0..b827396 100644 --- a/docs/index.html +++ b/docs/index.html @@ -112,7 +112,7 @@

mediumroast_js 0.4.48

Welcome to Open Source Mediumroast for GitHub.

Products organizations must build robust product plans from competitive and customer interactions everyone can see, use, and reference. Therefore, Mediumroast for GitHub intends to help Products oranizations construct an active interactions repository close to the action of development and issue management in GitHub.

-

Notice: We recommend that you review the GitHub Page Version rather than the repository version.

+

Notice: You can review the GitHub Page Version rather than the repository version of this documentation, but the screencasts of several of the CLI tutorials will not display.

Installation and configuration

Mediumroast for GitHub includes a GitHub Application, a Command Line Interface, and a Software Development Kit. The following steps show you how to install the App and the CLI with SDK.

Preinstallation requirements

@@ -142,7 +142,7 @@

For Linux and MacOS

For WinOS

Coming soon.

Step 3 - Setup the CLI

-

Before you can use the Mediumroast for GitHub CLI the environment must be setup. With the CLI installed please run mrcli setup to start the setup process, note there's a video of the setup process in CLI README.

+

Before you can use the Mediumroast for GitHub CLI the environment must be setup. With the CLI installed please run mrcli setup to start the setup process, note there's a video of the setup process in CLI README.

What's provided

Running mrcli setup creates a repository in your oganization called <organization_name>_discovery for all interactions and objects, creates two intitial companies, and installs two GitHub Actions to control the number of branches and provide some basic out of the box reporting -- see example screenshot below.

Warning

@@ -200,7 +200,7 @@ Documentation generated by JSDoc 3.6.11 - on Thu Mar 14th 2024 + on Sun Mar 17th 2024 using the DocStrap template. diff --git a/docs/module-GitHubAuth.html b/docs/module-GitHubAuth.html index 41d79eb..f2aea54 100644 --- a/docs/module-GitHubAuth.html +++ b/docs/module-GitHubAuth.html @@ -273,7 +273,7 @@ Documentation generated by JSDoc 3.6.11 - on Thu Mar 14th 2024 + on Sun Mar 17th 2024 using the DocStrap template. diff --git a/docs/module-GitHubFunctions.html b/docs/module-GitHubFunctions.html index 092861b..624c3ea 100644 --- a/docs/module-GitHubFunctions.html +++ b/docs/module-GitHubFunctions.html @@ -1066,7 +1066,7 @@ Documentation generated by JSDoc 3.6.11 - on Thu Mar 14th 2024 + on Sun Mar 17th 2024 using the DocStrap template. diff --git a/docs/modules.list.html b/docs/modules.list.html index 3cd98a2..cfb407e 100644 --- a/docs/modules.list.html +++ b/docs/modules.list.html @@ -239,7 +239,7 @@ Documentation generated by JSDoc 3.6.11 - on Thu Mar 14th 2024 + on Sun Mar 17th 2024 using the DocStrap template. diff --git a/docs/quicksearch.html b/docs/quicksearch.html index 74eda62..c0ab0a7 100644 --- a/docs/quicksearch.html +++ b/docs/quicksearch.html @@ -7,7 +7,7 @@