Skip to content

Commit ce62cbe

Browse files
authored
Merge pull request #72 from KNowledgeOnWebScale/EDC_active
Pod data viewer feature addition
2 parents 55a81d7 + 9b56b3a commit ce62cbe

24 files changed

Lines changed: 2796 additions & 133 deletions

CITATION.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ @misc{solidcockpit_2026
22
author = {Crum, Elias},
33
title = {{Solid Cockpit}},
44
year = {2026},
5-
version = {1.0.0},
5+
version = {1.3.0},
66
publisher = {GitHub},
77
howpublished = {\\url{https://github.com/KNowledgeOnWebScale/solid-cockpit}},
88
note = {Software. Web app: \\url{https://knowledgeonwebscale.github.io/solid-cockpit}.}

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cff-version: 1.2.0
22
message: "If you use Solid Cockpit in academic work, please cite it using the metadata below."
33
title: "Solid Cockpit"
44
type: software
5-
version: "1.0.0"
6-
date-released: 2026-03-04
5+
version: "1.3.0"
6+
date-released: 2026-06-04
77
license: "MIT"
88
authors:
99
- family-names: "Crum"

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
![Solid Cockpit Header Logo](./src/assets/full-sc-logo.png "SC Logo")
22

33
# Solid Cockpit
4-
5-
![Version](https://img.shields.io/badge/version-1.2.0-blue)
4+
![Version](https://img.shields.io/badge/version-1.3.0-blue)
65
![Vue](https://img.shields.io/badge/vue-3.2.13-42b883)
76
![Vite](https://img.shields.io/badge/vite-6.2.3-646cff)
87
![License](https://img.shields.io/badge/license-MIT-green)
@@ -74,7 +73,7 @@ Then upload `void.ttl` to the pod root using the app's `Data Upload` page.
7473

7574
If you use this tool in an academic publication, you can cite:
7675

77-
`Crum, E. (2026). Solid Cockpit (Version 1.0.0) [Software]. GitHub. https://github.com/KNowledgeOnWebScale/solid-cockpit`
76+
`Crum, E. (2026). Solid Cockpit (Version 1.3.0) [Software]. GitHub. https://github.com/KNowledgeOnWebScale/solid-cockpit`
7877

7978
BibTeX:
8079

@@ -83,7 +82,7 @@ BibTeX:
8382
author = {Crum, Elias},
8483
title = {{Solid Cockpit}},
8584
year = {2026},
86-
version = {1.0.0},
85+
version = {1.3.0},
8786
publisher = {GitHub},
8887
howpublished = {\url{https://github.com/KNowledgeOnWebScale/solid-cockpit}},
8988
note = {Software. Web app: \url{https://knowledgeonwebscale.github.io/solid-cockpit}. Accessed: 2026-03-04}
@@ -264,21 +263,21 @@ CI compliance check:
264263

265264
Current app version:
266265

267-
- `package.json` version: `1.0.0`
268-
- web-app release tag convention: `web-app-v<version>`
269-
- current computed web-app tag: `web-app-v1.0.0`
266+
- `package.json` version: `1.3.0`
267+
- release tag convention: `v<version>`
268+
- current computed release tag: `v1.3.0`
270269

271270
In-app visibility:
272271

273-
- Footer displays semantic version (`vX.Y.Z`) and computed release tag (`web-app-vX.Y.Z`)
272+
- Footer displays semantic version (`vX.Y.Z`).
274273
- Values are injected at build time from `package.json` via Vite defines
275274

276275
Recommended release workflow:
277276

278277
1. Update version:
279278

280279
```bash
281-
npm version X.Y.Z
280+
npm run version:bump -- X.Y.Z
282281
```
283282

284283
2. Build and validate:
@@ -292,8 +291,7 @@ npm run build:highmem
292291

293292
```bash
294293
git tag vX.Y.Z
295-
git tag web-app-vX.Y.Z
296-
git push origin vX.Y.Z web-app-vX.Y.Z
294+
git push origin vX.Y.Z
297295
```
298296

299297
### Deployment

0 commit comments

Comments
 (0)