You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original design ticket follows below. The engineering stories above stemmed from that work.
At a glance
In order to conduct oversight of federal dollars as an ARO in an agency I want a search interface and the ability to download audit info
Our first increment regarding search will focus on the needs of federal users. The interface will cover a core set of search features, and we will iterate on the functionality with users, federal and public.
Our first increment will ONLY return audits for which is_public is true.
The content you are editing has changed. Please copy your edits and refresh the page.
As an AARO I want to search and download all audits submitted under my agencies ALN# within the last five business days so that I can export the results into my tracking spreadsheet which compares the results to my previous week’s search and identify new submissions.
As an AARO I want to search by UEI# for the last five years of audits from a single auditee so that I can review their history of findings before issuing their MDL.
As an AARO I want to search for a tribal auditee’s name using only the first three letters so that I can view results that include spelling variations within the name field
As an AARO Supervisor I want to search for all entities that my agency is cognizant for so that I can identify outstanding audits from these entities and assign them to my team for resolution.
Shepherd
Design shepherd:
Engineering shepherd:
Background
We are implementing the following in the first increment.
UEI/EINs (multiple)
CFDA/ALN: Either a two-digit number (14) which means "everything for agency number 14) or 14.XYZ, where the extension is one of our valid extensions.
Accepted date range
Audit year ('16-'23): checkboxes
"Name search" (auditee, auditor, entity)
Cog/over
We OR values together within a field. For example, if you check multiple audit years, then we say (2023 OR 2022 OR 2021); same with the ALN list and EIN/UEI list.
We AND values together between the fields. Meaning we search for the contents of the ALN box AND the contents of the date range.
Screen reader - Listen to the experience with a screen reader extension, ensure the information presented in order
Keyboard navigation - Run through acceptance criteria with keyboard tabs, ensure it works.
Text scaling - Adjust viewport to 1280 pixels wide and zoom to 200%, ensure everything renders as expected. Document 400% zoom issues with USWDS if appropriate.
Engineering Blocked
Blocker removed/resolved
Engineering Review Needed
Outside review/sign-off was provided
Engineering Done
Presented in a sprint review
Includes screenshots or references to artifacts
Tagged with the sprint where it was finished
Archived
The text was updated successfully, but these errors were encountered:
Definitions
Engineering stories
The original design ticket follows below. The engineering stories above stemmed from that work.
At a glance
In order to conduct oversight of federal dollars
as an ARO in an agency
I want a search interface and the ability to download audit info
Our first increment regarding search will focus on the needs of federal users. The interface will cover a core set of search features, and we will iterate on the functionality with users, federal and public.
Our first increment will ONLY return audits for which
is_public
istrue
.Work at a glance
Acceptance Criteria (as AROs)
We use DRY behavior-driven development wherever possible.
Scenario: I want to find everything for my agency
Given I enter my ALN (e.g.
14
)when I hit search
...
then...
Scenario: I want to find everything my agency is cognizant for.
Given An agency number/name
when I select it from the list and choose "cognizant" from the dropdown
then...
Scenario: I want to see what came in for my agency in the past week.
Given That I enter an agency number (e.g.
14
) or multiple ALNs (e.g.92.123
and92.456
) in the ALN boxwhen I include a date range
then...
Additional scenarios:
Shepherd
Background
We are implementing the following in the first increment.
14
) which means "everything for agency number 14) or14.XYZ
, where the extension is one of our valid extensions.We OR values together within a field. For example, if you check multiple audit years, then we say (2023 OR 2022 OR 2021); same with the ALN list and EIN/UEI list.
We AND values together between the fields. Meaning we search for the contents of the ALN box AND the contents of the date range.
Security Considerations
Required per CM-4.
Sketch
We're thinking we'll try implementing A and then changing B.
Tasks
Process checklist
Sketch
Definition of Done
Triage
If not likely to be important in the next quarter...
Otherwise...
Design Backlog
Design In Progress
Design Review Needed
Design Done
If no engineering is necessary
Engineering Backlog
Engineering Available
In Progress
columnEngineering In Progress
If there's UI...
Engineering Blocked
Engineering Review Needed
Engineering Done
The text was updated successfully, but these errors were encountered: