mirror of
https://github.com/RADar-AZDelta/Keun.git
synced 2026-03-23 20:37:05 +00:00
[PR #95] [MERGED] Extract custom concepts from the file #137
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
RADar-AZDelta/archived-Keun#137
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RADar-AZDelta/Keun/pull/95
Author: @BostoenToby
Created: 12/6/2023
Status: ✅ Merged
Merged: 12/6/2023
Merged by: @BostoenToby
Base:
stg← Head:dev📝 Commits (3)
a965265extract custom concepts from the file in setup19e9cb4Merge branch 'dev' into dev-Toby080355fMerge pull request #94 from RADar-AZDelta/dev-Toby📊 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.