Feedback / Feature Requests
Wirecog, LLC edited this page 6 years ago

Feedback / Feature Requests

Gerard Webb

February 2, 2018

  • Allow a complete web app to boot and run off line on mobile. (https://caniuse.com/#feat=serviceworkers)
  • Utilize Web Workers

June 17, 2018

  • WASM
  • MDC

June 18, 2018

  • Functionality for webviews in desktop and mobile with a JSON RPC two way bridge
  • MDC with proper I18 and i10 support
  • Leverage MDC from Google and the template set approach, build an exact copy of the MDC demo
  • Add proper back button on dialogue support (This is a trick you see on the Google flights website when running on mobile. For example when you open a datetime dialog picker on mobile it opens full screen with the back button being wired up to close the dialog. It's works fantastically and solves a huge UX issue with webviews on mobile.)
  • Whole state / flux pattern you see with react and vecty. Consider the cqrs pattern that the front-end engineers embraced to solve the state problem and they called it the flux pattern. Now I am instead backing the views to a pub sub topic broker and mapping each topic directly to a database bucket. So now you can subscribe from the building layer to database table updates. You can stick a viewmodel in the middle if you want and you can code complex workflow chains with this. The point is that it's highly clear what's going on and it's nicely decoupled.

Brian Ketelsen

  • Coming Soon!