Skip to content

WIP: Create PendingSound and PendingSoundAnalysis models for upload process#2048

Draft
alastair wants to merge 1 commit intomasterfrom
sound-upload
Draft

WIP: Create PendingSound and PendingSoundAnalysis models for upload process#2048
alastair wants to merge 1 commit intomasterfrom
sound-upload

Conversation

@alastair
Copy link
Member

Issue(s)
#1874

Description
Instead of using filenames, create a specific model for a user uploading a file. this makes it easier to process files and keep track of them, in addition allowing a single user to upload multiple files with the same name

Instead of using filenames, create a specific model for a user uploading
a file. this makes it easier to process files and keep track of them,
in addition allowing a single user to upload multiple files with the
same name
@alastair alastair marked this pull request as draft January 15, 2026 12:40
return f"{self.filename} uploaded by {self.user} at {self.created} (Status={self.status})"


class PendingSoundAnalysis(models.Model):
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a "processing", not analysis.

See if we can take as much of this pre-processed data and reuse it instead of re-processing after sound description

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant