-
Tab - Employee Information
**AC**
- [x] Name Ministry and Email field values is present (testing only the critical fields)
- [x] "Incorrect or missing information can cause delays in the processing o…
-
# ✨ Feature Request
### **Description of the Feature**
This feature aims to add a "Contact Us" page accessible through the hamburger menu. The page will contain a form where users can fill in thei…
-
### October 10
* I did the initial cleaning on datasets. Now I will create a metadata table and reduce the current tables into last forms as much as possible. Then I will obtain Python equivalents o…
-
To solve #5523, Naga needs information about [built-in function](https://gpuweb.github.io/gpuweb/wgsl/#builtin-functions) argument and result types in a form that the WGSL front end can consume to app…
-
## Issue Description
Original epic to implement the values associated with the net income question: https://github.com/department-of-veterans-affairs/va.gov-team/issues/7759
_Currently, all dependenc…
-
### Have you checked our README?
- [X] I have checked the README
### Have you followed our Troubleshooting?
- [X] I have followed your Troubleshooting
### Is there already an issue for your proble…
-
Annual updates to the MHC - Enrollment script to support processing Open Enrollment/AHPS
Updates Required:
- [x] Update the Open Enrollment variables and dates to support 2025 AHPS
- [ ] Update…
-
### Please confirm that you have:
- [x] Searched [existing issues](.) to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on …
-
**Description:**
On the Contact Us page, clicking the "Send Message" button does not send the message request to the backend. As a result, users are unable to submit their queries or feedback. Additi…
-
I tried to replace the following line of code
```
while (row := koza_app.get_row()) is not None:
xyz
```
with
```
koza_app = get_koza_app("go_annotation")
def row_gen(): while True:
…