Re: Moving Playground & Examples out of Weex repo

2017-10-31 Thread Adam Feng
+1

The playground in Weex repo should be a simple “Weex browser”,  a Weex examples 
viewer that lets you navigate to Weex experiences just like websites.

Thanks.
Adam Feng

On 30 Oct 2017, 10:13 PM +0800, xing zhang , wrote:
> We should update the Playground App in App Store both on Android and iOS
> frequently, so the developers can use it to preview their page using the
> new feature, and we can fix the emergency bug at the same time.
>
> 2017-10-30 21:59 GMT+08:00 Jonathan Dong :
>
> > Hi Weex folks,
> >
> > I’m thinking of moving Playground and Examples out of Weex repo to
> > simplify our code base, I hope we can fully discuss if it is necessary to
> > make this move.
> >
> > Playground is a good entry to fiddle with the features of basic components
> > and debug your pages, but it is kind of heavy if we take it as a demo in
> > the Weex repo. As many of the Weex developers tend to create their own
> > applications based on the Playground project, I suppose it is necessary to
> > create a simpler one, say AppShell, which only contains QR Scan and page
> > load functions, it would be sufficient for users to test their Weex pages,
> > and much easier for them to take it as an application template to create
> > their own project. Playground should be maintained in a separate repo in
> > WeexTeam, which can be maintained and distributed separately.
> >
> > Same things should also happens to examples directory, I suppose what we
> > really need is one or few simplified example to demonstrate the usage of
> > the main components and the way of implementing app using Weex in the
> > simplest way, not to keep those detailed example for each components in
> > Weex repo. Instead I think it is a good practice to move them into WeexTeam
> > and maintains as a separate repo, and replace the .we implementation with
> > .vue as well.
> >
> > Any thought? I hope we can fully discuss it and bring out a proposal to
> > make it happen asap.
> >
> > Cheers,
> > Jonathan Dong
> >
> >


[jira] [Commented] (WEEX-86) Reorganize the structure of documents and website

2017-10-31 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/WEEX-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16226359#comment-16226359
 ] 

ASF GitHub Bot commented on WEEX-86:


GitHub user misakuo opened a pull request:

https://github.com/apache/incubator-weex-site/pull/6

[WEEX-86][doc] Update documents for indicator



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/misakuo/incubator-weex-site master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex-site/pull/6.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #6


commit e897c5895edb3b0cca62eea82ed83e193c3a9261
Author: moxun.ljf 
Date:   2017-10-31T07:00:58Z

* [doc] update doc for indicator




> Reorganize the structure of documents and website
> -
>
> Key: WEEX-86
> URL: https://issues.apache.org/jira/browse/WEEX-86
> Project: Weex
>  Issue Type: Improvement
>  Components: Project 
>Reporter: Hanks Zhang
>Assignee: zhengshihan
>
> h1. Weex Document Index
> + contributing.md
> + development-process.md
> + who-is-using-weex.md
> + releasenote.md
> + resources.md
> h2. Guide
> + index.md
> + advanced
>   + app-architecture.md
>   + downgrade.md
>   + page-architecture.md
>   + path.md
>   + use-vuex-and-vue-router.md
> + extend-android.md
> + extend-ios.md
> + extend-js-framework.md
> + extend-web-render.md
> + front-end-frameworks.md
> + integrate-devtool-to-android.md
> + integrate-devtool-to-ios.md
> + integrate-to-your-app.md
> + set-up-env.md
> + using-rax.md
> + using-vue.md
> h2.  References
> + index.md
> + android-apis.md
> + ios-apis.md
> + js-framework-apis.md
> + js-service.md
> + weex-variable.md
> h3. Components
> + a.md
> + cell.md
> + div.md
> + image.md
> + indicator.md
> + input.md
> + list.md
> + loading.md
> + refresh.md
> + scroller.md
> + slider.md
> + switch.md
> + text.md
> + textarea.md
> + video.md
> + waterfall.md
> + web.md
> h3. Modules
> + animation.md
> + clipboard.md
> + dom.md
> + globalevent.md
> + meta.md
> + modal.md
> + navigator.md
> + picker.md
> + storage.md
> + stream.md
> + websocket.md
> + webview.md
> h2. WiKi
> + color-names.md
> + common-events.md
> + common-styles.md
> + css-units.md
> + design-principles.md
> + event-bubble.md
> + faq.md
> + gestures.md
> + index.md
> + platform-difference.md
> + text-styles.md
> h2. Tools
> + helpers.md
> + index.md
> + market.md
> + toolkit.md



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] incubator-weex-site pull request #6: [WEEX-86][doc] Update documents for ind...

2017-10-31 Thread misakuo
GitHub user misakuo opened a pull request:

https://github.com/apache/incubator-weex-site/pull/6

[WEEX-86][doc] Update documents for indicator



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/misakuo/incubator-weex-site master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex-site/pull/6.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #6


commit e897c5895edb3b0cca62eea82ed83e193c3a9261
Author: moxun.ljf 
Date:   2017-10-31T07:00:58Z

* [doc] update doc for indicator




---