appifyhub / monolith

The backbone backend service of Appify Hub
https://appifyhub.com
MIT License
1 stars 0 forks source link

Message materialization needs a "Target Project" variable #172

Open milosmns opened 6 months ago

milosmns commented 6 months ago

Bug Description

It's impossible to notify the user about the project just created because MessageTemplateService.Inputs doesn't have a targetProjectId.

Hint/location:

com/appifyhub/monolith/features/creator/domain/service/MessageTemplateService.kt:13

Environment Details

Reproduction Steps

  1. Use api.appifyhub.com
  2. Create a new project
  3. Observe email is sent to confirm project creation
  4. Observe email contains the root creator project name ("Appify Hub")

Expected Behavior

Email should contain the name of the just created project, not the root creator project.

Upload Screenshots

No response

Additional Context (optional)

No response