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

Update LocalTest with the notification features introduced for sending email #239

Closed
3 tasks done
Tracked by #148
SandGrainOne opened this issue Sep 20, 2023 · 1 comment
Closed
3 tasks done
Tracked by #148
Labels
kind/user-story Used for issues that describes functionality for our users.

Comments

@SandGrainOne
Copy link
Member

SandGrainOne commented Sep 20, 2023

Description

Update LocalTest to include the new notification endpoints. The goal is to support an app that would want to trigger the sending of email. First version of this should not be able to produce an actually email. It's enough that it results in a file stored to disc.

Additional Information

Only the POST endpoint for creating an order is assumed to be needed for now.

Tasks

  • Copy necessary controllers from Notification to LocalTest
  • Write necessary services to ensure that a file with the original notification order as content

Acceptance Criterias

  • The email notification order produced by an app is stored to disc as a json file.
@SandGrainOne SandGrainOne added kind/user-story Used for issues that describes functionality for our users. status/draft Status: When you create an issue before you have enough info to properly describe the issue. labels Sep 20, 2023
@acn-sbuad acn-sbuad self-assigned this Nov 15, 2023
@acn-sbuad acn-sbuad removed the status/draft Status: When you create an issue before you have enough info to properly describe the issue. label Nov 15, 2023
@acn-sbuad acn-sbuad removed their assignment Nov 20, 2023
@acn-sbuad
Copy link
Contributor

leaving testing up to team apps when functionality is required. Initial resting has been conducted locally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/user-story Used for issues that describes functionality for our users.
Projects
None yet
Development

No branches or pull requests

2 participants