-
-
Notifications
You must be signed in to change notification settings - Fork 823
Add mass and time unit to new project wizard panel #7077
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v0.8.0
Are you sure you want to change the base?
Add mass and time unit to new project wizard panel #7077
Conversation
Looks good in general, a few things I've noticed.
|
@Andrej730 Thanks a lot for the feedback. I have changed the error by adding TONNE as suggested. I have also added tests.
I just followed the pattern for Thanks!
|
|
ok removed form test_unit.py and moved to test_add_conversion_based_unit.py
I have removed the parameters
Yes, those follow under the category of "testing constants". I agree that probably do not make much sense since the dictionary team and the testing team are the same developers :) I can remove them if that is creating confusion
Yes I removed them (may be more related to assing_unit)
Agree. Reduced to one
Agree. Reduced |
Tests are added only to IFC4 test class, they should be added to IFC2X3 test class so they would be executed for both IFC2X3 and IFC4.
They're still present in
I don't think we need them. Also, those constants are already checked in |
Done
I just put an example but not provided as explicit parameter
Removed |
Is it worth having this in the wizard? Mass and time are not used by everyone. It's not hard to add later on in the units panel. |
As you wish. I think this was brought by @steverugi which is something useful for Costing and Scheduling. Maybe moving it to that panel would make sense? |
@Moult , @falken10vdl |
@Moult @steverugi Maybe an option is to just add a toggle to add or remove mass&time units. By defualt it is off. Kooha-2025-09-16-17-45-12.mp4Cheers! |
Love it! thanks |
This is a proposal to address issue #7073
Cheers!