Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify data entry forms #964

Open
wants to merge 62 commits into
base: main
Choose a base branch
from

changed reset to proceed due to abort control using navigate

ea54168
Select commit
Loading
Failed to load commit list.
Open

Simplify data entry forms #964

changed reset to proceed due to abort control using navigate
ea54168
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 6, 2025 in 1s

95.42% of diff hit (target 92.06%)

View this Pull Request on Codecov

95.42% of diff hit (target 92.06%)

Annotations

Check warning on line 62 in frontend/app/component/form/data_entry/DataEntryNavigation.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/DataEntryNavigation.tsx#L61-L62

Added lines #L61 - L62 were not covered by tests

Check warning on line 74 in frontend/app/component/form/data_entry/DataEntryNavigation.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/DataEntryNavigation.tsx#L69-L74

Added lines #L69 - L74 were not covered by tests

Check warning on line 80 in frontend/app/component/form/data_entry/DataEntryNavigation.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/DataEntryNavigation.tsx#L78-L80

Added lines #L78 - L80 were not covered by tests

Check warning on line 89 in frontend/app/component/form/data_entry/DataEntryNavigation.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/DataEntryNavigation.tsx#L88-L89

Added lines #L88 - L89 were not covered by tests

Check warning on line 115 in frontend/app/component/form/data_entry/DataEntryNavigation.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/DataEntryNavigation.tsx#L114-L115

Added lines #L114 - L115 were not covered by tests

Check warning on line 130 in frontend/app/component/form/data_entry/DataEntryNavigation.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/DataEntryNavigation.tsx#L129-L130

Added lines #L129 - L130 were not covered by tests

Check warning on line 139 in frontend/app/component/form/data_entry/DataEntryNavigation.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/DataEntryNavigation.tsx#L138-L139

Added lines #L138 - L139 were not covered by tests

Check warning on line 155 in frontend/app/component/form/data_entry/candidates_votes/CandidatesVotesForm.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/candidates_votes/CandidatesVotesForm.tsx#L154-L155

Added lines #L154 - L155 were not covered by tests

Check warning on line 28 in frontend/app/component/form/data_entry/candidates_votes/useCandidateVotes.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/candidates_votes/useCandidateVotes.ts#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 45 in frontend/app/component/form/data_entry/candidates_votes/useCandidateVotes.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/candidates_votes/useCandidateVotes.ts#L44-L45

Added lines #L44 - L45 were not covered by tests

Check warning on line 65 in frontend/app/component/form/data_entry/candidates_votes/useCandidateVotes.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/candidates_votes/useCandidateVotes.ts#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 52 in frontend/app/component/form/data_entry/state/actions.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/state/actions.ts#L51-L52

Added lines #L51 - L52 were not covered by tests

Check warning on line 123 in frontend/app/component/form/data_entry/state/actions.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/state/actions.ts#L120-L123

Added lines #L120 - L123 were not covered by tests

Check warning on line 140 in frontend/app/component/form/data_entry/state/actions.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/state/actions.ts#L137-L140

Added lines #L137 - L140 were not covered by tests

Check warning on line 411 in frontend/app/component/form/data_entry/state/dataEntryUtils.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/state/dataEntryUtils.ts#L411

Added line #L411 was not covered by tests

Check warning on line 143 in frontend/app/component/form/data_entry/state/reducer.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/state/reducer.ts#L143

Added line #L143 was not covered by tests

Check warning on line 149 in frontend/app/component/form/data_entry/state/reducer.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/state/reducer.ts#L148-L149

Added lines #L148 - L149 were not covered by tests

Check warning on line 11 in frontend/app/component/form/data_entry/state/useDataEntryContext.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/state/useDataEntryContext.ts#L10-L11

Added lines #L10 - L11 were not covered by tests

Check warning on line 24 in frontend/app/component/form/data_entry/state/useDataEntryNavigation.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/state/useDataEntryNavigation.ts#L24

Added line #L24 was not covered by tests

Check warning on line 24 in frontend/app/component/form/data_entry/state/useInitialDataEntryState.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/state/useInitialDataEntryState.ts#L23-L24

Added lines #L23 - L24 were not covered by tests

Check warning on line 42 in frontend/app/component/form/data_entry/state/useInitialDataEntryState.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/state/useInitialDataEntryState.ts#L38-L42

Added lines #L38 - L42 were not covered by tests

Check warning on line 64 in frontend/app/component/form/data_entry/state/useInitialDataEntryState.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/state/useInitialDataEntryState.ts#L60-L64

Added lines #L60 - L64 were not covered by tests

Check warning on line 99 in frontend/app/component/form/data_entry/state/useInitialDataEntryState.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/app/component/form/data_entry/state/useInitialDataEntryState.ts#L95-L99

Added lines #L95 - L99 were not covered by tests

Check warning on line 31 in frontend/lib/util/format.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

frontend/lib/util/format.ts#L30-L31

Added lines #L30 - L31 were not covered by tests