cb4c61d1e4Add new icons for file, organization, signature, task, and flow functionalities
feat/frontend
OlgunR
2025-11-25 11:21:51 +01:00
a62902b538Refactor code structure for improved readability and maintainability
OlgunR
2025-11-25 10:13:40 +01:00
9c3fc8f83arefactor(nav-config): correct icon for ChartFlow to use analytics icon
OlgunR
2025-11-25 10:10:54 +01:00
cfbdda6e02feat(charts): add new ChartFlow page and analytics components for enhanced dashboard insights
OlgunR
2025-11-24 17:18:06 +01:00
df144ae357refactor(nav-config): reorganize navigation items and update titles for clarity
OlgunR
2025-11-24 15:51:35 +01:00
cb28e90241refactor(nav-config): correct 'Product' title to 'Products' and restore commented-out nav items
OlgunR
2025-11-24 14:49:55 +01:00
df84ad4afdrefactor(dashboard): correct component import and usage in DashboardPage
OlgunR
2025-11-24 14:49:10 +01:00
de019d5825refactor(routes): update default route to render DashboardPage instead of ProductsPage
OlgunR
2025-11-24 14:45:28 +01:00
a07a911ea9fix: update borderRadius type casting for consistency across components
OlgunR
2025-11-24 12:00:39 +01:00
364c67f3adfeat(document.json): convert mock data to json
master
TekH2025-07-16 15:40:14 +02:00
2adcc217affeat: Unterstützung von asynchroner Dateneingabe für DocFullView Komponente - DocFullView aktualisiert, um Daten als Uint8Array oder Promise<Uint8Array> zu akzeptieren - Asynchrones Handling in useEffect hinzugefügt, um Daten vor der Erstellung der Objekt-URL aufzulösen - Verbesserte Bereinigungslogik, um die Objekt-URL richtig zu widerrufen - Geänderte Format-Prop ist nun erforderlichTekH2025-07-16 15:26:51 +02:00
8c7e18637arefactor(document-service): Umbenennung der Methode getDocuments in get für Konsistenz - Die Methode getDocuments in DocService wurde in get umbenannt, um die Verwendung zu vereinfachen und die Konsistenz der Namensgebung bei allen Abfragemethoden (getDocumentById, getDocumentByName, getDocumentByAttributes) zu verbessern. - Keine Änderungen an der Funktionalität oder dem externen Verhalten.TekH2025-07-16 14:51:05 +02:00
a88238f209refactor(data): move base64 decoding to _genFile and remove inline data fieldTekH2025-07-16 14:43:47 +02:00
a34270cfc3refactor(doc): encapsulate document query functions into DocService classTekH2025-07-16 13:45:46 +02:00
c022b96a12feat(document-service): Unterstützung für die Abfrage von Dokumenten nach Attributen hinzugefügt - Erforderlich für DocAttribute.serilizedValue. - Erweitert DocQuery mit optionalem attributes Feld. - Aktualisiert getDocuments um nach Attribut-Schlüssel-Wert-Paaren zu filtern. - Hilfsfunktion getDocumentByAttributes hinzugefügt.TekH2025-07-16 13:32:57 +02:00
bbb55e9746feat(filters): Entprellen von onChange-Callbacks in TextFilter-, IntFilter- und DecimalFilter-Komponenten, um schnelles Auslösen zu reduzierenTekH2025-07-16 11:53:57 +02:00
d82e12759efeat(doc-search-view); add useEffect to follow attributesTekH2025-07-16 11:07:27 +02:00
3cef34bd1efeat(doc-search): Hinzufügen von Attributstatusverwaltung und Eingabewertbindung für FilterTekH2025-07-16 11:03:07 +02:00
1fbcdd82c8refactor(doc-search-view): updated to initalize the documents in the componentTekH2025-07-15 16:58:48 +02:00
f58fa0dd80feat: add optional onChange handler to TextFilter componentTekH2025-07-15 15:32:01 +02:00
cfadae4df3feat(json-viewer): create to view json dataTekH2025-07-15 12:37:48 +02:00
4e1ab7e9c2refactor(_data.ts): Attributliste zu Dokumenten hinzufügenTekH2025-07-14 15:41:45 +02:00
9a03c3ef85feat(_mock): add typed attributes to document mocks and extend Attribute typesTekH2025-07-14 14:59:11 +02:00
d5d82a5a1efeat(doc): Unterstützung für benutzerdefinierte Dokumentattribute hinzufügenTekH2025-07-14 13:56:36 +02:00
8d7615fb37refactor(./api): umbenennen in ./servicesTekH2025-07-14 13:40:00 +02:00
1af2ee3890feat: localize fallback message in DocFullView for unsupported file typesTekH2025-07-14 13:28:41 +02:00
8bfcd65ad1refactor(Filter): umbenennen in AttributTekH2025-07-14 11:42:29 +02:00
75ecbba71dfix(doc-full-view): Hintergrundfarbe für nicht unterstützte Formate festlegen (Fallback)TekH2025-07-14 11:11:02 +02:00
1a55bd7748feat: Vorschau-Modal für Dokument-Dateien mit Unterstützung für mehrere FormateTekH2025-07-14 10:53:09 +02:00
3e7a22f9e2feat(document-service): add type-safe file extension handling with FileFormat union - Introduced FileFormat union type to restrict valid document extensions. - Added validExtensions array for strict extension checking in Doc.extension getter. - Ensured Doc.iconSrc reflects only recognized file types or defaults to 'unknown'. - Improved type safety and consistency in extension handling.TekH2025-07-14 10:28:11 +02:00
49667d7fe9feat(doc): Modale Vollansicht des Dokuments hinzufügen und Öffnen bei Kartenklick ermöglichenTekH2025-07-14 10:04:06 +02:00
b15b4dc3b1feat(doc-item): add hover animation to DocItem card - Added default styling with hover transition - Preserves user-defined sx if passedTekH2025-07-14 09:47:53 +02:00
49452998cbRefactor: Dokumentenabfragefunktionen hinzufügen und Mock-Daten importieren - _documents aus dem Mock-Modul importieren - DocQuery-Typ für optionale Abfrageparameter hinzufügen - Implementierung der Funktionen getDocuments, getDocumentById und getDocumentByName - Beibehaltung der ursprünglichen Doc-Typ-Definition für KonsistenzTekH2025-07-09 13:36:54 +02:00
0009ceae81Create fake data for documentsTekH2025-07-09 13:18:51 +02:00
480393743ffeat: add sample document data array with typed document structure - Define Doc type representing documents with id, name, and binary data - Export sample documents array with example PDF, DOCX, and XLSX files - Use Uint8Array to simulate file binary content in-memoryTekH2025-07-09 11:50:05 +02:00
e47bb4f35crefactor(getFiltersAsync): umbenannt in getAttributesAsyncTekH2025-07-09 11:33:30 +02:00
3b2dba5317refactor(FilterCreateDto): umbenannt in AttributeCreateDtoTekH2025-07-09 11:30:29 +02:00
48be96a28brefactor(filter-service.ts): umbenannt in attribute-service.tsTekH2025-07-09 11:28:41 +02:00
15fe1dfec6fix(create-filter-modal): Verhindert unkontrollierte bis kontrollierte Eingabewarnungen in CreateFilterModalTekH2025-07-09 11:10:47 +02:00
d7e3e500abfix: Zurücksetzen des Formularstatus beim Schließen von CreateFilterModalTekH2025-07-09 11:05:07 +02:00
fdd093b8aafeat(ui): Verbesserung von CreateFilterModal mit Validierung und dynamischer FiltererstellungTekH2025-07-09 10:38:13 +02:00
4056719b50refactor(create-filter-modal): add useStates to name and label text-fieldsTekH2025-07-09 01:29:31 +02:00
dbea5cbeecrefactor(create-filter-model): add combobox for types and text fields for label and nameTekH2025-07-09 01:27:35 +02:00