Replace GWT/Java Validators with Typescript module
Activity
Show:
Sean Flanigan 27 June 2018 at 06:19Edited
@Former user Do you know if this task is really in progress? Also, is there a JIRA for running the new TypeScript validators for server-side validation? EDIT: I think this JIRA was meant to cover both.
Ready for Release
Details
Details
Assignee
Unassigned
UnassignedReporter
Former user
Former user(Deactivated)Labels
Tested Version/s
None
Fix versions
Priority

More fields
Time tracking
More fields
Time trackingCreated 29 May 2018 at 23:51
Updated 19 July 2018 at 05:02
Resolved 19 July 2018 at 05:02
In https://zanata.atlassian.net/browse/ZNTA-75#icft=ZNTA-75 the GWT Validators were ported to the Frontend in Typescript.
To reduce code duplication, we should prepare the Typescript Validators as a module to be built through a separate webpack config and entry to generate a library as JavaScript consumable by Nashorn on the server.
Then replace existing GWT Java Validators and their usage on the server with the Typescript Validators module.