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

[FEATURE] - make the resolveConflictsfunction optional #473

Open
trungnotchung opened this issue Feb 15, 2025 · 0 comments · May be fixed by #487
Open

[FEATURE] - make the resolveConflictsfunction optional #473

trungnotchung opened this issue Feb 15, 2025 · 0 comments · May be fixed by #487
Assignees
Labels
feature New feature or request

Comments

@trungnotchung
Copy link
Member

Problem Description

Currently, drp developers need to implement the resolveConflicts function by default. This causes several problems for the developers to start implementing a drp application and takes more time to read our documentation.

Proposed Solution

As we are going to have a deterministic topological sort. We can have a default order for operations using topological sort. This can help resolveConflicts become optional. Developers who require fine-tuned control can still override the default behavior by implementing their own version of resolveConflicts

Implementation PR

No response

Reference Issues

No response

Unresolved questions

No response

Additional Information

No response

@trungnotchung trungnotchung added the feature New feature or request label Feb 15, 2025
@d-roak d-roak added this to DRP Feb 15, 2025
@github-project-automation github-project-automation bot moved this to 🔮 Backlog in DRP Feb 15, 2025
@trungnotchung trungnotchung changed the title [FEATURE] - make function resolveConflictsas optional [FEATURE] - make the resolveConflictsfunction optional Feb 15, 2025
@trungnotchung trungnotchung self-assigned this Feb 15, 2025
@trungnotchung trungnotchung linked a pull request Feb 19, 2025 that will close this issue
2 tasks
@d-roak d-roak moved this from 🔮 Backlog to ⚙️ In Progress in DRP Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant