Page MenuHomePhabricator

[Task] Value preview should tell the backend to validate the user input
Open, MediumPublic

Description

The UI should tell the wbparsevalue module to validate the input against the validator defined for the input's data type. This requires the following:

  • use the data type, instead of the parser name, to identify the parser to use (once this is possible, see T104876)
  • use backend parsing for all types, including string types (once this is possible, see T104873)
  • tell the backend to apply validation when parsing (once this is possible, see T104330)

Event Timeline

Tobi_WMDE_SW raised the priority of this task from to High.
Tobi_WMDE_SW updated the task description. (Show Details)
daniel set Security to None.
Jonas renamed this task from Value preview should tell the backend to validate the user input to [Task] Value preview should tell the backend to validate the user input.Aug 13 2015, 3:31 PM
adrianheine lowered the priority of this task from High to Medium.Mar 17 2016, 10:49 AM
adrianheine subscribed.

Prerequisites are done as far as I see it, we just need to implement usage of the infrastructure in JS. It's not high priority, though, apparently.