6 ms·
We don't have roadmaps or a prioritized backlog, so we weren't exactly "waiting" to implement this. Someone got fed up with the image workflow, figured out a so
by jbarnette 14y ago
We don't have roadmaps or a prioritized backlog, so we weren't exactly "waiting" to implement this. Someone got fed up with the image workflow, figured out a solution, grabbed some other people to help, and shipped it.
- ryanguill 14y agocan you speak more to how this is built - even if its just at a high level?
- technoweenie 14y agoSomeone came up with a design. Someone else implemented the backend. We iterated on it for a bit and shipped it internally. Then we figured out the CDN situation, setup logging and metrics, and shipped it genpop today.
- c0mpute 14y agoCan you tell me a bit about the CDN situation, especially what specific issue did you run into?
- technoweenie 14y agoNo issue, we just wanted to set something up as opposed to running directly from S3.
- c0mpute 14y agoAh nice!, easier to drive down the costs that way. Thanks.
- zdgman 14y agoNow I know github doesn't have a typical roadmap or backlog but I guess what I was looking for was how someone decides what feature they are "fed up" with not having.
- jeremymcanally 14y agoWe use GitHub to build GitHub, so typically a feature comes from our own usage pain points. I imagine the conversation internally went something like, "Man, attaching an image to an issue is really annoying. Let's make it not suck." An issue and pull request followed, internally shipped it to test it, and today rolled it out to you all. That's literally how 99.99% of features happen on GitHub. :)
- ericclemmons 14y agoI was working on a project where, when viewing an issue, you could use the file picker to choose a file that was then committed on the project's 'gh-attachments' branch, and then linked via markdown to the raw URL. This is good enough for me :)