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 IGSN #1

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

DAO for IGSN #1

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

Comments

@GaziYucel
Copy link
Owner

GaziYucel commented Jul 10, 2024

table igsns

  • columns: igsn_id, igsn_identification, publication_id, context_id
  • primary, index: igsn_id

table igsn_settings

  • columns: igsn_settings_id, igsn_id, locale, setting_name, setting_value
  • primary, index: igsn_settings_id
  • unique: igsn_id, locale, setting_name => igsn_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 IGSN labels Jul 11, 2024
@nuest nuest changed the title DAO for IGSN. DAO for IGSN Jul 12, 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 IGSN
Projects
None yet
Development

No branches or pull requests

2 participants