diff --git a/doc/roadmap2024.md b/doc/roadmap2024.md index d163438..7299a72 100644 --- a/doc/roadmap2024.md +++ b/doc/roadmap2024.md @@ -27,12 +27,12 @@ Opening existing IFC files typically should "just work". The IFC file contains e ##### What needs to be done - [x] A **lock system** should be put in place to allow two different scenarios: - 1. The user wants to work strictly with IFC objects (strtict mode) or + 1. The user wants to work strictly with IFC objects (strict mode) or 2. The user wants to mix IFC and non-IFC (FreeCAD-only) objects (hybrid mode). - The user should be able to change between the two modes at any moment in the project development. [b739b77](https://github.com/yorikvanhavre/FreeCAD-NativeIFC/commit/b739b77a7068fe80c92481c519cafa9fb9b76431) + The user should be able to change between the two modes at any moment in the project development. [b739b77](https://github.com/yorikvanhavre/FreeCAD-NativeIFC/commit/b739b77a7068fe80c92481c519cafa9fb9b76431) - [x] A better **display mode** that allows to load all files the same, fastest way. That display mode should handle edges and transparency properly, so there is visually no more need to load the object shapes (heavy) on file load. [dc85ff6](https://github.com/yorikvanhavre/FreeCAD-NativeIFC/commit/dc85ff6123d44e4c773ddad7182f2ed4193a2711) - [37e3d2c](https://github.com/yorikvanhavre/FreeCAD-NativeIFC/commit/37e3d2c2a02ee049891540898923353da94ba346) - [3ff1715](https://github.com/yorikvanhavre/FreeCAD-NativeIFC/commit/3ff1715802d582e4f1c722e8c4010ca10733b80d) - [x] An automatic **shape loading mechanism** that seamlessly loads object shapes and geometric properties when needed, for example when they are selected or being edited. [b382938](https://github.com/yorikvanhavre/FreeCAD-NativeIFC/commit/b382938e9facfed61befb644d8d8b7b185d3babe) -- [ ] **Remove the file loading dialog**. All options set in that dialog should be settable at any time later by the user. +- [x] **Remove the file loading dialog**. All options set in that dialog should be settable at any time later by the user. [a64871a](https://github.com/yorikvanhavre/FreeCAD-NativeIFC/commit/a64871adb06a60b52ff1ccf1b48413731ad4a58c) - [ ] Integrate both **FreeCAD and IFC save mechanisms** so a user can just press "Save". ### 2. Creating files from scratch, and attach existing files