Skip to content
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

Groceries items are missing #56

Closed
vchimev opened this issue Feb 26, 2016 · 5 comments
Closed

Groceries items are missing #56

vchimev opened this issue Feb 26, 2016 · 5 comments

Comments

@vchimev
Copy link
Contributor

vchimev commented Feb 26, 2016

Following the README.md steps, the app starts with no ListView:

screen shot 2016-02-26 at 5 52 39 pm

screen shot 2016-02-26 at 5 49 49 pm

package.json:

vchimevmac:sample-Groceries vchimev$ cat package.json 
{
        "name": "Groceries",
        "version": "2.1.1",
        "description": "A NativeScript-built iOS and Android app for managing grocery lists",
        "repository": {
                "type": "git",
                "url": "https://github.com/nativescript/sample-Groceries.git"
        },
        "keywords": [
                "NativeScript"
        ],
        "author": "TJ VanToll <[email protected]> (http://tjvantoll.com/)",
        "license": "MIT",
        "bugs": {
                "url": "https://github.com/nativescript/sample-Groceries/issues"
        },
        "homepage": "https://github.com/nativescript/sample-Groceries/groceries",
        "devDependencies": {
                "chai": "^3.4.1",
                "jscs": "^2.10.1",
                "jshint": "^2.8.0",
                "karma": "^0.13.15",
                "karma-chai": "^0.1.0",
                "karma-mocha": "^0.2.1",
                "karma-mocha-reporter": "^1.1.5",
                "karma-nativescript-launcher": "^0.3.1",
                "mocha": "^2.3.4"
        },
        "nativescript": {
                "id": "com.tjvantoll.sampleGroceries",
                "tns-ios": {
                        "version": "1.6.0"
                },
                "tns-android": {
                        "version": "1.6.2"
                }
        },
        "dependencies": {
                "email-validator": "^1.0.3",
                "nativescript-iqkeyboardmanager": "^1.0.0",
                "nativescript-social-share": "^1.1.2",
                "nativescript-floatingactionbutton": "^0.1.9",
                "nativescript-telerik-ui": "0.2.4",
                "nativescript-unit-test-runner": "^0.2.8",
                "tns-core-modules": "1.6.2"
        },
        "scripts": {
                "lint:jscs": "jscs app",
                "lint:jshint": "jshint app",
                "lint": "npm run lint:jshint && npm run lint:jscs"
        }
@tjvantoll
Copy link
Contributor

Hey @vchimev,

I think the issue was just that the list on the default account was actually empty—aka someone deleted the whole list. I just added a bunch of items. Could you try this out again?

@ligaz
Copy link
Contributor

ligaz commented Feb 27, 2016

Hey @tjvantoll,

You can use Scheduled Jobs to ensure you always have a fresh list in the default account.

@tjvantoll
Copy link
Contributor

@ligaz That is a spectacular idea. I’ll leave this issue open to give that a shot.

@vchimev
Copy link
Contributor Author

vchimev commented Feb 29, 2016

Thanks for looking into that @tjvantoll!
👍 for the fresh list idea.

@dtopuzov
Copy link
Contributor

dtopuzov commented Jun 9, 2016

It should works with latest app.

@dtopuzov dtopuzov closed this as completed Jun 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants