[
https://issues.jboss.org/browse/JBIDE-19948?page=com.atlassian.jira.plugi...
]
David Hladky commented on JBIDE-19948:
--------------------------------------
Hi Rob, no progress on my side so far. There were complications with DM support after
migration to IT infrastructure and I needed to finish some urgent stuff on it. However I
plan to get back to it this week and describe the communication protocol between the
server and Eclipse plugin.
In the meantime, can you start implementing the screens as we discussed in our last
meeting? The layout should be:
The terms and conditions information text (that displays HTML text fragment, that can
contain simple html things, like "p, b, i, u, link" and maybe "font".
I think you already have it in the system and so far there was no problem with it. So
ideally reuse the same implementation.
The layouts of the dialogue will differ by fields in the form:
* no other fields (clicking Next confirms the terms and conditions)
* one text field
* two text fields
* one checkbox
* two checkboxes
* one dropdown
* one dropdown and one checkbox
* one listbox (multiple choices)
* one listbox (multiple choices) and one checkbox
As it is UI in Java, the implementation of the dialogue will take you some time even with
hard coded values.
The behaviour of the step will be you display the dialogue (the values may already have
pre-filled default value and ideally it is possible to mark the fields
"mandatory" or "optional". The validation should be done server side
so it does not complicate the implementation of the plugin.
So keep in mind, that you can receive an error message, that should be displayed on the
page as well (probably above the terms and conditions text).
Reimplement Eclipse Download plugin to allow dynamic work flow
--------------------------------------------------------------
Key: JBIDE-19948
URL:
https://issues.jboss.org/browse/JBIDE-19948
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: runtime-detection, server
Affects Versions: 4.3.0.Alpha2
Reporter: David Hladky
Assignee: Rob Stryker
Fix For: 4.3.0.CR1
We need to reimplement the plugin to accept new terms and conditions models as well as
follow the workflow changes in case of changes to the current ones.
Under this issue I will create the tasks we need to achieve this goal.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)