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

Registration email gets sent after filling out the foster form #78

Open
maggie-larkin opened this issue Jan 25, 2022 · 2 comments
Open
Labels
foster application page that a potential foster would fill out to apply to be a foster

Comments

@maggie-larkin
Copy link
Collaborator

Notes

  • When the person applies to be a foster, we want them to get some sort of communication from the organization, acknowledging that their application was received.
  • Also include some sort of instructions on how to log in again

User Story

As a foster
I want to have some confirmation that I did indeed sign up
So that I'm not wondering whether I did right

Acceptance Criteria

GIVEN I am on the foster application page
AND I've filled out all the required fields
WHEN I click the submit button
THEN I get an email to the email address I provided on the form in the field "email"
AND the subject line is "thank you for applying"
AND the body says "Dear Potential Foster, Thank you for your submission. Someone from our team will reach out to discuss your application. Sincerely, [Organization Name]"
AND Organization name corresponds to which org the person signed up with

@maggie-larkin maggie-larkin added the foster application page that a potential foster would fill out to apply to be a foster label Jan 25, 2022
@GreyhoundIt
Copy link

I'm happy to have a look at this I am unsure where the org name will come from?
I have looked at the schema and can't see it or any references to it?

@chriszimmerman
Copy link
Collaborator

I'm happy to have a look at this I am unsure where the org name will come from? I have looked at the schema and can't see it or any references to it?

Welcome Matthew!

One problem that we have not had a detailed discussion of how to address yet is multi-tenancy.

I believe plan for this application is to be able to support different animal fostering organizations. I think we'll need an Organizations table and some other tables may need to add a foreign key to an Organization.

I have not thought about this in detail personally and am open to ideas from others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
foster application page that a potential foster would fill out to apply to be a foster
Projects
None yet
Development

No branches or pull requests

3 participants