Arquisoft / InciManager_i2b

InciManager_i2b
MIT License
1 stars 2 forks source link

Implement CreateIncident post controller #3

Closed alejgh closed 6 years ago

alejgh commented 6 years ago

This controller will answer post request from the agents with the incident they want to submit. It will use the agents module to check if the agent exists. If it doesn't exist an error will be reported. If it exists the incident will be stored in the database (at least for now, later we will modify this to store just some incidents) and the incident will be sent through kafka so the dashboard can receive it and process it.