-
-
Notifications
You must be signed in to change notification settings - Fork 828
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
[draft] Riverlea stream UI (listing, previewing, editing) #32344
base: master
Are you sure you want to change the base?
Conversation
🤖 Thank you for contributing to CiviCRM! ❤️ We will need to test and review this PR. 👷 Introduction for new contributors...
Quick links for reviewers...
|
2390700
to
6674d53
Compare
6674d53
to
a2400a1
Compare
a2400a1
to
d9b35c9
Compare
Ok, there was some teething on Drupal (and the list is a bit squished). But demo should be working now here: http://core-32344-987dd.test-1.civicrm.org:8003/civicrm/admin/riverlea/streams |
This is really impressive @ufundo. The one-click preview alone is huge! I've only time for a quick explore this week. I'd perhaps separate test / discussion around the follow areas:
And then the big questions/tests
|
Overview
This builds on #32127 to add a UI for previewing and editing Riverlea streams.
It's not ready for merging but the idea is to demonstrate the point of adding the entity in #32127 and get feedback on a) how it looks; b) the technical approach.
Before
After
Technical Details
It's WebComponents again. This seems quite a good place to test them because a) there's opportunity for various bits of interaction between the components in this PR; but b) there probably quite self-contained and won't need to interact with anything outside of this PR.
The stream list also component also I think demonstrates how a WebComponent search kit listing might work.
Comments
@vingle would you be able to take a look? There's no upgrader for the entity included here so on the test site is probably best.