[WIP] Feature/item persister and retriever#1112
Open
discordier wants to merge 7 commits intomasterfrom
Open
Conversation
Member
Author
|
we might want to cherry-pick 2798cd6 here. |
Contributor
|
Contributor
|
test for #1005 with translated_text: the empty "zomby cells" live on @discordier in my opinion, we should implement the check to empty values at core/src/MetaModels/Attribute/TranslatedReference.php Lines 316 to 340 in bd9e359 we can use two strategies:
|
Contributor
|
=> "check the value and delete" |
f21ba95 to
def1cc7
Compare
Member
|
Change base branch and reopen? |
Member
Author
|
Something else to do here, we should inject the persister, retriever and resolver via constructor injection. |
Contributor
|
Why closed? |
Member
Author
|
I deleted the alpha17 branch and github closed the PR then. :/ |
Contributor
|
o.k. |
def1cc7 to
cf3a346
Compare
cf3a346 to
8e06889
Compare
In addition we also now have an IdResolver
We also have hybrid attributes (like select) which are both, ISimple and IComplex. We might also have all other kinds of combinations. Therefore we now have the sequence of: - Always fetch simple attributes - Then try translated - Finally try complex
8e06889 to
d329d9d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This feature extracts the database interfacing routines into separate classes.
This is currently work in progress.
Checklist
@authorsin touched PHP files