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

Plugin system #22

Open
nrobinaubertin opened this issue Sep 6, 2019 · 1 comment
Open

Plugin system #22

nrobinaubertin opened this issue Sep 6, 2019 · 1 comment

Comments

@nrobinaubertin
Copy link
Member

Zusam should be tiny, stable and extensible. For that to be true, we need a good plugin system.
A document should also be written to identify what should be core and what should be a plugin.

@briaeros
Copy link

briaeros commented Sep 7, 2019

For the document, it could be useful to specify on what functional part of zusam a plugin can be possible. It will also help define what's in the core (and what service it brings).

In addition defining a standard way of storing/getting the data from/for the plugin (I propose a json dictionnary as it's well accepted by javascript, and sqlite even get an JSON extension to help request or insert).

In addition, I think that "plugin accessible data" must be created for at least 3 specifics objects

  • the metadata of the "data" (adding/showing tags or other specific data linked to a picture/movie/...)
  • the groups ( adding rights/acl to control if a user could invite someone or could upload data )
  • the users ( user-wide settings for a plugin)

@nrobinaubertin nrobinaubertin added this to the 0.5 milestone Apr 18, 2020
@nrobinaubertin nrobinaubertin modified the milestones: 0.5, 0.6 Jan 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants