Skip to content
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

Find a way to track Actions to be implemented #3

Closed
joshfarrant opened this issue Nov 15, 2018 · 9 comments
Closed

Find a way to track Actions to be implemented #3

joshfarrant opened this issue Nov 15, 2018 · 9 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@joshfarrant
Copy link
Owner

Up to this point I've just picked actions almost at random and implemented them. It would be nice to have a more structured way of tracking actions which are yet to be implemented.

Is there a nicer way to do this than just having a huge checklist the README or an issue?

@joshfarrant joshfarrant added enhancement New feature or request help wanted Extra attention is needed labels Nov 15, 2018
@joshstrange
Copy link

This problem gets bigger when you consider 3rd party apps that provide shortcuts. Maybe a folder inside of the actions folder for each app id (and use com.apple.comething) for all the base iOS actions. Then add a readme to each folder that you can put a checklist in. That way people can easier add to the checklist (without necessarily adding the code to support the action) and other people (or the submitter) can work from the checklist to implement the actions.

@joshfarrant
Copy link
Owner Author

That sounds like a nice way to handle it. I might add a couple of example 3rd party app directories to see what this could look like.

@ThomasDeLange
Copy link

Maybe a GitHub project? Where you can drag an drop from to do -> in progress -> done

@joshfarrant
Copy link
Owner Author

@ThomasDeLange Are you thinking about a Kanban board sort of layout and, if so, does GitHub support that? I know GitLab has a 'board' view for its issues which essentially does what you've described.

The in progress step might not be necessary too, as it could often be difficult to know when something is in progress. Also, new actions will probably only take ~15 minutes to be implemented, so they won't be in progress for very long.

@joshfarrant
Copy link
Owner Author

joshfarrant commented Nov 19, 2018

I've opened #6 for now, as it's useful to at least have a place to track this for now. We'll see how that goes for just the default actions.

Still open to input on this going forward though.

@ThomasDeLange
Copy link

@joshfarrant Yes, indeed something like a Kaban board. Next to pull requests you can go to projects and add a project. For example one for actions and a few for big third-party apps. Everything in done is included and everything in to do has yet to be implemented.

@ThomasDeLange
Copy link

image

@joshfarrant something like this? You can even automate it with issues mabye that's to much😂

@joshfarrant
Copy link
Owner Author

Oh cool, TIL! I'll have a look into this, thanks @ThomasDeLange.

@joshfarrant
Copy link
Owner Author

I'm going to close this, as #6 is working quite well at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants