Compare commits

...

18 Commits
v1.0 ... main

Author SHA1 Message Date
Orkun Tunç Bilgiç
e2695b900e Fix
There was a js error (typo when using a variable while dropping the groups )
2025-04-17 12:15:07 +03:00
Orkun Tunç Bilgiç
f7b23e1fe9 Merge branch 'main' of https://github.com/orblgc/oracle-apex-kanban-board 2025-04-16 10:49:04 +03:00
Orkun Tunç Bilgiç
06a81d6246 Update template_component_plugin_kanban_board.sql 2025-04-16 10:49:02 +03:00
Orkun Tunç Bilgiç
f9de411e2b
Update apexplugin.json 2025-04-14 12:07:01 +03:00
Orkun Tunç Bilgiç
5c24e41328
Update README.md 2025-04-14 12:06:35 +03:00
Orkun Tunç Bilgiç
538bb2e0b2 previewpng changed 2025-04-14 12:05:26 +03:00
Orkun Tunç Bilgiç
7518e26168 app updated, preview image updated 2025-04-14 12:04:05 +03:00
Orkun Tunç Bilgiç
2007e14240 Update template_component_plugin_kanban_board.sql 2025-04-14 11:35:00 +03:00
Orkun Tunç Bilgiç
233148814e Update f231266.sql 2025-04-11 20:59:52 +03:00
Orkun Tunç Bilgiç
4a5b18a993 Update f231266.sql 2025-04-11 20:29:18 +03:00
Orkun Tunç Bilgiç
d4a7f59945 Merge branch 'main' of https://github.com/orblgc/oracle-apex-kanban-board 2025-04-11 20:26:40 +03:00
Orkun Tunç Bilgiç
036d1c817b a 2025-04-11 20:26:38 +03:00
Orkun Tunç Bilgiç
fb66e6b390
Update apexplugin.json 2025-04-11 16:13:18 +03:00
Orkun Tunç Bilgiç
68093476fa
Update apexplugin.json 2025-04-11 16:13:00 +03:00
Orkun Tunç Bilgiç
5822fb2158
Update apexplugin.json 2025-04-11 16:08:55 +03:00
Orkun Tunç Bilgiç
08569bcf8d
Update apexplugin.json 2025-04-11 16:07:58 +03:00
Orkun Tunç Bilgiç
89f9a2428e
Update apexplugin.json 2025-04-11 16:07:34 +03:00
Orkun Tunç Bilgiç
8abdded8f6
Update README.md 2025-04-11 16:05:58 +03:00
6 changed files with 1261 additions and 3773 deletions

View File

@ -1,8 +1,6 @@
# oracle-apex-kanban-board
# Kanban Board Component for Oracle APEX # Kanban Board Component for Oracle APEX
![Preview](https://raw.githubusercontent.com/orblgc/oracle-apex-kanban-board/refs/heads/main/preview.png) ![Preview](https://raw.githubusercontent.com/orblgc/oracle-apex-kanban-board/refs/heads/main/kanbanpreview.png)
This Kanban Board component is inspired by the **Material Kanban Board Plugin**, using it as a UI (HTML-CSS) reference. You can see the inspired plugin [here](https://github.com/McRange/Material-Kanban-Board). This Kanban Board component is inspired by the **Material Kanban Board Plugin**, using it as a UI (HTML-CSS) reference. You can see the inspired plugin [here](https://github.com/McRange/Material-Kanban-Board).

View File

@ -1,7 +1,7 @@
{ {
"name": "Kanban Board", "name": "Kanban Board",
"version": "1.0", "version": "1.0",
"description": "High performance kanban board which is supporting Oracle's faceted, pagination etc. as a template component UI is inspired by Material Kanban Board plugin.", "description": "High performance kanban board which is supporting Oracle's faceted, pagination etc. as a template component UI is inspired by Material Kanban Board plugin.<br>Also the plugin compatible with apex themes since i used Oracle's css variables to maintain compability.",
"keywords": ["oracle","apex","kanban", "tasks", "board"], "keywords": ["oracle","apex","kanban", "tasks", "board"],
"homepage": "https://github.com/orblgc/oracle-apex-kanban-board", "homepage": "https://github.com/orblgc/oracle-apex-kanban-board",
"bugs": { "bugs": {
@ -26,7 +26,7 @@
"internalName": "KANBAN_BOARD", "internalName": "KANBAN_BOARD",
"type": "template component", "type": "template component",
"demo": "https://apex.oracle.com/pls/apex/r/ordibu/demo/login", "demo": "https://apex.oracle.com/pls/apex/r/ordibu/demo/login",
"previewImage": "https://raw.githubusercontent.com/orblgc/oracle-apex-kanban-board/refs/heads/main/preview.png" "previewImage": "https://raw.githubusercontent.com/orblgc/oracle-apex-kanban-board/refs/heads/main/kanbanpreview.png"
} }
} }
} }

File diff suppressed because it is too large Load Diff

BIN
kanbanpreview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 451 KiB

File diff suppressed because it is too large Load Diff