Skip to content

Incident Tag MVC Backend

  1. Create a new table to store tags, the same as we store events for one incident.
  2. Update the current create API to accommodate tags (optional) and return them when events are loaded.
  3. Implement support for one event having multiple tags. (This will be done on the DB side)
  4. We can ship the gitlab backend with existing frontend and then pick up the new implementation for frontend
Edited by Alana Bellucci