Skip to content

Fixing mismatches between views.py, models.py, and serializers.py for questions #239

Merged
devsaxena974 merged 11 commits intomasterfrom
lydia
Mar 30, 2025
Merged

Fixing mismatches between views.py, models.py, and serializers.py for questions #239
devsaxena974 merged 11 commits intomasterfrom
lydia

Conversation

@lgwallis
Copy link
Collaborator

Serializers uses 'id', 'question', and 'workspace_id'. Assuming 'id' refers to the user's id and 'question' is a string.

Models uses 'id', 'question', and 'workspace_id.'

Views uses 'workspace_id', 'workspace,' and optionally 'source'

@devsaxena974 devsaxena974 merged commit 1cd6ff7 into master Mar 30, 2025
2 checks passed
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.

3 participants

Comments