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

feat: add skel.update and skel.__ior__ #1103

Merged
merged 7 commits into from
Jun 10, 2024

Conversation

ArneGudermann
Copy link
Contributor

resolves #1098

@ArneGudermann ArneGudermann added the Priority: Low This issue can be considered with enough idle time. label Mar 15, 2024
@ArneGudermann ArneGudermann added this to the ViUR-core v3.7 milestone Mar 15, 2024
@ArneGudermann ArneGudermann changed the title Feat/skel update feat: add skel.update and skel.__or__ Mar 15, 2024
src/viur/core/skeleton.py Outdated Show resolved Hide resolved
src/viur/core/skeleton.py Outdated Show resolved Hide resolved
src/viur/core/skeleton.py Outdated Show resolved Hide resolved
src/viur/core/skeleton.py Outdated Show resolved Hide resolved
Co-authored-by: Sven Eberth <mail@sveneberth.de>
@ArneGudermann ArneGudermann changed the title feat: add skel.update and skel.__or__ feat: add skel.update and skel.__ior__ Mar 18, 2024
src/viur/core/skeleton.py Outdated Show resolved Hide resolved
@sveneberth sveneberth linked an issue Mar 23, 2024 that may be closed by this pull request
@phorward
Copy link
Member

Same as #1147, Skeleton could be inherited from dict or db.Enitity to provide all dict features. What do you think? @ArneGudermann @sveneberth

@phorward phorward merged commit f7ff99f into viur-framework:develop Jun 10, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Low This issue can be considered with enough idle time.
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

Implement .update(dict_values) on Skeleton/SkeletonInstance
3 participants