Commit Graph

17 Commits

Author SHA1 Message Date
George Drummond
f806425d91 Put app strings into a YAML file for easy editing by product owner 2019-01-02 16:04:36 -05:00
leigh-mil
f93c487e80 Update error message 2018-10-23 17:15:16 -04:00
leigh-mil
13763d8750 Change name of validator to Name because it is more descriptive 2018-10-23 11:22:16 -04:00
leigh-mil
9db981203d Add all alpha characters to Alphabet validator 2018-10-18 15:52:53 -04:00
leigh-mil
7693aa0374 Add apostrophe to Alphabet validator 2018-10-18 15:38:22 -04:00
leigh-mil
e9ad610a6f Update Alphabet validator to accept hyphens 2018-10-18 15:22:57 -04:00
dandds
a7ef93dad4 date range validator should not try to evaluate empty dates 2018-10-16 16:31:50 -04:00
richard-dds
b42b9812b0 Validate that start_date is in the future 2018-09-18 17:01:09 -04:00
dandds
59fdad8554 use regular WTForms DateField for requests dates 2018-09-04 16:15:36 -04:00
richard-dds
4cb2447edb Simplify ListItemsUnique check 2018-08-24 15:26:55 -04:00
richard-dds
66877b46bd Ensure that project environment names are unique 2018-08-24 13:53:25 -04:00
richard-dds
daa8634cb4 Format project 2018-08-23 16:25:36 -04:00
richard-dds
fc07ef5230 Validate and filter environment_names form input 2018-08-22 17:06:13 -04:00
Patrick Smith
168436b156 Use multiple date formats in DateRange validator 2018-08-10 13:46:50 -04:00
richard-dds
73eb21a863 Only allow letters in POC name fields 2018-07-09 13:13:30 -04:00
richard-dds
d98acc67e9 Add simple phone number validation 2018-07-05 16:40:34 -04:00
luisgov
9d781577c4 Update request form (#45)
* Implement OrganizationInfo form, add it to the template

* Format request_new

* Update "Details of Use" section

* Refactor request_new

* Added some new fields, but form is still WIP

* Add details of use fields

* Add org info fields

* Add some comments

* Add Financial Verification and more Details of Use fields

* Update some textarea fields to single text field

* WIP

* Implement OrganizationInfo form, add it to the template

* Format request_new

* Update "Details of Use" section

* Refactor request_new

* Added some new fields, but form is still WIP

* Add details of use fields

* Add org info fields

* Add some comments

* Add Financial Verification and more Details of Use fields

* Update some textarea fields to single text field

* Format

* Update fields with the correct fieldtypes

* Begin updating sidenav changes

* Split form into each section

* adjust and skip some outdated form validation tests

* break request form into multiple form objects

* need to send user ID to requests-queue

* use DateForm for start date in request

* alter request_new handler to pass raw form data to template

* change review form

* Add KO and COR section titles

* Update date input class name

* Add a special case for the summary form. We should refactor this

* Add read-only fields for review and submit section

* Add minimum number validators to request form

* Fix formatting

* Use html5 datepicker for dates

* Fix request form validators

* Finish org info form

* Finish POC form

* Finish financial verification form

* Move PE and UII to financial form

* Un-skip form validation test
2018-07-03 10:10:44 -04:00