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

feature: PageBuilder #55

Merged
merged 23 commits into from
Oct 15, 2024
Merged

feature: PageBuilder #55

merged 23 commits into from
Oct 15, 2024

Conversation

anantakumarghosh
Copy link
Member

Description

This PR introduces PageBuiler.
Still Work in Progress.

Please refer #54

Related Issues

Testing

Checklist

  • I have performed a thorough self-review of my code.
  • I have added or updated relevant tests for my changes.
  • My code follows the project's style guidelines and best practices.
  • I have updated the documentation if necessary.
  • I have added or updated relevant comments in my code.
  • I have resolved any merge conflicts of my branch.

Screenshots (if applicable)

Additional Notes

Reviewers


Maintainer Notes

  • Has this change been tested in a staging environment?
  • Does this change introduce any breaking changes or deprecations?

PritamBag and others added 23 commits September 25, 2024 12:20
design a basic ui for PageBuilder in app-builder

Ref: #54
now we can select any layout from right side menu and we can see those layout in left side

Ref: #54
component menu viewer now works via reducer

ref: #54
here json is works, but in ui at first time it works but from child it update in json but not in ui, also add id, also initially when the page is load in json there is no id is visible

Ref: #54
when add child component that is not visible in ui, I fix that

Ref: #54
add prop selection toggle box, where component name is available, from this we can easily get props of that component

Ref: #54
changes implemented to render component in canvas

ref: #54
changes to render CoreComponents

ref: #54
changes to render CoreComponents

ref: #54
adding props icon and functionality added, all types are not working only few are woking currently

Ref: #54
add type in json, i mean when add props which is array, object like that it store in json in that type

Ref: #54
a dialog is added for adding style class, but it's not currently full functional

Ref: #54
adding, removing, double click added for style classes

Ref: #54
design is done, but data of selected styleclass is not store in redux, i added the code here in code the store in reducer and render from reducer need to be updation as it currently not working and I'm unable to find bug

Ref: #54
now we can add style class for any component and we can see those in JSON

Ref: #54
as many code written multiple times which can be a single code with better logic so I do this also give proper comment for existing code

Ref: #54
added toogle functionality for component, layout. Also divided component and layout in selectComponent component

Ref: #54
just hardcoded to build a static ui for pagebuilder

Ref: #54
handled defaultValidProps and styleClasses

ref: #54
edit page and local sync button added to pages

ref: #54
@anantakumarghosh anantakumarghosh added the enhancement New feature or request label Oct 15, 2024
@anantakumarghosh anantakumarghosh self-assigned this Oct 15, 2024
@anantakumarghosh anantakumarghosh linked an issue Oct 15, 2024 that may be closed by this pull request
24 tasks
@anantakumarghosh anantakumarghosh merged commit d241a4c into development Oct 15, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enhancement: App Builder needs updation
2 participants