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

META: Current PR Dependency graph #5057

Closed
10 tasks
mhsdesign opened this issue May 16, 2024 · 1 comment
Closed
10 tasks

META: Current PR Dependency graph #5057

mhsdesign opened this issue May 16, 2024 · 1 comment
Labels

Comments

@mhsdesign
Copy link
Member

mhsdesign commented May 16, 2024

flowchart LR

  contentSubgraphIdentityRemoval

  removeNodeGetLabel -- depends --> templateAdjustments
  removeNodeGetNodeType -- depends --> templateAdjustments
  removeOldNodeAggregateId -- depends --> templateAdjustments
  removeOldNodeName -- depends --> templateAdjustments

  newContentRepositoryHooks -- depends --> reworkCRCatchUpMechanism
  reworkCRCatchUpMechanism <-- coordination --> preventMultipleCatchupRuns

  integrateCSProjectionInContentGraph <-- coordination --> integrateWsToCSMappingInContentGraph

  overhaulNodeTypeManager

  subgraph newUriSerializeableNodeAddress
    direction TB
    overHaulNodeUriBuilding
    restoreLinkingService
    adjustNeosUiToNewSerializationFormat
    refactorAllControllerToNewNodeAddress
  end

  improveNodeAddressSerialization -- depends --> newUriSerializeableNodeAddress

  removeLegacyNodeAddress -- depends --> newUriSerializeableNodeAddress

  repairAndTestCopyNodeCommand

  crPrivileges


%% wip things
  overhaulNodeTypeManager["overhaulNodeTypeManager 🚧"]
  restoreLinkingService["restoreLinkingService 🚧"]
  newContentRepositoryHooks["newContentRepositoryHooks 🚧"]
  reworkCRCatchUpMechanism["reworkCRCatchUpMechanism 🚧"]
  preventMultipleCatchupRuns["preventMultipleCatchupRuns 🚧"]

%% ideas and upcoming things
  crPrivileges["crPrivileges 💭"]
  repairAndTestCopyNodeCommand["repairAndTestCopyNodeCommand 💭"]
  templateAdjustments["templateAdjustments (fluid, fusion) 💭"]
Loading
@mhsdesign mhsdesign added the 9.0 label May 16, 2024
@mhsdesign mhsdesign pinned this issue May 16, 2024
@mhsdesign mhsdesign unpinned this issue Jun 13, 2024
@mhsdesign
Copy link
Member Author

The pr dependency graph here turns out to be too complex and no one used it besides me.
I put my current prs and how they block each other in a nested list with block icons and it might be simpler to maintain and overview:

https://neos-project.slack.com/docs/T04HF7TKV/F07133C4VNG

@mhsdesign mhsdesign closed this as not planned Won't fix, can't repro, duplicate, stale Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant