@@ -34,15 +34,7 @@ These features are planned for the future, but not yet scheduled.
3434
3535### Priority Backlog
3636
37- - [ ] Filter file inputs (add format filters)
38- - [ ] Click off model - deselect all
39- - [ ] Color indicating in group vs out of group in viewer
40- - [ ] Delete group action button in the hierarchy menu
41- - [ ] Group selection in hierarchy tree optimization (shift to select, deselect previous on selectiong previous)
42- - [ ] Open editor on Group select
43- - [ ] Unselect all on clicking away
4437- [ ] Shortcuts for tab switching in editor
45- - [ ] When in Table view, click to select model and extend the selection based on groups on key/button/action
4638
4739### Backlog
4840
@@ -53,13 +45,9 @@ These features are planned for the future, but not yet scheduled.
5345- [ ] Extract Utils to separate SDK form metacity editors
5446- [ ] Optional interactivity - build BVH only if user opts-in to make the loaded models clickable
5547- [ ] Optimize deleting models - partition model BVH nodes based on submodels's ids
56- - [ ] Named groups in hierarchy
5748- [ ] Insert textured plane (location blueprints for reference)
5849- [ ] Refactor General context - setting status messages, etc.
5950- [ ] Add a button to open/hide the side panel
60-
61- ### Bugs and Validations
62-
6351- [ ] Do not allow keys to be empty in table view during conversion
6452
6553---
@@ -68,18 +56,51 @@ These features are planned for the future, but not yet scheduled.
6856
6957These features are planned for the future, and scheduled for a specific release.
7058
71- ### v0.4 .1
59+ ### v0.5 .1
7260
7361- [ ] Projecting models onto models (2D onto 3D) - ✨WIP https://github.com/vojtatom/geometry
7462- [ ] Loading points and lines from SHP
7563- [ ] Export screenshot action
76- - [ ] Selecting colormap
77- - [ ] Hierarchy UI controls
78-
79- 🧠 Call for consultation (TB planned, beginning of July 2023)
64+ - [ ] Tooltip on hover over model
65+ - [ ] Dark mode
66+
67+ ### v0.5.0 - Work in progress
68+
69+ ⚠️ Breaking changes, old ` .metacity ` files will not be compatible.
70+ 🧠 Call for consultation (TB planned, end of July 2023)
71+
72+ - [x] Remove groups and hierarchy - all models will be in a flat list
73+ - [x] Metadata editor replacing Hierarchy editor
74+ - [x] Diffing metadata between models
75+ - [x] Edit metadata on selection
76+ - [x] Editor part 1 - allow editing common attributes
77+ - ~~ [ ] Editor part 2 - show which attributes are different (can be overwritten and changed to common)~~ - will not implement for now
78+ - [x] fulltext search filtering - values only
79+ - [x] Styling
80+ - [x] Style Editor
81+ - [x] Auto generate/update styles
82+ - [x] Style outline
83+ - [x] Apply styles to the geometry
84+ - [x] Styling UI - show data infographics
85+ - [x] Clean syling button - switches on tab close
86+ - [x] Updated metadata format - binary buffers + attributes + styling
87+ - [x] Metadata export/import
88+ - [x] Styles
89+ - [x] Updated viewer to sync with studio
90+ - [x] Filter file inputs (add format filters)
91+ - [x] Click off model - deselect all
92+ - [x] Group selection in hierarchy tree optimization (shift to select, deselect previous on selectiong previous)
93+ - [x] When in Table view, click to select model and extend the selection based on groups on key/button/action
94+ - [x] Import and export data separated into models (do not join on export)
95+ - [x] Allow renaming models
96+ - [x] Refactor colors
97+ - [x] Resolve rejects during loading
98+ - [x] Allow colormap codes in styles instead of lists of colors [ plasma, viridis, inferno, magma]
8099
81100### v0.4.0 - ✅ Released
82101
102+ 🧠 Call for consultation (TB planned, beginning of July 2023)
103+
83104- [x] Browsing metadata hierarchy in viewer
84105- [x] Restructure menu in Editor (unify UI with viewer)
85106- [x] Remove metadata view from transform view
0 commit comments