dandds
d84a38eb13
Merge pull request #77 from dod-ccpo/dev-users
...
dev users
2018-07-19 11:01:54 -04:00
Andrew Croce
16fa8056e0
Add a few more icons
2018-07-18 10:15:11 -04:00
Andrew Croce
f57c93b6f1
Add class names to icon template
2018-07-18 10:08:22 -04:00
dandds
45588e0ec7
account for null current_user in testing
2018-07-18 09:47:41 -04:00
dandds
f573181154
login-dev endpoint accepts role query arg
2018-07-18 09:47:41 -04:00
Andrew Croce
b45d66120d
icon template
2018-07-17 16:22:50 -04:00
Andrew Croce
ce21bc16a2
Icon reference
2018-07-17 16:22:50 -04:00
Andrew Croce
41259685b0
Icon ui method
2018-07-17 16:22:50 -04:00
luisgov
1a84e0e99c
Merge pull request #65 from dod-ccpo/request_form_styles
...
Update request form styles
2018-07-17 14:56:46 -04:00
luisgov
cbe20298af
Merge branch 'master' into request_form_styles
2018-07-17 14:46:42 -04:00
Andrew Croce
c5c6f3b00d
Add some more table cell examples
2018-07-17 08:46:15 -04:00
Andrew Croce
8609dbc818
Add example lists and tables to styleguide
2018-07-16 12:32:00 -04:00
Patrick Smith
f6533b50b3
Show error message on review screen when not complete
2018-07-16 10:09:26 -04:00
patricksmithdds
2173f7f49c
Merge pull request #71 from dod-ccpo/remove-None-from-form
...
Use nested defaultdicts to provide more helpful text for unfilled fields
2018-07-13 12:03:20 -04:00
richard-dds
fd8629db5b
Use nested defaultdicts to provide more helpful text for unfilled fields
2018-07-12 16:41:06 -04:00
Patrick Smith
9320b0eac2
Add treasury code/ba code fields
2018-07-12 15:36:41 -04:00
dandds
f2b010232d
move login template to root
2018-07-12 13:45:49 -04:00
richard-dds
b685b478df
Merge pull request #63 from dod-ccpo/submit-request
...
Allow user to submit request
2018-07-11 13:16:10 -04:00
richard-dds
358aa6366c
Always show submit screen, but disable button if form is incomplete
2018-07-10 17:01:39 -04:00
Luis Cielak
40328dea6a
Add each link to their own li
2018-07-10 13:55:51 -04:00
richard-dds
ab6af09d05
Fix edit links in "review and submit"
2018-07-10 11:47:57 -04:00
Luis Cielak
1c360784b2
Add few cosmetic changes to the request form, made some updates to form verbiage
2018-07-10 11:19:59 -04:00
Luis Cielak
a0f5ac3588
Add sidenav to requests page
2018-07-10 11:07:38 -04:00
richard-dds
86d9db74c3
Allow user to submit request
2018-07-10 10:38:01 -04:00
richard-dds
7dadff7481
Refactor JEDI request form logic into new class
2018-07-10 10:36:40 -04:00
Luis Cielak
c338fbb963
Prevent sidenav panel to shrink
2018-07-10 10:32:35 -04:00
Luis Cielak
573f64f5a5
Add headings and panel padding examples
2018-07-10 10:22:47 -04:00
Luis Cielak
a1b74a6f62
Apply grid fixes to new quest form
2018-07-10 10:15:24 -04:00
andrewdds
ccb780e843
Merge pull request #59 from dod-ccpo/ui/navigation
...
Ui/navigation
2018-07-09 14:52:42 -04:00
Andrew Croce
524ecae363
Re implement header with new topbar
2018-07-09 14:38:51 -04:00
Andrew Croce
7dc746c7e1
Add sidenav example to styleguide
2018-07-09 14:35:45 -04:00
Andrew Croce
9368354cc6
template block for placing the sidenav
2018-07-09 14:34:53 -04:00
Luis Cielak
c407b9824f
Reorganized form fields and updated some texts
2018-07-09 14:34:03 -04:00
Andrew Croce
75f7ae6def
Remove wrapper from styleguide page
2018-07-09 09:25:22 -04:00
Andrew Croce
116b731edc
Use .panel-container on base template
2018-07-09 09:24:56 -04:00
Andrew Croce
51110c30bf
Add some row/col and panel examples
2018-07-09 08:53:17 -04:00
Andrew Croce
35a5a62b57
Change global container classname
2018-07-09 08:53:17 -04:00
Andrew Croce
af96956c11
remove the global grid wrapper
2018-07-09 08:53:17 -04:00
Andrew Croce
3875d4efd1
Create a styleguide page
2018-07-09 08:53:17 -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
richard-dds
1cd14a23dc
Disable autocomplete for JEDI request form
2018-06-19 16:21:00 -04:00
richard-dds
390df83390
Merge pull request #38 from dod-ccpo/requests-persistence
...
Hook ATST up to the requests-queue
2018-06-19 16:14:31 -04:00
richard-dds
2c14498953
Add links for updating requests
2018-06-19 15:48:09 -04:00
richard-dds
819ce48e41
Implement the rest of the request form
2018-06-19 15:44:51 -04:00
dandds
bedb686424
remove an unused template and fix a form bug
2018-06-19 15:34:35 -04:00
richard-dds
a9afad0a7f
Use url param instead
2018-06-19 11:37:27 -04:00
Brian Duggan
9152ffe91e
Implement form objects for request forms
2018-06-14 13:59:03 -04:00
Brian Duggan
db0f524d9c
Use cac_url configuration entry
2018-06-14 13:53:18 -04:00
Brian Duggan
a340eede07
Config, secrets, basic POST handling
...
* add script/config
* add atst.ini
* add cookie_secret
* update docs
2018-06-14 13:52:11 -04:00