OpenMatt / GitDone

GitHub Issues simplified
11 stars 5 forks source link

Ship a basic Firefox add-on #5

Closed OpenMatt closed 8 years ago

OpenMatt commented 8 years ago

cc @phillipadsmith @darrenmothersele @darrenmothersele @davidascher @simonwex see: https://github.com/OpenMatt/GitDone/blob/master/clean-up.css + https://github.com/OpenMatt/GitDone/blob/master/manifest.json

davidascher commented 8 years ago

What's the add-on for?

OpenMatt commented 8 years ago

This: https://github.com/OpenMatt/GitDone/blob/master/README.md

On Sun, Nov 8, 2015 at 9:54 AM, David Ascher notifications@github.com wrote:

What's the add-on for?

— Reply to this email directly or view it on GitHub https://github.com/OpenMatt/GitDone/issues/5#issuecomment-154796358.

phillipadsmith commented 8 years ago

Hey there @davidascher --

We're working toward a basic FF web extension that demonstrates the UI simplification that @OpenMatt's outlined.

We're also exploring the idea of a boilerplate/template for add-ons that is already set-up to interact with GitHub using GitHub.js and a public Gatekeeper instance for testing. The hope would be to make it easier for others to get up-and-running quickly with a cross-platform extension that can work with GitHub.

Keen to hear input on the above. :-)

davidascher commented 8 years ago

Sorry I had to bolt from the session. I'll try and get a debrief from some of you.

I'd love to understand more about some of the design goals. In particular, I'd like to understand better what those github traits that are attractive and repulsive, because add-ons are one of many possible ways of mediating those. I'd in particular like to understand whether the goals are to make a simpler issues management experience, or an onramp onto 'the real' github, or to find ways for non-dev to interact with devs productively on a shared platform, or…

When thinking about add-ons, know that web extensions is an emerging model for doing addons for firefox that should make it easier to make addons for chrome as well, which is pretty cool.

On Sun, Nov 8, 2015 at 10:32 AM Phillip Smith notifications@github.com wrote:

Hey there @davidascher https://github.com/davidascher --

We're working toward a basic FF web extension that demonstrates the UI simplification that @OpenMatt https://github.com/OpenMatt's outlined.

We're also exploring the idea of a boilerplate/template for add-ons that is already set-up to interact with GitHub using GitHub.js https://github.com/michael/github and a public Gatekeeper https://github.com/prose/gatekeeper instance for testing. The hope would be to make it easier for others to get up-and-running quickly with a cross-platform extension that can work with GitHub.

Keen to hear input on the above. :-)

— Reply to this email directly or view it on GitHub https://github.com/OpenMatt/GitDone/issues/5#issuecomment-154802213.

phillipadsmith commented 8 years ago

When thinking about add-ons, know that web extensions is an emerging model for doing addons for firefox that should make it easier to make addons for chrome as well, which is pretty cool.

It is pretty cool, indeed! That's what we're currently exploring...

I'll let @OpenMatt respond to the design goals. :-)

OpenMatt commented 8 years ago

@davidascher re design goals: I'll write a post. Good questions.