Commit graph

8073 commits

Author SHA1 Message Date
Seamus Johnston
f98cac9d3d
Justify FRED for registry communication 2023-02-21 09:02:36 -06:00
igorkorenfeld
b252418088
Tighten spacing before input; fix space after h2 on fed page 2023-02-17 17:06:34 -05:00
Neil Martinsen-Burrell
8dde0b3e24
Remove field labels and change required text 2023-02-17 09:49:55 -06:00
Neil MartinsenBurrell
dd44d405fa
Merge pull request #411 from cisagov/nmb/confirmation-email
Send confirmation email on application submission
2023-02-15 15:03:31 -06:00
Neil Martinsen-Burrell
f21142d663
Add ADR for using AWS SES 2023-02-15 14:55:19 -06:00
Neil Martinsen-Burrell
65fd8d3893
Review feedback: retries settings 2023-02-14 15:11:05 -06:00
Michelle Rago
44887bfff1
Update application_other_contacts.html (#412) 2023-02-14 16:07:51 -05:00
Neil Martinsen-Burrell
459e753edd
Merge branch 'nmb/confirmation-email' of github.com:cisagov/getgov into nmb/confirmation-email 2023-02-14 13:31:46 -06:00
Neil Martinsen-Burrell
f0ecae08c5
Review feedback: error tolerance, logging, etc. 2023-02-14 13:31:00 -06:00
Michelle Rago
5b069e60d3
Mr/form updates (#409)
* Text updates

* Text updates

* Text updates
2023-02-14 14:14:50 -05:00
Neil MartinsenBurrell
32691e21b3
Update src/registrar/config/settings.py
Co-authored-by: Seamus Johnston <seamus.johnston@gsa.gov>
2023-02-14 09:41:56 -06:00
Neil Martinsen-Burrell
a314b905d3
Fixes from manual testing email sending 2023-02-13 15:37:17 -06:00
Neil Martinsen-Burrell
d0e9cfce10
Fix linting 2023-02-13 14:54:09 -06:00
Neil Martinsen-Burrell
7b928a2761
Fix tests and AWS region setting 2023-02-13 14:43:17 -06:00
Neil Martinsen-Burrell
1fbd0506ff
Fix formatting and mypy warning 2023-02-13 14:22:41 -06:00
Neil Martinsen-Burrell
884a58cf10
Send confirmation emails on application submission 2023-02-13 14:19:50 -06:00
Igor Korenfeld
d6c7b225f5
Merge pull request #402 from cisagov/ik/style-confirm-page
Style the confirmation page
2023-02-10 11:34:35 -05:00
Michelle Rago
2abfb0b983
Added a colon 2023-02-10 09:35:03 -05:00
igorkorenfeld
d747355986
Add dotgov_confirmation image 2023-02-08 10:35:08 -05:00
igorkorenfeld
7bee1fa4d0
Flatten and rearrange lists 2023-02-07 15:04:18 -05:00
igorkorenfeld
e0f34420fa
Add basic styling to the page, add graphic 2023-02-07 14:52:50 -05:00
Seamus Johnston
3e46683d62
Merge pull request #396 from cisagov/sspj/key-personnel
Add a field for registrants to provide reasoning if they don't add key contacts
2023-02-07 08:34:33 -06:00
Michelle Rago
324f099c5e
Slight edit to the "other contacts" intro text 2023-02-06 16:03:42 -06:00
Seamus Johnston
ffedcac439
Update key personnel language 2023-02-06 16:03:40 -06:00
Seamus Johnston
2b902be00f
Merge pull request #391 from cisagov/sspj/domain-validation
Domain Validation and Form Refactoring
2023-02-06 16:02:09 -06:00
Jon
52208c023c
Merge pull request #397 from cisagov/lmm/create-jon-sandbox
Add new developer sandbox 'jon' infrastructure
2023-02-06 12:04:42 -07:00
LoganMMcDonald
d06af6f6d8
Add new developer sandbox 'jon' infrastructure 2023-02-06 10:42:40 -08:00
Seamus Johnston
070f85c58e
Merge branch 'main' into sspj/domain-validation 2023-02-03 15:46:07 -06:00
Seamus Johnston
b3784776d7
Respond to PR feedback 2023-02-03 15:39:32 -06:00
Seamus Johnston
456cab6cee
Enable domain availability checker 2023-02-03 14:22:01 -06:00
Michelle Rago
e6e69b237f
Update application.py (#388)
* Update application.py

* Update tribal government AO info

* Update application_current_sites.html
2023-02-03 11:26:53 -05:00
Seamus Johnston
c2feb1fc16
Remove dead code 2023-02-02 16:04:42 -06:00
Igor Korenfeld
c00ec05e06
Merge pull request #390 from cisagov/ik/style-passthrough
Form style tweaks and adjustments
2023-02-02 16:42:05 -05:00
igorkorenfeld
7c5440c1d5
Merge branch 'main' into ik/style-passthrough 2023-02-02 16:31:51 -05:00
Neil MartinsenBurrell
db1204519d
Merge pull request #384 from cisagov/nmb/style-dashboard
Style the applicant dashboard
2023-02-02 15:26:41 -06:00
Neil Martinsen-Burrell
6e001d6194
Review feedback: keep dashboard template separate 2023-02-02 15:12:14 -06:00
Seamus Johnston
0e3f68622f
Bypass Django internal form rendering
The purpose of this change is to allow direct use of Django templates
to make edits to how form fields and labels are rendered, while
retaining the validation logic provided by Django's extensive field and
widget library.

This commit additional contains:
 - Remove `REQUIRED_SUFFIX`, as it is handled by the templates now
 - Remove `required=True` from form fields, as this is the default
 - Remove `required=False` from fields where it was added as workaround
   for conditionally required questions which Django form wizard
   couldn't handle
 - Replace `clean_is_policy_acknowledged` with `error_messages` dict
 - Remove duplicate nil entry for Federal Agency dropdown
 - Update `DOMAIN_REGEX` to match whole string
 - Subtle changes to `is_valid` and `get_forms` in ApplicationWizard to
   reduce database calls and use form object's initial data correctly
2023-02-02 15:06:23 -06:00
Seamus Johnston
1d6b0da391
Highlight broken links 2023-02-02 14:14:45 -06:00
igorkorenfeld
3fc275bff8
Update tests to match dashboard 2023-02-02 13:10:22 -05:00
igorkorenfeld
3f487a941d
Change header and footer to closer match to get.gov, alignment adjustment 2023-02-02 12:59:51 -05:00
Seamus Johnston
ba7c4ed294
Merge pull request #387 from cisagov/sspj/bump-node-modules
Bump npm package versions
2023-02-02 07:53:01 -06:00
Michelle Rago
5d34c28abc
Remove DNS option from thank you page (#386)
Update application_done.html
2023-02-01 15:27:53 -05:00
igorkorenfeld
008c639d24
Adjust spacing and sizing to match figma closer 2023-02-01 15:16:16 -05:00
Neil Martinsen-Burrell
8fa761f4ab
Review feedback: live region, SVG width, etc. 2023-02-01 13:54:11 -06:00
Neil MartinsenBurrell
bf54a4cf8f
Use a default for empty domain name
Co-authored-by: Seamus Johnston <seamus.johnston@gsa.gov>
2023-02-01 13:07:13 -06:00
Seamus Johnston
7209a1e533
Bump npm package versions 2023-02-01 11:32:05 -06:00
Neil Martinsen-Burrell
1daf97d0d8
Fix test to account for sr-only 2023-01-31 14:58:01 -06:00
Igor Korenfeld
92fd84c7d9
Merge pull request #385 from cisagov/ik/style-dashboard-edits
Dashboard style edits
2023-01-31 14:41:12 -05:00
igorkorenfeld
6f0af3d571
Remove column wrapper divs, add class to sections directly 2023-01-31 14:33:46 -05:00
igorkorenfeld
45ff32b62f
Remove commented out code 2023-01-31 14:23:35 -05:00