Skip to content

Conversation

@iamyogi7
Copy link

Complete Task 1 -

  1. Validated the request in the controller.
  2. Wrap create organisation route in auth:api middleware, so only logged-in user can able to access it.
  3. While creating organisation, set the trial_end field to 30 days from the day of creation.
  4. Once orgisazation is created, trigger plain text mail to logged user with basic details.
  5. Created user transformer, and included that with organisation response.

Completed Task 2 -

  1. Move fetch organisation collection login to service and use transformer collection to return the result.
  2. Data can be filtered by using a query param filter, if it is set to subbed, trial, and all.

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