You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today Known has a core repo in idno/known and a number of core plugins that were split off in the past into separate repos.
While this offers great flexibility it also makes developing Known difficult and requires a developer to juggle multiple repos, composer configs etc. The plugin repos have separate issue trackers, are a chore to maintain, and require setting up configs across many places.
To solve this
Import plugins into the main Known Repo (a list will be added as a comment). For each plugin:
Import the code into an appropriate directory, preserve change history if possible.
Issues should also be moved to the main repo.
If there are composer.json for dependencies include them in the main composer.json.
Once this is done it will be much easier to make sure that all core plugins are functioning well.
The text was updated successfully, but these errors were encountered:
Today Known has a core repo in idno/known and a number of core plugins that were split off in the past into separate repos.
While this offers great flexibility it also makes developing Known difficult and requires a developer to juggle multiple repos, composer configs etc. The plugin repos have separate issue trackers, are a chore to maintain, and require setting up configs across many places.
To solve this
Once this is done it will be much easier to make sure that all core plugins are functioning well.
The text was updated successfully, but these errors were encountered: