-
Notifications
You must be signed in to change notification settings - Fork 8
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
Clarifications for Toilet entity and its properties; proposal of new properties #7
Comments
I reworked my proposal (e.g. added critics about FoldableHandle). |
Space means the length/width/depth of clearance, from the user's perspective (while using the facility). I'd leave the single properties for measurements and add a description how they are to be used: I've renamed the word What do you mean by |
|
Fixes - #79 - A part of #7 (allows to describe the flush activation mechanism(s) of a toilet, in detail) Adds a way to describe interactions of a human with their environment/a machine/a control in detail, allowing to specify necessary and sufficient abilities that you need to interact. Makes a distinction between perception and action. New entities/interfaces: - `Interactable` - `InteractionMode` - `ActionMode` - `PerceptionMode`
In this proposal i'd like to discuss properties of
Toilet
and usage ofFoldingHandles
.Toilet
The
Toilet
entity has the following properties currently:(1)
Could you please tell me, what "space" means, for instance in
spaceOnUsersLeftSide
? Do you mean the length or the depth of the area left/right of the user?(2)
Using
foldingHandles
is a little bit narrow, because there are support handles which are not foldable. Would you be open to add more details here?I would like to propose the following property additions to the
Toilet
entity.The following properties clarify:
SupportHandle
[ ]emergencyBellInsideToiletCabinAvailablereplaced byemergencyBell
EquipmentInfo
[ ]leftSupportHandleFoldablelocated withinFoldingHandle
rightSupportHandleFoldablelocated withinFoldingHandle
stepsTillToiletAvailableboolnumberOfStepsTillToiletboolstepsHeightTillToiletnumberstepsTillToiletContinuousHandrailLeftAvailableboolstepsTillToiletContinuousHandrailRightAvailableboolstepsTillToiletFirstLastColorizedbooldoorWidthnumberdoorUnlockableFromOutsidebooldistanceFromGroundEmergencyBellInsideToiletCabinFoldingHandle => SupportHandle
I would like to rename it to
SupportHandle
, because there are handles, which are not foldable. If you enforceFoldingHandle
, other types of handles have to be created with the same/similar properties.I would change it to:
Feel free to adapt the properties, if there is a more suitable word in English.
EDIT: I cancelled
Door
andStairs
related properties in favor of usingDoor
andStairs
instances directly.EDIT 2: Relation to FoldableHandles discussed; proposal to renaming it to
SupportHandle
.The text was updated successfully, but these errors were encountered: