Confirmed users
630
edits
Line 120: | Line 120: | ||
The level of details to display can change with the display context. For example, if a feature set has one feature that is fully implemented, a feature that is partially implemented and a feature that is not implemented, what is the level of support for that feature set? There are three way of dispatching the same information: | The level of details to display can change with the display context. For example, if a feature set has one feature that is fully implemented, a feature that is partially implemented and a feature that is not implemented, what is the level of support for that feature set? There are three way of dispatching the same information: | ||
# If we want a optimistic view, the answer to the question "Does the feature set is implemented?" will be "Yes". | |||
# If we want a realistic view, the answer to the question "Does the feature set is implemented?" will be "Partially". | |||
# If we want a pessimistic view, the answer to the question "Does the feature set is implemented?" will be "No". | |||
The three answers are acceptable, depending on the context so we need to be able to display each of the answers. | The three answers are acceptable, depending on the context so we need to be able to display each of the answers. |