From 5bf668d7910252316a068e9da6d4b031e7044864 Mon Sep 17 00:00:00 2001 From: Nikol Georgieva Date: Fri, 24 Apr 2026 23:06:14 +0300 Subject: [PATCH 1/7] Update README.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index faffa70..416b624 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,16 @@ -# codbex-uoms-data -UoMs Management Data +# codbex-uoms-data -## Overview +## 📖 Table of Contents +* [🧩 Core Entities](#-core-entities) +* [🔗 References](#-references) +* [🐳 Local Development with Docker](#-local-development-with-docker) -- Contains a set of units of measures and dimensions to be used by applications. -- Provides data for [codbex-uoms](https://github.com/codbex/codbex-uoms) module. - -## References +## 🔗 References * [Guide for the Use of the International System of Units (SI)](https://physics.nist.gov/cuu/pdf/sp811.pdf) * [Master List of Unit of Measures](https://help.sap.com/docs/SAP_Predictive_Maintenance_and_Service/a6d34dd348294e6daa2b3a5b601a4838/3471d66aa8c3417ea10b8deea2178f43.html) -## Local Development with Docker +## 🐳 Local Development with Docker When running this project inside the codbex Atlas Docker image, you must provide authentication for installing dependencies from GitHub Packages. 1. Create a GitHub Personal Access Token (PAT) with `read:packages` scope. From 002e07c7e09c8b8f7fa4b95af529b2e44e45e964 Mon Sep 17 00:00:00 2001 From: Nikol Georgieva Date: Fri, 24 Apr 2026 23:07:45 +0300 Subject: [PATCH 2/7] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 416b624..5b65ed0 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ * [🔗 References](#-references) * [🐳 Local Development with Docker](#-local-development-with-docker) +## Data + +* [Dimension] (https://github.com/codbex/codbex-uoms-data/codbex-uoms-data/dimension) +* [Uom] (https://github.com/codbex/codbex-uoms-data/codbex-uoms-data/uom) + ## 🔗 References * [Guide for the Use of the International System of Units (SI)](https://physics.nist.gov/cuu/pdf/sp811.pdf) From 32653ff98f5c4dd38289374c94acbb27dac5f674 Mon Sep 17 00:00:00 2001 From: Nikol Georgieva Date: Fri, 24 Apr 2026 23:08:23 +0300 Subject: [PATCH 3/7] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b65ed0..bbf1383 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ * [🔗 References](#-references) * [🐳 Local Development with Docker](#-local-development-with-docker) -## Data +## 📦 Data -* [Dimension] (https://github.com/codbex/codbex-uoms-data/codbex-uoms-data/dimension) -* [Uom] (https://github.com/codbex/codbex-uoms-data/codbex-uoms-data/uom) +* [Dimension](https://github.com/codbex/codbex-uoms-data/codbex-uoms-data/dimension) +* [Uom](https://github.com/codbex/codbex-uoms-data/codbex-uoms-data/uom) ## 🔗 References From ac6d71461a2cd5b859a24defc1e76cbb42389a0e Mon Sep 17 00:00:00 2001 From: Nikol Georgieva Date: Fri, 24 Apr 2026 23:09:18 +0300 Subject: [PATCH 4/7] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbf1383..01ad360 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ ## 📦 Data -* [Dimension](https://github.com/codbex/codbex-uoms-data/codbex-uoms-data/dimension) -* [Uom](https://github.com/codbex/codbex-uoms-data/codbex-uoms-data/uom) +* [Dimension](https://github.com/codbex/codbex-uoms-data/tree/main/codbex-uoms-data/dimension) +* [Uom](https://github.com/codbex/codbex-uoms-data/tree/main/codbex-uoms-data/uom) ## 🔗 References From b4868d062f9bc35e8935b7bdcd01d5d49c1f8854 Mon Sep 17 00:00:00 2001 From: Nikol Georgieva Date: Fri, 24 Apr 2026 23:09:58 +0300 Subject: [PATCH 5/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01ad360..0f35f04 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ## 📖 Table of Contents * [🧩 Core Entities](#-core-entities) * [🔗 References](#-references) +* [📦 Data](#-data) * [🐳 Local Development with Docker](#-local-development-with-docker) ## 📦 Data From 1b807ad14f517a7edc2edec4349440a5cf3557b2 Mon Sep 17 00:00:00 2001 From: Nikol Georgieva Date: Fri, 24 Apr 2026 23:10:14 +0300 Subject: [PATCH 6/7] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0f35f04..52c1e4c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # codbex-uoms-data ## 📖 Table of Contents -* [🧩 Core Entities](#-core-entities) * [🔗 References](#-references) * [📦 Data](#-data) * [🐳 Local Development with Docker](#-local-development-with-docker) From bea4a04b2e50e847fc55fe21269dfe33079cf27f Mon Sep 17 00:00:00 2001 From: Nikol Georgieva Date: Fri, 24 Apr 2026 23:10:24 +0300 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52c1e4c..c07294b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # codbex-uoms-data ## 📖 Table of Contents -* [🔗 References](#-references) * [📦 Data](#-data) +* [🔗 References](#-references) * [🐳 Local Development with Docker](#-local-development-with-docker) ## 📦 Data