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

CLI as a project management tool - p2 #2

Closed
2 tasks done
korzio opened this issue Jul 13, 2019 · 4 comments
Closed
2 tasks done

CLI as a project management tool - p2 #2

korzio opened this issue Jul 13, 2019 · 4 comments

Comments

@korzio
Copy link
Owner

korzio commented Jul 13, 2019

  • Check slackbot project
  • Decide on competitors points

@see CONTRIBUTING.md story

Make all project management activities via notes CLI

  • integration with social network
  • markdown structures notes as project tasks
  • stored in github / git repository
  • has web interface
  • has mobile interface
@korzio korzio created this issue from a note in note (Backlog) Jul 13, 2019
@korzio korzio added the idea label Jul 13, 2019
@korzio korzio moved this from Backlog to To do in note Jul 28, 2019
@korzio korzio added the pm label Jul 28, 2019
@korzio korzio changed the title CLI as a project management tool CLI as a project management tool - 2 Jul 28, 2019
@korzio korzio changed the title CLI as a project management tool - 2 CLI as a project management tool - p2 Jul 28, 2019
@korzio korzio moved this from To do to In progress in note Aug 10, 2019
@korzio
Copy link
Owner Author

korzio commented Aug 10, 2019

Scenario "Start new sprint"
Given working on a project
When making a sprint change
When typing a command "note new sprint"
Then CLI asks the sprint name
Then CLI asks which template stories to include
Then CLI generates the new sprint with github stories in it with updated dates and information

@korzio
Copy link
Owner Author

korzio commented Aug 10, 2019

Scenario "Project twitter activity"
Given working on a story to send update to twitter
When typing a command "note new tweet"
Then CLI asks generates a new tweet based on the template
Then CLI asks to enter a new tweet text for template fields
Then proposes tags from the predefined list
When the predefined tag list is empty, CLI asks to add tags
Then CLI asks when to send the new tweet - now or date and time
Then new tweet is saved as markdown file in the project folder /docs/tweets/...
Then it is saved with the git commit in a specific story branch
Then CLI asks if the tweet is ready
When the user is not logged in a twitter, CLI asks for login and password
Then the new tweet is sent to the public channel on the configured date and time

Make temporary keys
Scheduler (node process can fail)

@korzio
Copy link
Owner Author

korzio commented Aug 10, 2019

Scenario "Project medium activity"
Given working on a story to send update to medium
When typing a command "note new medium"
Then CLI asks generates a new article based on the template
Then CLI asks to enter a new medium article text for template fields
Then proposes tags from the predefined list
When the predefined tag list is empty, CLI asks to add tags
Then CLI asks when to send the new article - now or date and time
Then new article is saved as markdown file in the project folder /docs/articles/...
Then it is saved with the git commit in a specific story branch
Then CLI asks if the article is ready
When the user is not logged in medium, CLI asks for login and password
Then the new article is sent to the public channel on the configured date and time

@korzio
Copy link
Owner Author

korzio commented Aug 10, 2019

Scenario "Arrange new youtube stream"
Given working on a story to create a new public youtube stream
When typing a command "note new youtube"
Then CLI is creating a new youtube stream based on a docs/template/youtube description
Then asks when the stream will happen - now or time and date
Then generates a new stream
Then reminds for public activity - create new tweet for the stream or include a link to the medium article
Then might run a command "note new tweet" and / or "note new medium" depending on answers

@korzio korzio moved this from In progress to Done in note Aug 11, 2019
@korzio korzio moved this from Done to Finished in note Aug 11, 2019
@korzio korzio closed this as completed Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
note
Finished
Development

No branches or pull requests

1 participant