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

chore(arpa_reporter): remove ValidationView and references #3838

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions packages/client/src/arpa_reporter/components/PageNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,18 +138,6 @@
Reporting Periods
</router-link>
</li>

<li
v-if="role === 'admin'"
class="nav-item"
>
<router-link
:class="navLinkClass('/validation')"
to="/validation"
>
Validation
</router-link>
</li>
</ul>

<AlertBox
Expand Down
7 changes: 0 additions & 7 deletions packages/client/src/arpa_reporter/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import SubrecipientView from '@/arpa_reporter/views/SubrecipientView.vue';
import SubrecipientsView from '@/arpa_reporter/views/SubrecipientsView.vue';
import UserView from '@/arpa_reporter/views/UserView.vue';
import UsersView from '@/arpa_reporter/views/UsersView.vue';
import ValidationView from '@/arpa_reporter/views/ValidationView.vue';
import UploadView from '@/arpa_reporter/views/UploadView.vue';
import UploadsView from '@/arpa_reporter/views/UploadsView.vue';
import store from '@/arpa_reporter/store';
Expand Down Expand Up @@ -97,12 +96,6 @@ const routes = [
component: UserView,
meta: { requiresLogin: true },
},
{
path: '/validation',
name: 'Validation',
component: ValidationView,
meta: { requiresLogin: true },
},
];

const router = createRouter({
Expand Down
32 changes: 0 additions & 32 deletions packages/client/src/arpa_reporter/views/ValidationView.spec.js

This file was deleted.

277 changes: 0 additions & 277 deletions packages/client/src/arpa_reporter/views/ValidationView.vue

This file was deleted.

Loading