|
11 | 11 | - Plug UI library - thinking mantine... |
12 | 12 | - search |
13 | 13 | - filters |
14 | | -- Add "conform" models (saved filters, handpicked sets, dashboards...) |
| 14 | +- Add "confort" models & views (saved filters, handpicked sets, dashboards...) |
15 | 15 | - WIP: Add Activity feature + View |
16 | 16 | - WIP: Add Summary view |
17 | 17 | - Every field type can also be an array of values of that type |
|
20 | 20 | - Add Groups (handpicked lists) |
21 | 21 | - Choice of UX pattern: Drawer / navigation / dual pane |
22 | 22 | - translate in other languages (/src/i18n/XX.js) |
23 | | -- In code, use functions rather than classes for components |
| 23 | +- In code, use functions rather then classes for components (in views) |
24 | 24 | - Add checkboxes for selection to the List and Cards views |
25 | 25 | - Add "Compare" view for side-by-side comparaison and averages |
26 | 26 | - Add "Kanban" view w/ drag & drop |
27 | | -- Add Kaggle style table view |
28 | 27 | - Dependent fields |
29 | 28 | - Integrate Designer inside each views |
30 | 29 | - plug RTKQuery or TanStack Query (=> caching) |
31 | 30 | - Add checkboxes for selection to the List and Cards views |
32 | 31 | - Add filtering for List and Card views (and later for Groups) |
33 | 32 | - Add "Clone" action |
| 33 | +- CSS for print |
| 34 | +- Theme Dark/Light, Comfortable/Compact |
34 | 35 | - Better 404 page |
35 | 36 | - Option for Drawer rather than navigation |
36 | 37 | - Drawer for editing metadata |
37 | 38 | - Add User settings & preferences (move most of config.js there) |
38 | 39 | - a pluggin system for new Field Types or Views |
39 | 40 | - upgrade components to use functions rather than classes |
40 | 41 | - Add sorting for Cards |
41 | | -- CSS for print |
42 | | -- Theme Dark/Light, Comfortable/Compact |
43 | 42 | - Tooltip style Confirmation on delete. |
44 | 43 | - Warning when leaving page w/ unsaved changes. |
45 | 44 | - pluggins for FieldTypes |
46 | 45 | - pluggins for views |
| 46 | +- Add Kaggle style table view |
47 | 47 | - routes overriding mechanism for custom build views |
48 | 48 | - json-schema to Evolutility models script |
49 | 49 | - CI/CD pipelines on GitHub |
|
0 commit comments