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

Plugins #1

Open
BossDaily opened this issue Feb 28, 2023 · 2 comments
Open

Plugins #1

BossDaily opened this issue Feb 28, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@BossDaily
Copy link
Member

BossDaily commented Feb 28, 2023

One of the first major features that we're going to implement into Analog are plugins.

This issue I'll highlight and document how plugins will be implemented

Questions

  • Where will we store the plugins?
  • How will we manage who is able to contribute to them?
  • How will the user fetch and install the plugins from the repo?
  • Who will moderate the plugins?
  • How will we moderate the plugins?
  • How can the plugins interact with prisma and the current database?
  • How will we integrate this into analog?
  • How can we differentiate plugins from the repo, from other sources?
@BossDaily BossDaily added the enhancement New feature or request label Feb 28, 2023
@BossDaily
Copy link
Member Author

The current idea I have, is to have a plugins repo, similar to what Premid has where people must submit a pull request. The plugin would have to be based on an analog-tsx project. This kind of makes the "user fetching" part a bit tricky. No matter the method we use interacting with the Prisma schema might be tricky as there is nothing supporting that but 3rd party solutions.

@BossDaily
Copy link
Member Author

Todo list

  • Complete writing Analog-TSX documentation
  • Write a plugin handler for Analog

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

No branches or pull requests

1 participant