-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
roadmap for wq.app 2.0 #111
Milestone
Comments
This was referenced Apr 17, 2019
12 tasks
sheppard
added a commit
to wq/wq.db
that referenced
this issue
Sep 2, 2020
(for use with @wq/react; see wq/wq.app#111)
sheppard
added a commit
to wq/wq.db
that referenced
this issue
Sep 29, 2020
sheppard
added a commit
to wq/wq.db
that referenced
this issue
Sep 29, 2020
sheppard
added a commit
to wq/wq-django-template
that referenced
this issue
Sep 29, 2020
- leverage collectstatic on app/ (fixes #6, fixes #21) - replace RequireJS build with ES modules (see wq/wq.app#111) - move --with-npm template to @wq/cra-template (in wq.start repo) - implement service worker (see wq/wq.app#63, wq/wq.app#107) - drop support for PhoneGap Build and Application Cache (see wq/wq.app#121)
sheppard
added a commit
to wq/wq.create
that referenced
this issue
Sep 29, 2020
- use collectstatic (see wq/wq-django-template#6 & wq/wq-django-template#21) - replace RequireJS build with ES modules (see wq/wq.app#111) - move --with-npm template to @wq/cra-template - implement service worker (see wq/wq.app#63, wq/wq.app#107) - drop support for PhoneGap Build and Application Cache (see wq/wq.app#121)
sheppard
added a commit
that referenced
this issue
Sep 29, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wq.app is now over 7 years old! While it has proven to be a useful library over the years, there are a number of early design decisions that are starting to show their age.
At this point, the plan is for wq.app 2.0 to be built on React, with Redux for the data layer and Material UI for the interface. Since this new version will be largely incompatible with wq.app 1.0/1.1, the rollout will be staged to the extent possible, providing several opportunities for partial upgrades. Due to resource constraints, there is currently no plan to indefinitely maintain backwards compatibility with wq.app 1.x. Instead, some features will start out as optional and later become required.
<script type=module>
and a minimal JSX transpiler to integrate.$page
object will still be available for DOM manipulation.The text was updated successfully, but these errors were encountered: