Commit graph

57 commits

Author SHA1 Message Date
Seamus Johnston
e6852274ed
Address PR feedback 2022-12-13 16:34:33 -06:00
Seamus Johnston
6fe6e23368
Include real info in app review page 2022-12-12 10:07:41 -06:00
Seamus Johnston
fc353a1ff6
Update organization address fields 2022-12-09 13:27:54 -06:00
Neil Martinsen-Burrell
48f0369743
Review Feedback: labels, organization, etc. 2022-12-08 15:40:28 -06:00
Neil Martinsen-Burrell
3e878c776d
Fix merge fallout and migrations 2022-12-07 09:48:56 -06:00
Neil Martinsen-Burrell
5d56c88ba5
Merge branch 'main' into nmb/federal-combobox 2022-12-07 09:26:08 -06:00
Seamus Johnston
90557c51e8
Respond to PR feedback 2022-12-06 16:09:15 -06:00
Neil Martinsen-Burrell
ad81c13f95
Merge branch 'main' into nmb/federal-combobox 2022-12-06 14:57:06 -06:00
Neil Martinsen-Burrell
7a6dbef2b2
Fix linting 2022-12-06 14:48:08 -06:00
Seamus Johnston
07eb374d25
Save button for domain application 2022-12-05 14:38:53 -06:00
Neil Martinsen-Burrell
05d00ff55c
Select box for Top-level Federal Agency on organization contact form 2022-12-02 13:39:16 -06:00
Neil Martinsen-Burrell
c5e406c400
Add a combo box only for federal agencies 2022-11-29 15:27:56 -06:00
Seamus Johnston
758c645943
Merge branch 'main' into sspj/domain-model 2022-11-28 11:53:22 -06:00
Neil Martinsen-Burrell
d50c177eb5
Fix linting errors 2022-11-28 10:38:04 -06:00
Neil Martinsen-Burrell
98e8cc8f64
Review feedback: move policy methods to model class 2022-11-28 10:28:45 -06:00
Neil Martinsen-Burrell
45e1dcbba2
Fix linting errors 2022-11-23 13:56:59 -06:00
Neil Martinsen-Burrell
3fe00d1980
Display federal and election questions conditionally 2022-11-23 13:25:11 -06:00
Neil Martinsen-Burrell
82e1fd45c0
Merge branch 'main' into nmb/submission-page 2022-11-22 12:36:13 -06:00
igorkorenfeld
d7307c29e2
Fix field name 2022-11-21 13:55:01 -08:00
igorkorenfeld
2abffa1541
Fix linting errors 2022-11-21 13:48:11 -08:00
igorkorenfeld
1211ba163d
Add test for all views, update fields for form_to_objects 2022-11-21 13:33:40 -08:00
Neil Martinsen-Burrell
b4d2c91f9d
Fix tests and linting after merge 2022-11-21 10:50:53 -06:00
Neil Martinsen-Burrell
8259a12203
Fix session-based test 2022-11-18 11:56:20 -06:00
igorkorenfeld
fd4ab6d7c3
Remove unused import definition 2022-11-17 13:06:29 -08:00
igorkorenfeld
49d39a5e3e
Merge branch 'main' into ik/add-form-pages 2022-11-17 07:50:40 -08:00
Seamus Johnston
eda5e9751b
Fix lint errors 2022-11-17 08:26:41 -06:00
igorkorenfeld
1d6ee255e9
Address PR comments 2022-11-16 12:22:16 -05:00
Neil Martinsen-Burrell
8e494e7da1
Add successful submission page 2022-11-15 14:58:13 -06:00
Neil Martinsen-Burrell
d5240cb86d
Review feedback: better debug logging 2022-11-14 15:49:33 -06:00
igorkorenfeld
776ecae30f
Fix line length linting error, add expaliner comment 2022-11-14 15:51:18 -05:00
igorkorenfeld
aad03f9bf4
Autoformat with black linter 2022-11-10 16:46:25 -05:00
igorkorenfeld
e1a1a5e367
Move organization type sub questions to own pages 2022-11-10 16:13:43 -05:00
igorkorenfeld
275dbc7768
Remove colon from field lables, update content 2022-11-09 18:30:06 -05:00
igorkorenfeld
ba2de84ff9
Change org type button to usa-radio style 2022-11-09 16:52:39 -05:00
Neil Martinsen-Burrell
0b37abe23b
Create a new database object on form submission 2022-11-09 14:57:59 -06:00
igorkorenfeld
74c11cc231
Add review view 2022-11-08 18:29:46 -05:00
igorkorenfeld
fe6aa96a02
Add requirements view 2022-11-08 17:10:28 -05:00
igorkorenfeld
a946a5e629
Add anything else view 2022-11-08 15:00:55 -05:00
igorkorenfeld
281cff4131
Add security email view 2022-11-08 14:52:34 -05:00
igorkorenfeld
15771bcaa5
Add other contacts view 2022-11-08 14:19:39 -05:00
igorkorenfeld
3f8312e148
Update state list, change to combo box 2022-11-08 13:40:18 -05:00
igorkorenfeld
76b6256202
Set optional fields to be optional 2022-11-08 12:51:55 -05:00
igorkorenfeld
7f2df61bf8
Update org contact with all fields 2022-11-07 19:15:57 -05:00
igorkorenfeld
1974ac6b07
Add your contact view, rename org contact 2022-11-07 19:00:54 -05:00
igorkorenfeld
2d53a7f07c
Create current site and .gov views 2022-11-07 18:42:57 -05:00
igorkorenfeld
be4527386c
Move purpose attributes back to the view 2022-11-07 15:48:08 -05:00
igorkorenfeld
dc9b8dac0e
Fix naming for ao fields 2022-11-07 15:27:56 -05:00
igorkorenfeld
1a9290ea15
Add authorizing official view 2022-11-04 14:31:50 -04:00
igorkorenfeld
fab3e1b292
Add purpose view 2022-11-03 17:00:26 -04:00
Seamus Johnston
d8ae0d9753
Show and Hide Questions Dynamically (#212)
* Show and hide form questions dynamically

* Respond to PR feedback

* Remove debugger tags
2022-11-02 15:35:53 -05:00