GrafeasGroup / blossom

The website. The app. The everything.
6 stars 3 forks source link

Add `author__username` to transcription serializer #214

Open TimJentzsch opened 2 years ago

TimJentzsch commented 2 years ago

The username of the author should be available in the transcription responses (e.g. as author__username field).

This would be very useful for the /search command on Buttercup, as fetching the username for every result would add a substantial amount of additional queries (5 per result page, which adds 3-5s of latency).

I am suspecting that the generated overhead is negligible.