Skip to content

Commit dfe99ee

Browse files
committed
Merge branch 'develop' into main
2 parents 894539d + eb9e19f commit dfe99ee

24 files changed

Lines changed: 246 additions & 18 deletions

.reuse/dep5

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,12 @@ Upstream-Contact: Pen-Yuan Hsing <https://github.com/penyuan/>
44
Source: https://github.com/OPEN-NEXT/wp2.2_dev/
55

66
Files:
7-
README.md
8-
EXECUTIVE_SUMMARY.md
7+
docs/*
8+
docs/images/*
9+
docs/usage-example-images/*
910
.github/ISSUE_TEMPLATE/bug_report.md
10-
docs/images/dashboard_flowchart.drawio.jpg
11-
docs/images/dashboard_flowchart.drawio.svg
12-
docs/images/hover-plot-controls.gif
13-
docs/images/mined_data.json.jpg
14-
docs/images/osdash-command.jpg
15-
docs/images/osdash-screenshot.jpg
16-
docs/images/osdash-select-project.jpg
17-
docs/images/osdash-select-repo.jpg
18-
docs/images/osdash-select-timeframe.jpg
19-
docs/images/OSH-repos.csv.png
20-
docs/images/osmine-command.png
21-
docs/images/osmine-example-run.jpg
11+
EXECUTIVE_SUMMARY.md
12+
README.md
2213
Copyright: 2021 Pen-Yuan Hsing
2314
License: CC-BY-SA-4.0
2415

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![Live demo link](https://img.shields.io/badge/Demo-CLICK%20HERE-red.svg?style=flat)](https://opennextwp22.eu.pythonanywhere.com/)
44
[![Python version](https://img.shields.io/badge/Python-3.8-blue.svg?style=flat&logo=Python&logoColor=white)](https://docs.python.org/3.8/)
5-
![Lines of code](https://sloc.xyz/github/OPEN-NEXT/wp2.2_dev)
65
![GitHub Workflow Status (main branch)](https://img.shields.io/github/workflow/status/OPEN-NEXT/wp2.2_dev/main-branch-checks/main.svg?label=checks&logo=GitHub%20Actions&logoColor=white)
76
![CodeQL](https://github.com/OPEN-NEXT/wp2.2_dev/workflows/CodeQL/badge.svg)
87
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat)](https://github.com/RichardLitt/standard-readme)
@@ -19,7 +18,7 @@ Targeted at hosters of version control platforms (such as [Wikifactory](https://
1918

2019
This *initial* demonstrator is delivered at month 18 of the [OPENNEXT](https://opennext.eu/) project as part of task 2.2: "Creating a design process facilitation dashboard". It is to establish the foundational, "behind the scenes" infrastructure on which the ambition to facilitate company-community collaboration on open source hardware projects described [below](#background) can be pursued. Future iterations of this tool should allow the community developing an open source hardware product to track the health of their project and if their needs are being met. **Importantly, an instance of the data-mining script and dashboard will be hosted by OPENNEXT partner [Wikifactory](https://wikifactory.com/)**. For the purposes of reviewing OPENNEXT deliverables, there is an **[Executive summary](EXECUTIVE_SUMMARY.md)** available.
2120

22-
**Please see the [Install](#install) and [Usage](#usage) sections to get up and running with this tool**. For more details on its background and design considerations, please see the [Background](#background), [Design notes](#design-notes), and [Future work](#future-work) sections.
21+
**Please see the [Install](#install) and [Usage](#usage) sections to get up and running with this tool**. For more details on its background and design considerations, please see the [Background](#background), [Design notes](#design-notes), and [Future work](#future-work) sections. There is also a detailed [step-by-step walkthrough](docs/usage-example.md).
2322

2423
## Table of Contents
2524

@@ -81,7 +80,7 @@ In addition, this repository aims to follow international standards and good pra
8180

8281
## Install
8382

84-
*This section assumes knowledge of Python, Git, and using a GNU/Linux-based server including installing software from package managers and running a terminal session*.
83+
*This section assumes knowledge of Python, Git, and using a GNU/Linux-based server including installing software from package managers and running a terminal session. There is also a detailed [step-by-step walkthrough](docs/usage-example.md)*.
8584

8685
**Note:** This software is designed to be deployed on a server by system administrators or developers, not on generic consumer devices.
8786

@@ -123,7 +122,7 @@ where `[port number]` can be any integer of your choice. The default has been ar
123122

124123
## Usage
125124

126-
*This section assumes basic knowledge of Python and using a terminal session on a GNU/Linux server*.
125+
*This section assumes basic knowledge of Python and using a terminal session on a GNU/Linux server. There is also a detailed [step-by-step walkthrough](docs/usage-example.md)*.
127126

128127
After following the steps in the [Install](#install) section, change directories into `wp2.2_dev` with this terminal command:
129128

docs/images/osmine-example-run.jpg

1018 Bytes
Loading
44.6 KB
Binary file not shown.
69 KB
Loading
140 KB
Loading
49.1 KB
Loading
33.6 KB
Loading
154 KB
Loading
32.3 KB
Loading

0 commit comments

Comments
 (0)