[PR #271] [MERGED] Fix small bugs & add validation #276

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

📋 Pull Request Information

Original PR: https://github.com/RADar-AZDelta/Keun/pull/271
Author: @BostoenToby
Created: 4/23/2024
Status: Merged
Merged: 4/23/2024
Merged by: @BostoenToby

Base: siteHead: prd


📝 Commits (5)

  • a423a4e add validation on custom row for "/" characters
  • b734d06 fix bug in custom concepts that the updated custom concepts is not updated in the table
  • d5079df fix bug with erasing a row
  • 98e6e0d Merge pull request #269 from RADar-AZDelta/dev
  • 2da9eb5 Merge pull request #270 from RADar-AZDelta/stg

📊 Changes

14 files changed (+337 additions, -311 deletions)

View changed files

src/lib/classes/customRow/CustomValidation.ts (+62 -0)
📝 src/lib/classes/general/MappedConcepts.ts (+25 -4)
📝 src/lib/classes/implementation/DatabaseImpl.ts (+10 -0)
📝 src/lib/classes/mapping/Mapping.ts (+13 -3)
📝 src/lib/classes/tables/CustomTable.ts (+26 -2)
📝 src/lib/classes/tables/Table.ts (+9 -0)
📝 src/lib/classes/usagi/UsagiRowDelete.ts (+3 -3)
src/lib/components/mapping/views/CustomRow.svelte (+0 -187)
📝 src/lib/components/mapping/views/CustomView.svelte (+1 -1)
src/lib/components/mapping/views/InputRow.svelte (+0 -109)
src/lib/components/mapping/views/customRow/AddRow.svelte (+66 -0)
src/lib/components/mapping/views/customRow/CustomRow.svelte (+19 -0)
src/lib/components/mapping/views/customRow/Row.svelte (+101 -0)
📝 src/lib/helperClasses/Config.ts (+2 -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/271 **Author:** [@BostoenToby](https://github.com/BostoenToby) **Created:** 4/23/2024 **Status:** ✅ Merged **Merged:** 4/23/2024 **Merged by:** [@BostoenToby](https://github.com/BostoenToby) **Base:** `site` ← **Head:** `prd` --- ### 📝 Commits (5) - [`a423a4e`](https://github.com/RADar-AZDelta/Keun/commit/a423a4e54de67f67c308330f549253c4c1dd7597) add validation on custom row for "/" characters - [`b734d06`](https://github.com/RADar-AZDelta/Keun/commit/b734d063c43148deb4fcf4d1e186b8b5d0f6ef50) fix bug in custom concepts that the updated custom concepts is not updated in the table - [`d5079df`](https://github.com/RADar-AZDelta/Keun/commit/d5079df305a80c83f4eb0a157cd084478ea15254) fix bug with erasing a row - [`98e6e0d`](https://github.com/RADar-AZDelta/Keun/commit/98e6e0d3160edddea71a0bf113529dc53bded7d8) Merge pull request #269 from RADar-AZDelta/dev - [`2da9eb5`](https://github.com/RADar-AZDelta/Keun/commit/2da9eb5714b7c2234cd3565e3392f6b038cd0296) Merge pull request #270 from RADar-AZDelta/stg ### 📊 Changes **14 files changed** (+337 additions, -311 deletions) <details> <summary>View changed files</summary> ➕ `src/lib/classes/customRow/CustomValidation.ts` (+62 -0) 📝 `src/lib/classes/general/MappedConcepts.ts` (+25 -4) 📝 `src/lib/classes/implementation/DatabaseImpl.ts` (+10 -0) 📝 `src/lib/classes/mapping/Mapping.ts` (+13 -3) 📝 `src/lib/classes/tables/CustomTable.ts` (+26 -2) 📝 `src/lib/classes/tables/Table.ts` (+9 -0) 📝 `src/lib/classes/usagi/UsagiRowDelete.ts` (+3 -3) ➖ `src/lib/components/mapping/views/CustomRow.svelte` (+0 -187) 📝 `src/lib/components/mapping/views/CustomView.svelte` (+1 -1) ➖ `src/lib/components/mapping/views/InputRow.svelte` (+0 -109) ➕ `src/lib/components/mapping/views/customRow/AddRow.svelte` (+66 -0) ➕ `src/lib/components/mapping/views/customRow/CustomRow.svelte` (+19 -0) ➕ `src/lib/components/mapping/views/customRow/Row.svelte` (+101 -0) 📝 `src/lib/helperClasses/Config.ts` (+2 -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:33:01 +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#276
No description provided.