* Heroku App hits /api/transcriptions ( https://github.com/Corridors-of-Time-Transcription/corridors-of-time/blob/master/pages/api/submit-sequence.js#L5 ) * /api/transcriptions utilizes `TranscriptionDataViewSet` (https://github.com/Corridors-of-Time-Transcription/puzzlepieces/blob/develop/src/collector/urls.py#L8) * TranscriptionDataViewSet has an active TODO to add hashing https://github.com/Corridors-of-Time-Transcription/puzzlepieces/blob/014c813afb629d23fb14979704883ad719a774f9/src/collector/views.py#L630 NathanADrake in Discord was the initial discoverer of the missing hashes. I poked at a few things and we ended up tracing down the logic flow.
TranscriptionDataViewSet(https://github.com/Corridors-of-Time-Transcription/puzzlepieces/blob/develop/src/collector/urls.py#L8)NathanADrake in Discord was the initial discoverer of the missing hashes. I poked at a few things and we ended up tracing down the logic flow.