-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
We have several samples in our organization, but some are done using AppBuilder, some are using the OSS version of the CLI. Currently these two environments are not compatible.
We need to make sure that the samples are compatible with both AppBuilder and CLI. Until AB adopt the latest {N} version, one way to achieve this would be to add a script that will convert from CLI to AB project and vice-versa.
Also we need to make the following steps for each sample:
- create automated build for it
- list it on docs.nativescript.org with appropriate description
- list it on nativescript.org in the future samples page
For 1.5
- make sure the latest techniques and best practices are implemented in the sample apps
- optimize loading time.
- make sure the Readme.md file has the correct structure and running instructions
- add comments per issue request (Enable comments in JavaScript sample applications #79)
For 1.6
- make them work in AppBuilder
- add open in AppBuilder image like in the Friends sample
The officially supported samples are:
- Tasks supported by {N} team,
- TelerikNext supported by {N} team,
- Expensity supported by @kvelikov,
- Groceries supported by @tjvantoll,
- Friends supported by @tbozhikov.