Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 2.3.0
-
Fix Version/s: None
-
Component/s: app.editor, con.oozie
-
Labels:None
-
Target Version:
Description
Communication between the front end and back end is not clearly defined for the more complex fields. Because of this, the logic on the front end is very particular for both the jobsub and oozie apps.
Example:
The file field is stored as a JSON list (IE: ['ex 1', 'ex 2', ...]).
Improvements:
- Backend should send a deserialized list to the front end.
- Frontend should only change the representation of the values it receives and values it sends.
- Frontend should send back a deserialized list to the server.