Create a collection of folksonomy web component #32
Replies: 8 comments 3 replies
-
|
ROADMAP:
|
Beta Was this translation helpful? Give feedback.
-
1. this repository or in folkosnomy_api repositoryI recommend developing the web components in this repository due to following reasons :
2. Organisation in web-componentsFolksonomy Web Components [Initial Version]Repository StructureComponents
ROADMAPRefer to @alexgarel inputs #32 (comment) |
Beta Was this translation helpful? Give feedback.
-
Initial Devised Architecture for this repo |
Beta Was this translation helpful? Give feedback.
-
Initial Devised relationship diagram |
Beta Was this translation helpful? Give feedback.
-
|
On the point do we develop it in this repository or in folkosnomy_api repository Putting in folksonomy_api:
Putting in web-components:
|
Beta Was this translation helpful? Give feedback.
-
|
I suggest organizing the web components into smaller, focused components instead of one monolithic component: Core Components
Benefits of this structure:
Usage Example:<!-- Basic usage -->
<folksonomy-property name="organic"></folksonomy-property>
<!-- Combined usage -->
<folksonomy-list>
<folksonomy-search></folksonomy-search>
<folksonomy-editor></folksonomy-editor>
</folksonomy-list> |
Beta Was this translation helpful? Give feedback.
-
|
Building on the component structure suggestion, I'd like to add some thoughts on component communication and API interaction: Component Communication
API Interaction
|
Beta Was this translation helpful? Give feedback.
-
|
I created #43 I think we should just do edition this way. Finally things like list etc. might be implemented as knowledge panels. What do you think @teolemon |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Currently folksonomy is displayed in product opener using a js script.
We would like to move to webcomponents to be able to integrate it in various applications.
There are various questions to be answered:
Beta Was this translation helpful? Give feedback.
All reactions