Commits on Source (22)
-
Piotr Gawron authored113fedfc
-
Piotr Gawron authoreddf5c970d
-
Piotr Gawron authored5e5afa60
-
Piotr Gawron authoreda7f6a1dc
-
Piotr Gawron authored7c27133b
-
Piotr Gawron authoredf793badf
-
Piotr Gawron authored
validator for social security number added See merge request NCER-PD/scheduling-system!114
64b195d5 -
Piotr Gawron authored1ed1d7a5
-
Piotr Gawron authored
Resolve "voucher functionality" Closes #182 See merge request NCER-PD/scheduling-system!113
8fb46044 -
Piotr Gawron authoreda67f809c
-
Piotr Gawron authored7d8f3031
-
Piotr Gawron authored2a618887
-
Piotr Gawron authored45b08c32
-
Piotr Gawron authored82edf5b7
-
Piotr Gawron authored99d6b4a2
-
Piotr Gawron authored3305777e
-
Piotr Gawron authoreda117f933
-
Piotr Gawron authored
Resolve "PDP study patient data" Closes #186 See merge request NCER-PD/scheduling-system!115
908deafa -
Piotr Gawron authored11c871bf
-
Piotr Gawron authored64b8f67e
-
Piotr Gawron authored1c6cc1f2
-
Piotr Gawron authored
Resolve "PDP study patient data" Closes #186 See merge request NCER-PD/scheduling-system!116
143dba58
Showing
- .gitignore 4 additions, 0 deletions.gitignore
- smash/web/algorithm/__init__.py 4 additions, 0 deletionssmash/web/algorithm/__init__.py
- smash/web/algorithm/luhn_algorithm.py 21 additions, 0 deletionssmash/web/algorithm/luhn_algorithm.py
- smash/web/algorithm/verhoeff_alogirthm.py 45 additions, 0 deletionssmash/web/algorithm/verhoeff_alogirthm.py
- smash/web/api_views/serialization_utils.py 2 additions, 2 deletionssmash/web/api_views/serialization_utils.py
- smash/web/api_views/subject.py 31 additions, 1 deletionsmash/web/api_views/subject.py
- smash/web/forms/__init__.py 3 additions, 1 deletionsmash/web/forms/__init__.py
- smash/web/forms/forms.py 1 addition, 18 deletionssmash/web/forms/forms.py
- smash/web/forms/study_subject_forms.py 25 additions, 10 deletionssmash/web/forms/study_subject_forms.py
- smash/web/forms/subject_forms.py 26 additions, 0 deletionssmash/web/forms/subject_forms.py
- smash/web/forms/voucher_forms.py 81 additions, 0 deletionssmash/web/forms/voucher_forms.py
- smash/web/migrations/0091_auto_20171208_1312.py 21 additions, 0 deletionssmash/web/migrations/0091_auto_20171208_1312.py
- smash/web/migrations/0092_voucher.py 31 additions, 0 deletionssmash/web/migrations/0092_voucher.py
- smash/web/migrations/0093_auto_20171208_1508.py 21 additions, 0 deletionssmash/web/migrations/0093_auto_20171208_1508.py
- smash/web/migrations/0094_auto_20171208_1508.py 21 additions, 0 deletionssmash/web/migrations/0094_auto_20171208_1508.py
- smash/web/migrations/0095_auto_20171208_1509.py 20 additions, 0 deletionssmash/web/migrations/0095_auto_20171208_1509.py
- smash/web/migrations/0096_auto_20171208_1509.py 20 additions, 0 deletionssmash/web/migrations/0096_auto_20171208_1509.py
- smash/web/migrations/0097_auto_20171211_1616.py 97 additions, 0 deletionssmash/web/migrations/0097_auto_20171211_1616.py
- smash/web/models/__init__.py 2 additions, 1 deletionsmash/web/models/__init__.py
- smash/web/models/constants.py 13 additions, 0 deletionssmash/web/models/constants.py
smash/web/algorithm/__init__.py
0 → 100644
smash/web/algorithm/luhn_algorithm.py
0 → 100644
smash/web/algorithm/verhoeff_alogirthm.py
0 → 100644
smash/web/forms/voucher_forms.py
0 → 100644
smash/web/migrations/0092_voucher.py
0 → 100644