Isn't `ALLOWED_ORIGINS` set to `["https://example.org", "http://localhost:3018"]` in `backend/compact-connect/lambdas/python/common/tests/__init__.py`?
#frontend #hotfix
On "End Military Affiliation" modal, additional tab is required to get keyboard focus on the modal itself (rather than on elements behind the modal).
To reproduce, navigate...
#frontend #hotfix
Logo missing label on mobile (accessibility)- needs update in `webroot/src/components/Page/PageMainNav/PageMainNav.vue`
> This element has role of "button" but does not have...
@jsandoval81 @jusdino Apologies for the delay on this one. Per last sprint review discussion, I'm going to try to meet with @isabeleliassen to prioritize and demonstrate the kinds of things that co...
@jsandoval81 @jusdino Apologies for the delay on this one. Per last sprint review discussion, I'm going to try to meet with @isabeleliassen to prioritize and demonstrate the kinds of things that co...
- [ ] stand up the site locally
- [ ] test all functionality in all major browsers, emphasizing the functionality that this pull request addresses
- [ ] for public-facing functionality, test i...
@jusdino Looks good- do we need to handle the case where a field is _added_? Naively, I wonder if it would work to just do:
```python
updated_values = {key: value for key, value in new_lice...
I assume the explicitness was intentional, but any reason not to share fields with `LicenseGeneralResponseSchema`? Same question for the privilege schemas.
Probably misunderstanding, but if the raw data is being served via API, what is the risk of the hash being served out via API? What additional data does that expose?