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

Iteration Design Flow with Git #54

Open
Keith-CY opened this issue Jul 4, 2023 · 0 comments
Open

Iteration Design Flow with Git #54

Keith-CY opened this issue Jul 4, 2023 · 0 comments

Comments

@Keith-CY
Copy link
Member

Keith-CY commented Jul 4, 2023

flowchart TD
  main_before[Main PRD]
  main_after[Main PRD]
  iteration_before[Iteration X PRD]
  iteration_after[Iteration X PRD]
  feature_1[Feature 1 PRD]
  feature_2[Feature 2 PRD]
  feature_3[Feature 3 PRD]
  main_before -- new branch --> iteration_before
  iteration_before -- update --> feature_1 -- merge --> iteration_after
  iteration_before -- update --> feature_2 -- merge --> iteration_after
  iteration_before -- update --> feature_3 -- merge --> iteration_after
  feature_1 -- discuss --> feature_1
  feature_2 -- discuss --> feature_2
  feature_3 -- discuss --> feature_3
  iteration_after -- merge with feature list generated by Git --> main_after
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant