MarisiaS / SMM

0 stars 0 forks source link

BE-Generate heats #75

Closed MarisiaS closed 3 days ago

MarisiaS commented 5 months ago

This PR address issue #57

Implementation

  1. backend/api/serializers/GenerateHeatSerializer.py

Added two serializers:

  1. backend/api/views/GenerateHeatView.py This view utilizes GenerateHeatSerializer and comprises three functions:
  1. backend/api/urls.py

Introduced the event_heat// endpoint that utilizes GenerateHeatView.

MarisiaS commented 4 months ago

Just a general suggestion regarding the code style would be adding spaces between operators. @viriponce I added the spaces!