Hello everyone,
User defined components/extensions is my second proposal, which I picked from this year's ideas list. I found this project really interesting, so I decided to start working on it.
What I have thought so far:
- Implement a new component category(My Components/User Components) which will contain all the user defined component along with creating/importing feature.
- Adds a new panel for the creation of user defined component, the panel will contain a list of all AI2 component which can be selected(with particular blocks) to be added in the user defined component.
- The user defined component will be containing a JSON file which will store the blocks, component details.
- In the blocks editor, the user defined component will show blocks like this:
- Set
UserComponentName1
.ButtonText
to - When
UserComponent1
.Button.Click
OR maybe modifying the blockly js, we can render blocks(for user defined components) like SetUserComponent1
.Button
.Text
giving three dropdowns for selecting individual component. This might also be able tohandle the duplicate blocks.
- Set
- The user defined component would generate YAIL for each component, like if UDC contains a button and label then it should generate YAIL like:
(add-component Screen1 com.google.appinventor.components.runtime.Button UserComponent1Button1)
. - Modify the buildserver to handle the individual component requirement like adding permission to manifest, adding library etc.
- Storing the UDC in a seperate folder to make them exportable/importable like extension in
.udc
/.aic
format.
Things I am confused about:
- Can you give a simple example of a user-defined component?
- How should it work for visible components? Should users be able to create a layout and then group them to create a single reusable component? If supported visible component, how should the mock be handled?
- Does my approach of thinking aligns with team's vision?
- Is there any specific design mockup or implementation idea that team is expecting in proposal?
I really like this project and would love to work on it. I’m open to suggestions and feedback from the community. If anyone has any ideas or improvements, please share!
Any guidance or support would be really helpful.
Thanks!