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

Use special tag instead of UUID #89

Open
huantrinh1802 opened this issue Oct 6, 2024 · 0 comments
Open

Use special tag instead of UUID #89

huantrinh1802 opened this issue Oct 6, 2024 · 0 comments
Labels
breaking-change This is a breaking change enhancement New feature or request

Comments

@huantrinh1802
Copy link
Owner

huantrinh1802 commented Oct 6, 2024

Context

Currently UUID is used to identify the task in the following format

- [ ] Task 1 $id{54c8ed14-7163-448b-a0be-5c8b34188944}
- [ ] Task 2 $id{54c8ed14-7163-448b-a0be-5c8b34188945}

Improvement

- [ ] #MD1 Task 1
- [ ] Task 2 $id{54c8ed14-7163-448b-a0be-5c8b34188945}

Use tag with prefix to identify task along with UUID. This change will provide:

  • Flexible logic for identifying tasks
    • Can be used to track Jira, Github issue
  • Ability to share the same set of task with other people
@huantrinh1802 huantrinh1802 added enhancement New feature or request breaking-change This is a breaking change labels Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change This is a breaking change enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant