You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correlate sent messages and satellite responses by adding an additional column to the communications table in the database. The comm.py module will also need to be modified to add the reference to the sent message id when creating the communication record for the response.
Additional Details
Extend communications table to have a sent_message_id field (or some name like that) of type int (and nullable=True) which references the id of the communications record that the response is a response to
In the comm.py module when creating a communication record for the response, include the message_id of the communication that was sent to the satellite
Priority
Low
The text was updated successfully, but these errors were encountered:
Brief Feature Description
Correlate sent messages and satellite responses by adding an additional column to the communications table in the database. The comm.py module will also need to be modified to add the reference to the sent message id when creating the communication record for the response.
Additional Details
sent_message_id
field (or some name like that) of type int (andnullable=True
) which references the id of the communications record that the response is a response tomessage_id
of the communication that was sent to the satellitePriority
Low
The text was updated successfully, but these errors were encountered: