Skip to content

Commit

Permalink
common image folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ghackenberg committed May 2, 2024
1 parent e08d4a1 commit 4a7657d
Show file tree
Hide file tree
Showing 27 changed files with 15 additions and 19 deletions.
8 changes: 4 additions & 4 deletions documents/Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ npm install

You might get the following error telling you, that you are missing Visual Studio 2017 or newer and the "Desktop development with C++" workload.

![](../errors/desktop-development-with-cpp.png)
![](../images/troubles/desktop-development-with-cpp.png)

#### Solution

To solve the problem, install Visual Studio and the "Desktop development with C++" workload on your machine.

![](../errors/desktop-development-with-cpp-workload.png)
![](../images/troubles/desktop-development-with-cpp-workload.png)

### Python `distutils` not found

#### Problem

![](../errors/no-module-named-distutils.png)
![](../images/troubles/no-module-named-distutils.png)

#### Solution

![](../errors/pip-install-setuptools.png)
![](../images/troubles/pip-install-setuptools.png)
8 changes: 4 additions & 4 deletions documents/Diagrams.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ The software exhibits the following package structure:

This is a reduced version of the diagram:

![Modules](../diagrams/packages-reduced.svg)
![Modules](../images/diagrams/packages-reduced.svg)

### Extended

This is an extended version of the diagram:

![Modules](../diagrams/packages-extended.svg)
![Modules](../images/diagrams/packages-extended.svg)

## Entity structure

The software implements the following entity structure:

![Entities](../diagrams/entities.svg)
![Entities](../images/diagrams/entities.svg)

## Model structure

The software implements the following model structure:

![Models](../diagrams/ldraw-model.svg)
![Models](../images/diagrams/ldraw-model.svg)
4 changes: 0 additions & 4 deletions documents/Executables.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ You can run **CADdrive** in two modes:
Start the software in development mode as follows:

```bash
cd <CADdrive>/packages/node

npm run dev
```

Expand All @@ -20,8 +18,6 @@ npm run dev
Start the software in production mode as follows:

```bash
cd <CADdrive>/packages/node

npm run clean
npm run build

Expand Down
14 changes: 7 additions & 7 deletions documents/Screenshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,40 +12,40 @@ In the following, we provide screenshots of different views inside **CADdrive**:

The **product overview** provides an overview of public and private product design projects on the platform.

![Product overview](../screenshots/products.png)
![Product overview](../images/screenshots/products.png)

## Version overview

The **version overview** shows the history of the CAD models that have been developed for the product.

![Version overview](../screenshots/versions.png)
![Version overview](../images/screenshots/versions.png)

## Issue overview

The **issue overview** provides an overview of open and closed issues for the product design team.

![Issue overview](../screenshots/issues.png)
![Issue overview](../images/screenshots/issues.png)

## Issue detail view

The **issue detail view** enables discussion between stakeholders and engineers around issues.

![Issue view](../screenshots/comments.png)
![Issue view](../images/screenshots/comments.png)

## Milestone overview

The **milestone overview** provides an overview of the time schedule for the product design project.

![Milestone overview](../screenshots/milestones.png)
![Milestone overview](../images/screenshots/milestones.png)

## Milestone detail view

The **milestone detail view** provides an overview over the open and closed issues as well as a burn down chart.

![Milestone detail view](../screenshots/milestone.png)
![Milestone detail view](../images/screenshots/milestone.png)

## Member overview

The **member overview** provides an overview the team members of the product design project and their roles.

![Member overview](../screenshots/members.png)
![Member overview](../images/screenshots/members.png)
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 4a7657d

Please sign in to comment.