juntossomosmais / django-stomp

🔃 A simple implementation of STOMP with Django
MIT License
37 stars 3 forks source link

[feature] Django callback view #49

Closed MatheusGeiger closed 2 years ago

MatheusGeiger commented 2 years ago

What is being delivered?

The django-callback-view package with telemetry or used with another library whose django-debug-toolbar can help us to understand, test, and optimize the callback code from one simple POST request.

example

What impacts?

No impact is expected with this change! it's just a change to include new functionality.

sonarcloud[bot] commented 2 years ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot E 8 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

MatheusGeiger commented 2 years ago

Let's separate the debug logic in a separate lib and later come back with project changes in other 's PR.