-
Notifications
You must be signed in to change notification settings - Fork 75
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(content-library): Basic setup for content library #13636
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13636 +/- ##
==========================================
+ Coverage 94.36% 94.38% +0.01%
==========================================
Files 1552 1560 +8
Lines 21117 21176 +59
Branches 2525 2529 +4
==========================================
+ Hits 19927 19986 +59
Misses 946 946
Partials 244 244 ☔ View full report in Codecov by Sentry. |
…/altinn-studio into feat/contentLibaryPartOne
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Veldig fint skall for den nye pakken! Det er bare noen småting som jeg lurer på.
Description
This PR introduces the initial setup for the Content Library, which is designed to standardize the handling of shared resources like code lists, images, and other assets across multiple React applications.
Changes in this PR:
ContentLibraryImpl
:root
,codeList
) are set up but not designed.getContentResourceLibrary()
method.What's next:
Navigation & Design:
Action interfaces:
add
,delete
,update
) as callbacks to the consumer.Related Issue(s)
Verification
Documentation