Any GWT based application is hard to debug and maintain. Also, it is hard to make it work nicely with Boostrap. For this reason, it would be better if we reimplement this feature using a JavaScript based library that can play nicely with other JavaScript frameworks like Boostrap.
This particular page has a feature to show suggestions about previously used values for certain asset fields. This feature can be easily implemented through ReST and we can have it available on the Angular version.
Also, we can build the layout template on a separate JSON file, and use that template when building the actual HTML that will be managed through Angular. That way, adding new asset fields and reorganizing the whole structure won't require too much work, as it is required at the moment.
All the functionality provided by the GWT has been implemented.
There are some minor details related with the validation of the date fields. The validation works, but the coloring of the fields is not. You'll see you cannot save the changes if there are errors, but you might not see why.
With Angular, you can be as smart as you want in terms of the implementation. That means, if we're editing the assets of a node that belongs to a requisition, besides updating the database, we can also upgrade the requisition itself. That way, there is no need to show a warning on the node page when editing the assets.
Any GWT based application is hard to debug and maintain. Also, it is hard to make it work nicely with Boostrap. For this reason, it would be better if we reimplement this feature using a JavaScript based library that can play nicely with other JavaScript frameworks like Boostrap.
This particular page has a feature to show suggestions about previously used values for certain asset fields. This feature can be easily implemented through ReST and we can have it available on the Angular version.
Also, we can build the layout template on a separate JSON file, and use that template when building the actual HTML that will be managed through Angular. That way, adding new asset fields and reorganizing the whole structure won't require too much work, as it is required at the moment.