[PR #246] [MERGED] Fix small bugs for Usagi, custom concepts & naming #256

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

📋 Pull Request Information

Original PR: https://github.com/RADar-AZDelta/Keun/pull/246
Author: @BostoenToby
Created: 3/14/2024
Status: Merged
Merged: 3/14/2024
Merged by: @BostoenToby

Base: siteHead: prd


📝 Commits (7)

  • 06970a8 fix usagi naming sequal issue
  • 51da3d0 place _usagi sequal on download in case the sequel was not set on the upload
  • 12ec1b2 update svelte-datatable package + set mappingStatus & concpetId on every row
  • fae253e fix bug with double usagi sequel
  • 0887db8 Merge pull request #243 from RADar-AZDelta/dev-automapping-domain
  • f7d4813 Merge pull request #244 from RADar-AZDelta/dev
  • 91509f5 Merge pull request #245 from RADar-AZDelta/stg

📊 Changes

8 files changed (+71 additions, -22 deletions)

View changed files

📝 package.json (+2 -2)
📝 pnpm-lock.yaml (+4 -4)
📝 src/lib/classes/implementation/DatabaseImpl.ts (+4 -0)
📝 src/lib/classes/tables/CustomTable.ts (+2 -1)
📝 src/lib/classes/tables/Table.ts (+16 -1)
📝 src/lib/implementations/databaseImpl/FirebaseImpl.ts (+31 -11)
📝 src/lib/implementations/databaseImpl/LocalImpl.ts (+4 -1)
📝 src/routes/mapping/+page.svelte (+8 -2)

📄 Description

No description provided


🔄 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/246 **Author:** [@BostoenToby](https://github.com/BostoenToby) **Created:** 3/14/2024 **Status:** ✅ Merged **Merged:** 3/14/2024 **Merged by:** [@BostoenToby](https://github.com/BostoenToby) **Base:** `site` ← **Head:** `prd` --- ### 📝 Commits (7) - [`06970a8`](https://github.com/RADar-AZDelta/Keun/commit/06970a8cc5792f58d6453e04ca42f60e037c5e64) fix usagi naming sequal issue - [`51da3d0`](https://github.com/RADar-AZDelta/Keun/commit/51da3d061fd34855cdc608760f24b1f54e17b7fe) place _usagi sequal on download in case the sequel was not set on the upload - [`12ec1b2`](https://github.com/RADar-AZDelta/Keun/commit/12ec1b2530decd0adfdc012bb12e0a2b9c868baf) update svelte-datatable package + set mappingStatus & concpetId on every row - [`fae253e`](https://github.com/RADar-AZDelta/Keun/commit/fae253e6243fdca1586ea240c8473322013aa77f) fix bug with double usagi sequel - [`0887db8`](https://github.com/RADar-AZDelta/Keun/commit/0887db820c848cff36ea8ee3e9e5970d7f11f11f) Merge pull request #243 from RADar-AZDelta/dev-automapping-domain - [`f7d4813`](https://github.com/RADar-AZDelta/Keun/commit/f7d4813868c9c5667a942cbb24d1b5060249737e) Merge pull request #244 from RADar-AZDelta/dev - [`91509f5`](https://github.com/RADar-AZDelta/Keun/commit/91509f50646e63d11b7a25158b6ba3fb32c1b6d8) Merge pull request #245 from RADar-AZDelta/stg ### 📊 Changes **8 files changed** (+71 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+2 -2) 📝 `pnpm-lock.yaml` (+4 -4) 📝 `src/lib/classes/implementation/DatabaseImpl.ts` (+4 -0) 📝 `src/lib/classes/tables/CustomTable.ts` (+2 -1) 📝 `src/lib/classes/tables/Table.ts` (+16 -1) 📝 `src/lib/implementations/databaseImpl/FirebaseImpl.ts` (+31 -11) 📝 `src/lib/implementations/databaseImpl/LocalImpl.ts` (+4 -1) 📝 `src/routes/mapping/+page.svelte` (+8 -2) </details> ### 📄 Description _No description provided_ --- <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:53 +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#256
No description provided.