chore: Update generated timestamp in manifest.json and archive budget_status slot
This commit is contained in:
parent
7c7d8c0270
commit
7691a11e79
6 changed files with 18 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"generated": "2026-01-14T14:05:38.322Z",
|
||||
"generated": "2026-01-14T14:13:07.428Z",
|
||||
"schemaRoot": "/schemas/20251121/linkml",
|
||||
"totalFiles": 2884,
|
||||
"categoryCounts": {
|
||||
|
|
|
|||
|
|
@ -1338,4 +1338,9 @@ fixes:
|
|||
type: slot
|
||||
- label: XPath
|
||||
type: class
|
||||
-
|
||||
- original_slot_id: https://nde.nl/ontology/hc/slot/writing_system
|
||||
revision:
|
||||
- label: has_or_had_writing_system
|
||||
type: slot
|
||||
- label: WritingSystem
|
||||
type: class
|
||||
|
|
|
|||
|
|
@ -2519,7 +2519,7 @@ const LinkMLViewerPage: React.FC = () => {
|
|||
<button
|
||||
key={`${slotName}-${rangeType}`}
|
||||
className="linkml-viewer__imports-link"
|
||||
onClick={() => navigateToClass(rangeType)}
|
||||
onClick={() => setSchemaElementPopup({ name: rangeType, type: isClass ? 'class' : 'enum' })}
|
||||
title={`slot: ${slotName}`}
|
||||
>
|
||||
{rangeType} <span className="linkml-viewer__imports-via">via {slotName}</span>
|
||||
|
|
@ -2538,7 +2538,7 @@ const LinkMLViewerPage: React.FC = () => {
|
|||
<button
|
||||
key={`usage-${slotName}-${rangeType}`}
|
||||
className="linkml-viewer__imports-link"
|
||||
onClick={() => navigateToClass(rangeType)}
|
||||
onClick={() => setSchemaElementPopup({ name: rangeType, type: 'class' })}
|
||||
title={`slot_usage: ${slotName}`}
|
||||
>
|
||||
{rangeType} <span className="linkml-viewer__imports-via">via {slotName}</span>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"generated": "2026-01-14T14:13:07.428Z",
|
||||
"generated": "2026-01-14T14:14:23.659Z",
|
||||
"schemaRoot": "/schemas/20251121/linkml",
|
||||
"totalFiles": 2884,
|
||||
"categoryCounts": {
|
||||
|
|
|
|||
|
|
@ -1189,10 +1189,14 @@ fixes:
|
|||
|
||||
- original_slot_id: https://nde.nl/ontology/hc/slot/budget_status
|
||||
processed:
|
||||
status: false
|
||||
timestamp: null
|
||||
session: null
|
||||
notes: "Requires BudgetStatus class creation"
|
||||
status: true
|
||||
timestamp: '2026-01-14T11:00:00Z'
|
||||
session: "slot-migration-session-8"
|
||||
notes: |
|
||||
MIGRATED: budget_status → has_or_had_status + BudgetStatus
|
||||
- Created BudgetStatus.yaml class (hc:BudgetStatus)
|
||||
- Updated Budget.yaml: imports, slots list, slot_usage, examples
|
||||
- Archived to modules/slots/archive/budget_status_archived_20260114.yaml
|
||||
revision:
|
||||
- label: has_or_had_status
|
||||
type: slot
|
||||
|
|
|
|||
Loading…
Reference in a new issue