Commit Graph

53 Commits

Author SHA1 Message Date
c2fcfbb2ab I can save form (but user interaction is broken) 2025-08-04 18:36:28 +02:00
e74639c042 Properties Details correctly reacts on user interaction 2025-08-04 16:40:48 +02:00
badc2e28b0 Dialog box at the bottom. Property layout fully operationnel 2025-08-04 10:34:11 +02:00
4ac3eb2dfa The new layout is ok. We can work on the content 2025-08-03 18:11:26 +02:00
2bd998fe69 Refactoring Properties component 2025-08-03 11:10:17 +02:00
c694f42c07 The correct tab is shown on undo - redo 2025-08-02 15:27:11 +02:00
6949bb2814 Fixed WorkflowDesignerState 2025-08-02 01:22:45 +02:00
14f079d5f9 Added undo functionalities for all commands 2025-08-01 19:25:34 +02:00
3ca23449e4 Fixed unit tests 2025-08-01 18:55:40 +02:00
a6f765c624 Updated gitignore to remove .idea files 2025-08-01 09:16:03 +02:00
43e7dd5f00 Remove .idea directory from tracking 2025-08-01 09:15:17 +02:00
37c91d0d5d Another implementation of undo/redo 2025-07-31 22:54:09 +02:00
Kodjo Sossouvi
72f5f30da6 Working on undo redo 2025-07-25 17:22:18 +02:00
fb82365980 Improving functionalities and adding unit tests 2025-07-25 09:50:36 +02:00
aa8aa8f58c Working on undo redo capabilities 2025-07-24 23:41:27 +02:00
1ceddfac7c Fixed double shift implementation. Added implicit renaming 2025-07-24 21:42:13 +02:00
Kodjo Sossouvi
34f959812b Added extra fields management for Jira search 2025-07-24 17:52:42 +02:00
Kodjo Sossouvi
48b5c057f0 Fixed Jira icon color. Jira input details is now dynamic 2025-07-23 17:25:53 +02:00
Kodjo Sossouvi
0d7b94a045 Added Jira connectivity testing. Added alert management in AdminForm 2025-07-22 18:23:01 +02:00
e793aeda95 I can have different types of JIRA query 2025-07-21 23:21:40 +02:00
a0cf5aff0c Working implementation of DefaultDataPresenter 2025-07-20 19:17:55 +02:00
d064a553dd Adding Jira DataProcessor 2025-07-14 16:57:14 +02:00
6f17f6ee1f Fixed unit tests 2025-07-14 15:22:56 +02:00
ed793995fb Fixed unit tests 2025-07-13 18:11:17 +02:00
f3deeaefd1 Adding unit tests to WorkflowPlayer.py 2025-07-13 12:23:25 +02:00
fdf05edec3 Adding unit tests to WorkflowPlayer.py 2025-07-12 18:40:36 +02:00
bdd954b243 Improving error management 2025-07-12 17:45:30 +02:00
2754312141 Adding visual return when error 2025-07-12 09:52:56 +02:00
d0f7536fa0 Adding error management 2025-07-11 19:03:08 +02:00
2b288348e2 Adding error management 2025-07-11 18:34:04 +02:00
03ed1af7e6 Added user input tracking + Started error management for in the Designer 2025-07-09 20:06:09 +02:00
8135e3d8af First version of DefaultDataFilter 2025-07-08 23:29:47 +02:00
e8fc972f98 Started FilterPresenter 2025-07-08 06:22:09 +02:00
14be07720f I can run simple workflow 2025-07-06 22:53:18 +02:00
e183584f52 I can show WorkflowPlayer tab 2025-07-06 12:17:20 +02:00
60872a0aec Started unit test for Workflows.py and WorkflowDesigner.py 2025-07-06 11:02:57 +02:00
9df32e3b5f I can delete a connection 2025-07-05 22:19:58 +02:00
aed1022be3 Added Default Filter and Presenter Processors 2025-07-05 10:02:10 +02:00
f86f4852c7 I can load and save Jira and Table Processor details 2025-07-04 19:03:32 +02:00
8e718ecb67 Added Simple Workflow Engine 2025-07-04 10:35:25 +02:00
46c14ad3e8 Adding splitter between designer and properties 2025-07-03 22:41:21 +02:00
797273e603 I can save workflow state + uptated css + started Properties Panek 2025-07-02 23:00:32 +02:00
d90613119f I can link items by hovering 2025-07-02 20:55:06 +02:00
f4e8f7a16c I can drag and drop items into the canvas
I
2025-07-02 18:23:49 +02:00
7f6a19813d I can show WorkflowDesigner tab
I
2025-07-02 00:05:49 +02:00
4b06a0fe9b Adding workflow management
I
2025-07-01 22:07:12 +02:00
9e1133c7fb Fixed when no Holiday data 2025-07-01 20:03:37 +02:00
Kodjo Sossouvi
d4f9c61a08 Renamed helpers into utils to remove conflicts 2025-06-27 07:54:41 +02:00
Kodjo Sossouvi
9f4b8ab4d0 Added Application HolidayViewer 2025-06-27 07:26:58 +02:00
66ea45f501 I can add tables
Refactoring DbEngine

Fixing unit tests

Fixing unit tests

Fixing unit tests

Refactored DbManager for datagrid

Improving front end performance

I can add new table

Fixed sidebar closing when clicking on it

Fix drag event rebinding, improve listener options, and add debug

Prevent duplicate drag event bindings with a dataset flag and ensure consistent scrollbar functionality. Change wheel event listener to passive mode for better performance. Refactor function naming for consistency, and add debug logs for event handling.

Refactor Datagrid bindings and default state handling.

Updated Javascript to conditionally rebind Datagrid on specific events. Improved Python components by handling empty DataFrame cases and removing redundant code. Revised default state initialization in settings for better handling of mutable fields.

Added Rowindex visualisation support

Working on Debugger with own implementation of JsonViewer

Working on JsonViewer.py

Fixed unit tests

Adding unit tests

I can fold and unfold

fixed unit tests

Adding css for debugger

Added tooltip management

Adding debugger functionalities

Refactor serializers and improve error handling in DB engine

Fixed error where tables were overwritten

I can display footer menu

Working on footer. Refactoring how heights are managed

Refactored scrollbars management

Working on footer menu

I can display footer menu + fixed unit tests

Fixed unit tests

Updated click management

I can display aggregations in footers

Added docker management

Refactor input handling and improve config defaults

Fixed scrollbars colors

Refactored tooltip management

Improved tooltip management

Improving FilterAll
2025-05-30 20:27:43 +02:00