[PR #97] [MERGED] Extract custom concepts from the file #139

Closed
opened 2026-03-23 20:32:11 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RADar-AZDelta/Keun/pull/97
Author: @BostoenToby
Created: 12/6/2023
Status: Merged
Merged: 12/6/2023
Merged by: @BostoenToby

Base: siteHead: prd


📝 Commits (5)

  • a965265 extract custom concepts from the file in setup
  • 19e9cb4 Merge branch 'dev' into dev-Toby
  • 080355f Merge pull request #94 from RADar-AZDelta/dev-Toby
  • 34a1014 Merge pull request #95 from RADar-AZDelta/dev
  • 9af5f4c Merge pull request #96 from RADar-AZDelta/stg

📊 Changes

7 files changed (+80 additions, -18 deletions)

View changed files

📝 src/lib/components/Types.d.ts (+1 -0)
📝 src/lib/components/mapping/AthenaSearch.svelte (+3 -0)
📝 src/lib/components/mapping/views/MappedView.svelte (+2 -2)
📝 src/lib/data/columnsUsagi.json (+6 -1)
📝 src/lib/implementations/databaseImpl/LocalImpl.ts (+26 -8)
📝 src/lib/mappingUtils.ts (+1 -0)
📝 src/routes/mapping/+page.svelte (+41 -7)

📄 Description

When importing an already mapped file with custom concepts in it, it will now extract those custom concepts in the setup.
This will be done to include those custom concepts in the _concepts file when downloading the file.

Otherwise you would have for example 3 custom concepts files when working on the file 3 seperate times.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RADar-AZDelta/Keun/pull/97 **Author:** [@BostoenToby](https://github.com/BostoenToby) **Created:** 12/6/2023 **Status:** ✅ Merged **Merged:** 12/6/2023 **Merged by:** [@BostoenToby](https://github.com/BostoenToby) **Base:** `site` ← **Head:** `prd` --- ### 📝 Commits (5) - [`a965265`](https://github.com/RADar-AZDelta/Keun/commit/a965265ca758f8e4792e1943251979b7e6dc0a45) extract custom concepts from the file in setup - [`19e9cb4`](https://github.com/RADar-AZDelta/Keun/commit/19e9cb4250fba5139f77597a93c1773eebe11a3c) Merge branch 'dev' into dev-Toby - [`080355f`](https://github.com/RADar-AZDelta/Keun/commit/080355f692fcd40c1c5d206a8530908e281d2061) Merge pull request #94 from RADar-AZDelta/dev-Toby - [`34a1014`](https://github.com/RADar-AZDelta/Keun/commit/34a1014b3d3aa9ae8b3cd6075cfd8419b3e18fde) Merge pull request #95 from RADar-AZDelta/dev - [`9af5f4c`](https://github.com/RADar-AZDelta/Keun/commit/9af5f4cf4710a70e5222301595799c544f3987a2) Merge pull request #96 from RADar-AZDelta/stg ### 📊 Changes **7 files changed** (+80 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/Types.d.ts` (+1 -0) 📝 `src/lib/components/mapping/AthenaSearch.svelte` (+3 -0) 📝 `src/lib/components/mapping/views/MappedView.svelte` (+2 -2) 📝 `src/lib/data/columnsUsagi.json` (+6 -1) 📝 `src/lib/implementations/databaseImpl/LocalImpl.ts` (+26 -8) 📝 `src/lib/mappingUtils.ts` (+1 -0) 📝 `src/routes/mapping/+page.svelte` (+41 -7) </details> ### 📄 Description When importing an already mapped file with custom concepts in it, it will now extract those custom concepts in the setup. This will be done to include those custom concepts in the _concepts file when downloading the file. Otherwise you would have for example 3 custom concepts files when working on the file 3 seperate times. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:32:11 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
RADar-AZDelta/archived-Keun#139
No description provided.