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

Create new market template / Default market #165

Closed
7 of 11 tasks
volllly opened this issue Jun 22, 2023 · 0 comments · Fixed by #168
Closed
7 of 11 tasks

Create new market template / Default market #165

volllly opened this issue Jun 22, 2023 · 0 comments · Fixed by #168
Assignees

Comments

@volllly
Copy link
Contributor

volllly commented Jun 22, 2023

We want to have a template project which can be used as a baseline for creating a new market.

This template market should also serve as a default implementation if possible.

Default Queue

  • Copy Italian market fiskaltrust.Middleware.Localization.QueueIT to fiskaltrust.Middleware.Localization.QueueDEFAULT
  • Add the project to the solution and the fiskaltrust.Middleware.Queue project
  • Rename all references of IT to Default in filenames and code
  • Remove all logic which is specific to the italian market
  • Remove all calls to the IITSSCD
  • Add the default queue to the LocalizedQueueBootStrapperFactory
  • Restrict to sandbox

New Market Template

  • Add documentation to README on how to use the default queue as a new market template
  • Add comments to default queue code explaining what it does and what to change
  • Add dummy code which can be expanded on in a new market (I'm not sure yet what that would be)
  • Document what to add to the fiskaltrust.storage and the fiskaltrust.interface
@pawelvds pawelvds linked a pull request Jul 4, 2023 that will close this issue
4 tasks
@pawelvds pawelvds self-assigned this Jul 4, 2023
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 a pull request may close this issue.

2 participants