Alternative way to add components #318
Replies: 4 comments
-
One idea is to grab the data from a database: pros
cons
|
Beta Was this translation helpful? Give feedback.
-
Another idea is to use something like a Google Form:
Pros
Cons
|
Beta Was this translation helpful? Give feedback.
-
Suggestion made in the PR #393 Make every component, template, tool into its own file Pros
Cons
|
Beta Was this translation helpful? Give feedback.
-
Suggestion: Add a "temporary" folder where people add their contributions as a separate JSON file. Then create a GitHub action that merges the individual JSON file from the "temporary" folder into the current JSON file, after running all checks. Have the action submit the change. This should avoid merge conflicts as long as people don't get into name collisions. Perhaps a file name generator can be volunteered? Pros
Cons
|
Beta Was this translation helpful? Give feedback.
-
The current way of adding community resources to
components.json
is cumbersome and prone to merge conflicts. We can use this thread to brainstorm some alternative approaches (and maybe come to the conclusion to keep everything the way it is).to keep things organized, make a "thread" for each idea.
Beta Was this translation helpful? Give feedback.
All reactions