dispatch icon indicating copy to clipboard operation
dispatch copied to clipboard

A publishing platform for modern newspapers.

Results 28 dispatch issues
Sort by recently updated
recently updated
newest added

The padding in the image manager sidebar form is missing: There should be `1em` of padding inside the bottom box.

front-end
1
difficulty/easy

Blind people use screen readers, and they relies on [alt tag on ](https://www.w3schools.com/tags/att_img_alt.asp) to understand what's in the image. We could use [Google Cloud Image API](https://cloud.google.com/vision/) to auto-generate tags, then...

bug
back-end
4
difficulty/hard

![image](https://user-images.githubusercontent.com/9669739/46311155-2b6a4e00-c576-11e8-990c-3f4b3bf04bba.png) One of the editors suggested that it'll be cool to have a headshot of the writer to the article page. Headshot drawings will look like [these ones from Newyorker](https://www.newyorker.com/contributors)

front-end
back-end
4
difficulty/medium

Currently the podcast feature only supports iTunes. [This google documentation](https://developers.google.com/search/docs/data-types/podcast) shows what info is needed on rss config

back-end
2
difficulty/easy

back-end
difficulty/hard

We want to automatically parse EXIF data from image files when they are uploaded to Dispatch. Python EXIF package: https://pypi.python.org/pypi/ExifRead The code that currently processes uploaded images is here: https://github.com/ubyssey/dispatch/blob/develop/dispatch/modules/content/models.py#L393-L413...

back-end
3

![screen shot 2017-09-25 at 12 09 42 pm](https://user-images.githubusercontent.com/2547035/30826185-6f2906aa-a1ea-11e7-849d-a4dd433b4cf8.png) Pressing the enter key in this case should break out of the list, but instead it continues to add empty bullets.

enhancement
difficulty/medium