Added so much stuff I cant keep up. I think some sorting capability and a way to add metadata to each folder (WIP)

This commit is contained in:
Kylian Schmidt
2025-07-29 09:38:28 +02:00
parent 3e2aaa4be8
commit f3adbe49fa
30 changed files with 1134 additions and 697 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"title": "Sample Research Project",
"description": "This folder contains plots and analysis results for our sample research project studying data visualization techniques.",
"author": "Research Team",
"created": "2025-01-15",
"project_id": "PROJ-2025-001",
"status": "Active",
"tags": ["data-science", "visualization", "research"],
"collaborators": ["Alice Smith", "Bob Johnson", "Carol Davis"],
"funding": {
"agency": "National Science Foundation",
"grant_number": "NSF-2025-12345",
"amount": "$150,000"
},
"contact": "research-team@example.com",
"repository": "https://github.com/example/sample-project",
"documentation": "https://docs.example.com/sample-project",
"notes": "This is a long note that demonstrates how the system handles lengthy text content. It should be truncated in the display and allow users to expand it to see the full content. This helps keep the interface clean while still providing access to detailed information when needed."
}