Closed ZhongweiL closed 3 years ago
@ZhongweiL How was this tested and what were the results?
Also:
Intends to resolve issues #100 and #132 Potential issue: A logged-in categorizer could change the URL to access and submit the form multiple times(with different names and initials) to create multiple entries in the categorizers table. I don't think the database prevents the user from doing that.
Was this potential issue solved?
Looks like there's some test plans here: https://github.com/ponder-lab/Imperative-DL-Study-Web-App/issues/132
Also:
Intends to resolve issues #100 and #132 Potential issue: A logged-in categorizer could change the URL to access and submit the form multiple times(with different names and initials) to create multiple entries in the categorizers table. I don't think the database prevents the user from doing that.
Was this potential issue solved?
I've been looking into some documentation for one-to-one relationships and I think this might satisfy our needs. https://docs.djangoproject.com/en/3.2/ref/models/fields/#django.db.models.OneToOneField
Intends to resolve issues #100 and #132 Potential issue: A logged-in categorizer could change the URL to access and submit the form multiple times(with different names and initials) to create multiple entries in the categorizers table. I don't think the database prevents the user from doing that.
Tests: