diff --git a/app/routes/forms.server.routes.js b/app/routes/forms.server.routes.js index 3f59e752..f00b63a0 100644 --- a/app/routes/forms.server.routes.js +++ b/app/routes/forms.server.routes.js @@ -38,7 +38,7 @@ module.exports = function(app) { .delete(users.requiresLogin, forms.hasAuthorization, forms.delete); app.route('/forms/:formId([a-zA-Z0-9]+)/submissions') - .get(users.requiresLogin, forms.hasAuthorization, forms.listSubmissions) + .get(forms.listSubmissions) .delete(users.requiresLogin, forms.hasAuthorization, forms.deleteSubmissions); // Finish by binding the form middleware diff --git a/docs/Grace_thoughts_user_test.md b/docs/Grace_thoughts_user_test.md new file mode 100644 index 00000000..36ec8289 --- /dev/null +++ b/docs/Grace_thoughts_user_test.md @@ -0,0 +1,13 @@ +Device: iPhone 6 with Safari on iOS 9 + +User: Grace Lam + +Date: November 12th, 2015 + +Maybe password hint would be nice, like if you needed a capital letter or number in it +I'm on iOS mobile and the grey title is too big compared to everything else +Home page is not centre aligned +I would use a different background image.. Shows up strange on small screen, thought it was palm trees at first +Cute logo smile emoticon +Also in the "sign in" forgot password doesn't do anything +I haven't gotten the confirmation email yet \ No newline at end of file diff --git a/public/modules/core/views/header.client.view.html b/public/modules/core/views/header.client.view.html index d47d4b8b..5728a072 100755 --- a/public/modules/core/views/header.client.view.html +++ b/public/modules/core/views/header.client.view.html @@ -36,7 +36,7 @@ +
  • + Signout +
  • diff --git a/public/modules/core/views/home.client.view.html b/public/modules/core/views/home.client.view.html index bec95385..2c7e6406 100755 --- a/public/modules/core/views/home.client.view.html +++ b/public/modules/core/views/home.client.view.html @@ -4,8 +4,8 @@
    -
    -