Skip to content

Automations feature backend#43

Merged
mariobalca merged 24 commits intomainfrom
feature/automations
Sep 14, 2022
Merged

Automations feature backend#43
mariobalca merged 24 commits intomainfrom
feature/automations

Conversation

@themarolt
Copy link
Copy Markdown
Contributor

@themarolt themarolt commented Sep 6, 2022

Changes proposed ✍️

  • Framework to support automations starting with webhook type triggered by new activities and new community members

Checklist ✅

  • Label appropriately with type:feature 🚀, type:enhancement ✨, type:bug 🐞, or type:documentation 📜.
  • Tests are passing.
  • New backend functionality has been unit-tested.
  • Environment variables have been updated
    • Front-end: frontend/.env.dist
    • Backend: backend/.env.dist, backend/.env.dist.staging, backend/.env.dist.staging.
    • Configuration docs have been updated.
    • Team members only: update environment variables in Password manager and update the team
  • API documentation has been updated (if necessary) (see docs on API documentation).
  • Quality standards are met.
  • All changes have been tested in a staging site.
  • All changes are working locally running crowd.dev's Docker local environment.

@netlify
Copy link
Copy Markdown

netlify Bot commented Sep 6, 2022

Deploy Preview for open-crowd-prod ready!

Name Link
🔨 Latest commit aa6d537
🔍 Latest deploy log https://app.netlify.com/sites/open-crowd-prod/deploys/63217858c57d41000b862ccd
😎 Deploy Preview https://deploy-preview-43--open-crowd-prod.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link
Copy Markdown

netlify Bot commented Sep 6, 2022

Deploy Preview for open-devfounders ready!

Name Link
🔨 Latest commit aa6d537
🔍 Latest deploy log https://app.netlify.com/sites/open-devfounders/deploys/63217858be3047000957cee7
😎 Deploy Preview https://deploy-preview-43--open-devfounders.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@themarolt themarolt requested a review from epipav September 6, 2022 09:42
@themarolt themarolt marked this pull request as ready for review September 6, 2022 09:42
@themarolt themarolt linked an issue Sep 6, 2022 that may be closed by this pull request
@joanreyero joanreyero changed the title Feature/automations Automations feature Sep 7, 2022
@joanreyero joanreyero changed the title Automations feature Automations feature backend Sep 7, 2022
Copy link
Copy Markdown
Contributor

@mariobalca mariobalca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for addressing/revisiting so many things already! 🙏
Left another comment for us to think about

Comment thread backend/src/services/automationService.ts
Copy link
Copy Markdown
Collaborator

@epipav epipav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good 🚀 I've included some comments and nitpicks

Comment thread backend/package.json
Comment thread backend/src/api/automation/automationFind.ts Outdated
Comment thread backend/src/database/migrations/2022-09-01-automations.ts Outdated
Comment thread backend/src/database/migrations/2022-09-01-automations.ts Outdated
Comment thread backend/src/database/models/automation.ts
Comment thread backend/src/services/communityMemberService.ts Outdated
Comment thread backend/src/database/repositories/automationExecutionRepository.ts Outdated
Comment thread backend/src/database/repositories/automationExecutionRepository.ts
Comment thread backend/src/database/repositories/automationRepository.ts Outdated
Comment thread backend/src/api/automation/index.ts Outdated
@mariobalca mariobalca merged commit c5b4b75 into main Sep 14, 2022
@mariobalca mariobalca deleted the feature/automations branch September 14, 2022 13:01
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.

Webhooks for automation

3 participants