-
Notifications
You must be signed in to change notification settings - Fork 27
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
Photo upload efficiency improvements #150
Comments
There are a lot of different suggestions here, but I've suggested that @octopusinvitro does this bit today first of all:
And after that we'll look at adding the policy text, and after that upload from a URL. |
(Sorry if this is too late!) |
@JoeMitchell yep - thanks, @zarino and @octopusinvitro have watched the video and noted that. |
Thanks to bug reporter jf1 for reporting this in: #150 To upload a photo of a candidate the current flow is: 1. Go to candidate page 2. Click "Edit candidate" 3. Wait for edit-person page to load 4. Click "There’s a separate page for uploading a photo" Instead, at 2, under the "Edit candidate" button, a link for "Upload candidate photo" was placed to replace steps 2 and 3 with a single click achieving what step 4 currently does.
Thanks to bug reporter jf1 for reporting this in: #150 To upload a photo of a candidate the current flow is: 1. Go to candidate page 2. Click "Edit candidate" 3. Wait for edit-person page to load 4. Click "There’s a separate page for uploading a photo" Instead, at 2, under the "Edit candidate" button, a link for "Upload candidate photo" was placed to replace steps 2 and 3 with a single click achieving what step 4 currently does.
Part 1
Current flow:
Edit candidate
There’s a separate page for uploading a photo
Instead, at 2, under the
Edit candidate
button, a link forOr upload a photo
(of [candidate name]) could be placed here to replace steps 2 and 3 with a single click achieving what step 4 currently does.Part 2
On the photo upload page the uploader isn't shown the photo policy (see #144).
Part 3
It'd also be useful to tell uploaders that the final result will be a square image, so they should be discouraged from cropping it manually or ideally they would be given the same cropping text and function that's on the photo moderation page.
Part 4
As mentioned in mysociety/yournextrepresentative#981 the best option for uploaders would be if, as well as the option to upload a file, they had another option to:
Enter two URLs (image url and source url)
Then crop the photo themselves before clicking
Submit
.Photos can be automatically imported from facebook using:
https://developers.facebook.com/docs/graph-api/reference/user/picture/
https://developers.facebook.com/docs/graph-api/reference/page/picture/
Updated by @octopusinvitro to split the issue in its different parts
The text was updated successfully, but these errors were encountered: