Skip to content

Feature: Move extension and personas to config container instead of history #500

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jimmylevell
Copy link

This pull request includes changes to replace the use of HistoryContainer with ConfigContainer in the extension-service.ts and persona-service.ts files. This update affects multiple functions across both files.

Changes to extension-service.ts:

  • Replaced HistoryContainer with ConfigContainer in the import statement.
  • Updated the FindExtensionByID function to use ConfigContainer for querying extensions.
  • Modified the CreateExtension function to use ConfigContainer for creating extensions.
  • Changed the DeleteExtension function to use ConfigContainer for deleting extensions.
  • Updated the UpdateExtension function to use ConfigContainer for upserting extensions.
  • Modified the FindAllExtensionForCurrentUser function to use ConfigContainer for querying all extensions for the current user.

Changes to persona-service.ts:

  • Replaced HistoryContainer with ConfigContainer in the import statement.
  • Updated the FindPersonaByID function to use ConfigContainer for querying personas.
  • Modified the CreatePersona function to use ConfigContainer for creating personas.
  • Changed the DeletePersona function to use ConfigContainer for deleting personas.
  • Updated the UpsertPersona function to use ConfigContainer for upserting personas.
  • Modified the FindAllPersonaForCurrentUser function to use ConfigContainer for querying all personas for the current user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant