http://appery.io/app/view/d0daa76e-05...
This is a link to test the app. Login as Frank and use the password "test" to login.
Currently, when you tap "add hours" it will open a side panel allowing user to input their worked hours. After this, the hours in the current session will be listed on the main screen. This is done using the query service and using "where" parameter with the value: {"draft": "true"}</pre
What I want to do however is make sure only items being submitted by the current user are displayed. I already have the username locally stored as "localStorage".
How do I add something like {"user": localstorage} to the where parameter?