empowerhack / DrawMyLife-Service

API and Admin system for the Draw My Life initiative - Volunteers: check README and GitHub Projects to get started.
https://github.com/empowerhack/DrawMyLife-Service/projects
MIT License
13 stars 0 forks source link

Issue #150 - Redesign of upload form #164

Closed EChesters closed 7 years ago

EChesters commented 7 years ago

Addresses issue: #150

What this does

Screenshots

Before old form After new form

Mobile Updated mobile screenshot

steverabino commented 7 years ago

With respects to the constants in the Drawing model, we could use one of the following:

  1. As it is in this PR and called with:

    Drawing::STAGES_OF_JOURNEY
  2. Or, we could add the following method to the Drawing model

    def self.stages_of_journey
    ["At home", "In temporary shelter", "Awaiting transit", "On the move", "Arrived at destination"]
    end

It's a bit more code, but it does mean the call changes to:

Drawing.stages_of_journey

which is a bit more of a standard format.

EChesters commented 7 years ago

I went to fix the text-areas overflowing on mobile, and it seems fixed... I've updated with screen shots of what it looks like since making the spacing changes.

EChesters commented 7 years ago

Just a note on the whitespace underneath the Drawing details - this may be different on their screens as my Mac is on a higher resolution, and set to smaller settings than normal. ( @tanyapowell )

We will see what it looks like on their screens when we get them to do the WhatUsersDo testing.