Skip to content

feat: Add dynamic ID generation for contract persistence#28

Open
seuros wants to merge 3 commits intotrailblazer:masterfrom
seuros:master
Open

feat: Add dynamic ID generation for contract persistence#28
seuros wants to merge 3 commits intotrailblazer:masterfrom
seuros:master

Conversation

@seuros
Copy link
Copy Markdown
Member

@seuros seuros commented Dec 1, 2024

Introduce logic to generate dynamic task IDs based on the contract name and method for better clarity and specificity.

This allow using sync and save in the same operation without affecting setting IDs manually.

Introduce logic to generate dynamic task IDs based on the contract name and method for better clarity and specificity.
This allow using sync and save in the same operation without affecting setting IDs manually
@seuros seuros requested a review from apotonick December 1, 2024 11:40
end

it { Trailblazer::Developer.railway(New).must_equal %{[>model.build,>contract.build,>contract.default.validate,>persist.save]} }
it { Trailblazer::Developer.railway(New).must_equal %{[>model.build,>contract.build,>contract.default.validate,>persist.sync]} }
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the path variable nil?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants