Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/revise study end questions 4 #707

Merged
merged 24 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
2f46c2f
feat: rename TranslatedConsentForm
EdoStorm96 Sep 24, 2024
045e437
feat: add fields to proposal and make migration
EdoStorm96 Sep 25, 2024
b3ed947
feat: modify study model and migration
EdoStorm96 Sep 25, 2024
40e7235
feat: make KnowledgeSecurityForm
EdoStorm96 Sep 25, 2024
fb6b7d8
feat: update StudyEndForm
EdoStorm96 Sep 25, 2024
1b538c3
feat: add KnowledgeSecurityView
EdoStorm96 Sep 25, 2024
6446f56
feat: implement pdf_diff_logic for new questions
EdoStorm96 Sep 25, 2024
1515411
feat: update auto_review & tests
EdoStorm96 Sep 25, 2024
8c523b5
fix: woops, some ugly string stuff
EdoStorm96 Sep 25, 2024
33be1ae
fix: rename KnowledgeSecurityChecker
EdoStorm96 Sep 25, 2024
712270f
style: steez
EdoStorm96 Sep 25, 2024
d75c387
fix: update a lot of translations
EdoStorm96 Sep 30, 2024
d00f26c
fix: rename TranslatedConsentFormsView to TranslatedConsentView
EdoStorm96 Sep 30, 2024
72634a5
fix: remove stressful from soft_validation_fields
EdoStorm96 Sep 30, 2024
4d094e1
fix: improvements to the StudyEndForm
EdoStorm96 Sep 30, 2024
a2a2fa9
style: blck
EdoStorm96 Sep 30, 2024
e3f9788
fix: update link on index.html
EdoStorm96 Oct 1, 2024
17a6d1d
style: djlint
EdoStorm96 Oct 1, 2024
6c0c319
fix: tests
EdoStorm96 Oct 1, 2024
44ecaca
Merge branch 'major/4' into feature/revise_study_end_questions_4
EdoStorm96 Oct 1, 2024
b3f7861
fix: add test_pdf.pdf for tests
EdoStorm96 Oct 1, 2024
a29de10
fix: indentation TasksOverviewSection
EdoStorm96 Oct 2, 2024
703ddfe
fix: save proposal in AutoReviewTests
EdoStorm96 Oct 2, 2024
41e6347
fix: rename self.choice_fields attribute of StudyEndForm
EdoStorm96 Oct 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ __pycache__/
*.mo

### Project-specific ###
media/
media/*
!media/test_pdf.pdf
certs/
fetc/ldap_settings.py
fetc/saml_settings.py
Expand Down
Loading
Loading