cachethq/core

Meta

Closed

#29 opened on Sep 14, 2023

 (2 comments) (0 reactions) (0 assignees)PHP (82 forks)github user discovery
good first issuehacktoberfest

Repository metrics

Stars
 (227 stars)
PR merge metrics
 (Avg merge 10d 23h) (28 merged PRs in 30d)

Description

Cachet 2.x can store custom meta data to be passed to incidents. We can extend this in 3.x to support custom meta on most, if not all models.

  • Create Meta model.
  • Add Meta relationship to models.
  • Update actions and API to support passing meta.
  • Add meta to the Http resources.

Contributor guide