NBility-Model / NBility-business-capabilities-Archi

This repo contains NBility-business-capabilities model in Archi format.
Creative Commons Attribution 4.0 International
1 stars 0 forks source link

NBility-business-capabilities-Archi

This repo contains NBility-business-capabilities model version 2.2 in Archi format. The model is built using Archi.

View

The model can be viewed online.

Edit

To contribute to the LF Energy Archimate models you need Archi.

Step-by-step user guide for Archi

Setting up and configuring Archi and the plug-in

Installing Archi

  1. Download and install the latest version of Archi from https://www.archimatetool.com/download/

Download and install the coArchi plug-in

  1. Download the most recent version of coArchi plug-in zip file from the Archi plugins page.

  2. In Archi, select "Manage Plug-ins..." from the main Help menu. From the Plug-ins Manager window, select "Install New..." and select the coArchi plug-in zip file. You may need to restart Archi to activate the plug-in. Please ensure the plug-in version supports the installed version of Archi.

coArchi-manage-plugins

coArchi-manage-plugins-window

  1. If your plug-in installation was successful, the [Collaboration] menu item should be visible appear on the application menu in Archi after restarting Archi.

coArchi-collaborate

Preparing your Github account to configure Archi integration

  1. Log onto your GitHub Account at GitHub.com or create a GitHub account at GitHub.com
  2. To configure Archi for Github integration you would need to create a Personal Access Token (PAT) from your user account. For a detailed overview of the process you can visit https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token

Alternatively, you can follow the steps below:

Create a Github Personal Access Token (PAT)

  1. Select [Settings] from your account menu (look for the avatar at the right-top of the page)

coArchi-github-settings

  1. Select [Developer settings] from the menu on the left-hand of the page

coArchi-github-developer-settings

  1. Select [Personal access tokens] and then [Tokens (classic)]
  2. Select [Generate new token] and then [Generate new token (classic)]
  3. Enter your token name, set the token expiry and select the [repo] scope for the token

coArchi-new-token

  1. Click [Generate token]
  2. Copy the token from the screen and store it securely for configuration purposes. IMPORTANT: YOU CANNOT RETRIEVE THE TOKEN AFTER IT HAS BEEN GENERATED AND DISPLAYED ON THIS PAGE. IF YOU LOOSE IT YOU WILL NEED TO GENERATE A NEW TOKEN.

coArchi-personal-access-token

Import the model into Archi from Github

Once you have configured Archi and coArchi, and generated your Github Personal Access Token (PAT) you will be able to import the Nbility model into archi.

  1. In Archi, select [Import Remote Model to Workspace] from Collaboration menu. You may need to provide Archi a master password to unlock this feature. IMPORTANT: YOU CANNOT RETRIEVE THE MASTER PASSWORD AFTERWARDS. IF YOU LOOSE IT YOU MAY WILL NEED TO REINSTALL ARCHI.

coArchi-add-remote-model

  1. In the Add Remote Model modal, provide the following information:
Field Description
URL The full web URL of the repo: https://github.com/username/reponame.git
User Name Your Github user name
Password The Github Personal Access Token (PAT) you generated earlier

It is possible that you could use your GitHub credentials as-is in the screen. However, it is recommended that you enable 2FA on your Github account to protect access to the repo. In this case you will only be able to log onto Github from Archi using the Github Personal Access Token (PAT).

To obtain the repo URL, you can copy of from the Clone address:

coArchi-clone

Navigating the UI

  1. In Archi, select [Toggle Collaboration Workspace] and [Toggle Branches View] from the Collaboration menu. The Workspace and Branch windows will be docked within Archi. Archi/coArchi supports repository branches.

coArchi-navigate-ui

The Collaboration Workspace is used to navigate between different models and individual branches checked out while the Branches View provide the ability to manipulate branches within the selected model.

Refresh model

IMPORTANT: To ensure that the local repository remains synchronized with the upstream repository and to prevent overwriting any changes made since the last pull from the server, it is crucial to refresh the model from GitHub before applying any modifications. Regular refreshs of the model not only maintain alignment with the upstream repository but also mitigate the risk of merge conflicts.

  1. To refresh your local copy of the model, open the model / branch from the Collaboration Workspace and select [Refresh Model] from the Collaboration application menu.

coArchi-refresh-model

Alternatively, you can - in archi - select [Toggle Collaboration Workspace] from the Collaboration application menu and refresh Model there.

coArchi-refresh-model-alternative

Add new branch

To protect the integrity of the main branch and avoid overwriting updates from someone else, it is recommended to create a branch for each new piece of work. Branches could be named by feature[topic name] or fix[topic name]. Branches can be created either through the coArchi plugin or via Github.com.

Via the coArchi plugin

  1. In Archi, select [Toggle Branches View] from the Collaboration menu.

coArchi-branches

  1. In Branches Workspace, click on the [Add branch] icon.

coArchi-add-branche

  1. Select [Add branch and checkout]. This will create the local topic branch and set it as the active branch. This action won't create the upstream branch (on Github server yet).

coArchi-add-branch

  1. The final step is to publish the new topic branch. This will make the new topic branch available on GitHub.co. To publish your new topic branch, select [Publish changes] from the Collaboration menu.

coArchi-publish-changes

  1. To ensure that your new topic branch have been successfully published, you can verify by visiting your topic branch on https://github.com/NBility-Model to see if your new topic branch appears in the specific repository you've worked on.

Switch branch

  1. In Archi, select [Toggle Branches View] from the Collaboration menu.
  2. In archi, right click on the branch you like to switch to and click on [Switch branch].

coArchi-switch-branch

Committing and publishing changes

  1. To commit your latest changes, select [Commit changes] from the Collaboration menu.

coArchi-commit

  1. Enter your user details and a commit message. By committing changes you create a local snapshot of the repository into a single package. IMPORTANT: This does not upload the changes to the upstream branch, but only create a local packaged copy.

coArchi-commit-part2

  1. The final step is to publish the committed package back to the upstream repository. This will insert the last committed package into the upstream branchat GitHub.com. To publish your latest changes, select [Publish changes] from the Collaboration menu.

coArchi-publish-changes

  1. To ensure that your changes have been successfully committed and published, you can verify by visiting https://github.com/NBility-Model to see if your commit appears in the specific branch you've worked on.

Create Pull Request Review and Merge Topic Branch

On regular intervals all committed and published branches need to be merged into the main branch which will trickle down into all subsequent branches.

  1. Log onto your GitHub Account at GitHub.com
  2. In https://github.com/NBility-Model, create a Github pull request from your topic branch on by clicking on the button [Compare & Pull Request].

coArchi-create-pull-request

  1. Add a title and description to your pull request. To finalize your pull requestion, click on the button [Create pull request].

coArchi-create-pull-request

  1. Pull requests will be reviewed by one of the maintainers of NBility Model who may discuss, offer constructive feedback, request changes, or approve the work.

  2. Upon receiving the sign-off of one of the maintainers of NBility Model you may merge your changes, or if you do not have permission to do that, you may request a maintainer to merge it for you.

coArchi-create-marge

License

This project is licensed Creative Commons Attribution 4.0 International Public License (CC-BY-4.0) - see LICENSE for details.

Contributing

Please read [CONTRIBUTING.md] for details on the process for submitting pull requests to us.

Contact

Please read [SUPPORT.md] for how to connect and get into contact with the NBility-business-capabilities model project