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

DAO for PIDINST #2

Open
GaziYucel opened this issue Jul 10, 2024 · 0 comments
Open

DAO for PIDINST #2

GaziYucel opened this issue Jul 10, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request PIDINST

Comments

@GaziYucel
Copy link
Owner

table pidinsts

  • columns: pidinst_id, pidinst_identification, publication_id, context_id
  • primary, index: pidinst_id

table pidinst_settings

  • columns: pidinst_settings_id, pidinst_id, locale, setting_name, setting_value
  • primary, index: pidinst_settings_id
  • unique: pidinst_id, locale, setting_name => pidinst_settings_pkey

Other relevant features:

  • migration class
  • create tables while installing plugin
  • initialize link action at settings page of plugin

See also https://github.com/ajnyga/funding for inspiration.

@GaziYucel GaziYucel added enhancement New feature or request PIDINST labels Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request PIDINST
Projects
None yet
Development

No branches or pull requests

1 participant