PolaricServer / webapp2

Re-write of client app. Based on OpenLayers 5+
GNU Affero General Public License v3.0
15 stars 4 forks source link

Consider using Mithril for defining and rendering widgets #6

Closed ohanssen closed 7 years ago

ohanssen commented 7 years ago

Widgets used in popups like the position search are defined as innerHTML texts and updates are done using JQuery searching ids of elements. Consider using e.g. Mithril framework to define DOM content. It may be more efficient and code may be more clean. Also consider using hyperscript-helper or JSX.

ohanssen commented 7 years ago

Done. It is used now.