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

Als gebruiker wil ik een lijst kunnen zien van alle webhooks die ik heb aangemaakt, zodat ik overzicht houd over de beschikbare integraties. #6

Open
9 tasks
tdwesten opened this issue Nov 13, 2024 · 0 comments

Comments

@tdwesten
Copy link
Collaborator

tdwesten commented Nov 13, 2024

  • Webhook Model toevoegen met de columns; Naam, FormHandle, Webhook url, Method Post/Get, FormData/Json, FieldMapping (mogelijkeheid om een veld te kiezen uit de form blueprint).
  • Migrations stubs toevoegen, custom table "webhooks".
  • Migrations publiceren in de ServiceProvider.
  • Webhook Repository toevoegen.
  • Webhook index controller toevoegen.
  • Index view registeren in ServiceProvider
  • Index route toevoegen aan de CP routes
  • WebhooksFactory aanmaken zodat je webhooks kan generen.
  • Test in pest toevoegen; Kan er een model aangemaakt worden en opgeslagen worden.
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

No branches or pull requests

1 participant