-
Notifications
You must be signed in to change notification settings - Fork 0
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
Initial working prototype of CWA (client web app) #2
Comments
victorkane
added a commit
that referenced
this issue
Aug 31, 2018
…sal App with Vuetify.js Material Design Component Framework
victorkane
added a commit
that referenced
this issue
Aug 31, 2018
victorkane
added a commit
that referenced
this issue
Sep 1, 2018
Initial top-level and sub-level upsert, hydration and renderingUpsert content to the SCS with the CMS, hydrate CWA pages and components from the SCS and render
Steps to set up dynamic sub-pages
|
victorkane
added a commit
that referenced
this issue
Sep 3, 2018
…native 2, with design (uml) and direct imeplementation of scs and cms before continuing further with the cwa
victorkane
added a commit
that referenced
this issue
Sep 13, 2018
victorkane
added a commit
that referenced
this issue
Sep 13, 2018
victorkane
added a commit
that referenced
this issue
Sep 14, 2018
victorkane
added a commit
that referenced
this issue
Sep 15, 2018
victorkane
added a commit
that referenced
this issue
Sep 16, 2018
victorkane
added a commit
that referenced
this issue
Sep 18, 2018
…, top level page section hydration of associated article and list of case studies, rendering of associated article
victorkane
added a commit
that referenced
this issue
Sep 18, 2018
…luding immediate individual detailed case-study sub-pages
victorkane
added a commit
that referenced
this issue
Sep 30, 2018
…udy with links, together with sub-level full article rendering for these articles
victorkane
added a commit
that referenced
this issue
Oct 16, 2018
…evel page section hydration of associated article and list of books, rendering of associated books tagged article plus list of books including correct routing paths
victorkane
added a commit
that referenced
this issue
Oct 21, 2018
victorkane
added a commit
that referenced
this issue
Oct 21, 2018
victorkane
added a commit
that referenced
this issue
Oct 29, 2018
victorkane
added a commit
that referenced
this issue
Oct 29, 2018
victorkane
added a commit
that referenced
this issue
Oct 29, 2018
victorkane
added a commit
that referenced
this issue
Oct 29, 2018
victorkane
added a commit
that referenced
this issue
Oct 30, 2018
victorkane
added a commit
that referenced
this issue
Oct 31, 2018
blog posts can be loaded in descending order by date of publication in store query
victorkane
added a commit
that referenced
this issue
Oct 31, 2018
… store hydration, plus sub-page full detail hydration and rendering based on slug link
victorkane
added a commit
that referenced
this issue
Nov 4, 2018
listing with article on left hand site, author teaser on right with link to full blog, article, etc. author page
victorkane
added a commit
that referenced
this issue
Nov 4, 2018
… 45-75 characters per body line for blog post listings.
victorkane
added a commit
that referenced
this issue
Nov 4, 2018
… 45-75 characters per body line for blog post detail full page
victorkane
added a commit
that referenced
this issue
Nov 4, 2018
…or for all blog posts, instead of multiple authors on a per article basis
victorkane
added a commit
that referenced
this issue
Nov 5, 2018
victorkane
added a commit
that referenced
this issue
Nov 8, 2018
victorkane
added a commit
that referenced
this issue
Nov 9, 2018
…tion of steps you can take articles and their upsert to scs, vuex store server side hydration of step articles and step topic taglist, top level (non-children) section hydration and rendering in expansion panel according to step tag keys. Taglist support involves scs (articles by step vocabname aggregation) and cwa work on listing section level
victorkane
added a commit
that referenced
this issue
Nov 11, 2018
victorkane
added a commit
that referenced
this issue
Nov 11, 2018
…can take listing by category section page.
victorkane
added a commit
that referenced
this issue
Nov 11, 2018
victorkane
added a commit
that referenced
this issue
Nov 11, 2018
victorkane
added a commit
that referenced
this issue
Nov 23, 2018
…e planned content. Also remove an unused environment variable from the home page file.
victorkane
added a commit
that referenced
this issue
Nov 29, 2018
… the top level the published guides/case studies with the store's `loadedCaseStudies` instead of querying from the back end on both pages with Nuxt.js AsyncData server-side function. Search for hard-coded items functionally.
victorkane
added a commit
that referenced
this issue
Nov 29, 2018
…e the top level the published guides/case studies with the store's `loadedCaseStudies` instead of querying from the back end on both pages with Nuxt.js AsyncData server-side function. In steps-you-can-take search for hard-coded items functionally.
victorkane
added a commit
that referenced
this issue
Nov 29, 2018
…se Studies you can follow step-by-step right now row
victorkane
added a commit
that referenced
this issue
Nov 29, 2018
…n guides you can follow blocks, depending on value of metaData.published boolean
victorkane
added a commit
that referenced
this issue
Nov 29, 2018
…on steps, depending on value of metaData.published boolean
victorkane
added a commit
that referenced
this issue
Nov 30, 2018
victorkane
added a commit
that referenced
this issue
Nov 30, 2018
victorkane
added a commit
that referenced
this issue
Dec 4, 2018
…non-published to listing of steps (full case studies detail component)
victorkane
added a commit
that referenced
this issue
Dec 4, 2018
…ickable on listing on right according to published attribute
victorkane
added a commit
that referenced
this issue
Dec 4, 2018
victorkane
added a commit
that referenced
this issue
Dec 5, 2018
victorkane
added a commit
that referenced
this issue
Dec 13, 2018
victorkane
added a commit
that referenced
this issue
Dec 14, 2018
victorkane
added a commit
that referenced
this issue
Dec 14, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Content modeling
Alternative 1: "Hard-coded" fully functional prototype instead of a time-consuming mock-up
One first make a hard-coded content driven prototype, with prototype level content placed in the Vuex store in order to then properly hydrate pages and components. This, in place of a mock-up, which is just a waste of time when we can so quickly prototype with Nuxt.js/Vue.js/Vuetify.js
Once this is done, the content model can be abstracted out of the fully functional prototype using UML design tools, in function of the requirements, stakeholder needs and marketing hypotheses in function of the current business model. Then the SCS and CMS implement the content model, and replace the hard coded hydration of components and pages in the Vuex store (app state).
Alternative 2: Create a scaffolded CWA without content, perform content model design, then implement and test the content model completely in the CMS and SCS
When there is a high degree of familiarity with the application domain, the content modeling may be done via design tools (i.e. UML diagrams), and content modeling can proceed directly with the CMS and SCS first.
This is what we have chosen to do here.
Initial version of CWA (following Alternative 2)
The basic objectives of the DurableDrupal Content Migration Rescue website are to:
CWA Tasks:
- [ ] Initial case study: AWebFactory.com
- [ ] AWebFactory.com: Step one
Once these tasks are completed, a staging instance can be set up, after which we will be able to proceed to deployment.
The text was updated successfully, but these errors were encountered: