git-plan icon indicating copy to clipboard operation
git-plan copied to clipboard

feat: generate IDs which can be used to reference plans

Open rorybyrne opened this issue 3 years ago • 1 comments

What does this PR do?

Broadly, this PR introduces IDs/labels for plans, so that they can be referenced easily (e.g. git-plan commit --id GP-123)

Some highlights:

  • changes the word "commit" to be "plan", across the codebase
  • updates "plan_service" to reference plans instead of commits
  • fixes a bug where plans would be filtered using the wrong variable

Why are we doing this?

  • so that we can easily reference individual plans

Testing performed

Known issues

rorybyrne avatar Apr 11 '21 08:04 rorybyrne