Skip to content

Commit

Permalink
Merge pull request #286 from GSA/gsa/production-release
Browse files Browse the repository at this point in the history
Spell out FOUO (#284)
  • Loading branch information
john-labbate authored Aug 1, 2024
2 parents 4513556 + bb76b3f commit 232e477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion front-end/src/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const OK_TEXT = "Transaction can proceed.";
const WARN_TEXT =
"This contractor has indicated in SAM.gov that it provides or uses prohibited equipment. Please follow your agency’s procedures.";
const NO_RESULT_MESSAGE = `
Only entities doing business above the Micro-Purchase Threshold (MPT) are required to register in SAM.gov. Contracts that are classified/FOUO or contractors that do not wish for their information to be publicly available will not show up in search results.
Only entities doing business above the Micro-Purchase Threshold (MPT) are required to register in SAM.gov. Contracts classified as For Official Use Only (FOUO) or contractors who do not wish for their information to be publicly available will not appear in search results.
<br/><br /><b>Please Note:</b> If an entity representation is not available, cardholders may still be permitted to purchase from a listed entity. However, the cardholder would be responsible for documenting compliance with Section 889 in accordance with any applicable agency requirements.`;
const API_ERROR_MESSAGE =
"Sorry, we weren't able to connect to SAM.gov. Please try again later.";
Expand Down
6 changes: 1 addition & 5 deletions front-end/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { useSearchStore } from "@/stores/search";
import SearchInput from "../components/SearchInput.vue";
import GSAHeader from "../components/GSAHeader.vue";
import Alert from "../components/Alert.vue";
// reset input when coming back to homepage
const store = useSearchStore();
Expand All @@ -23,7 +22,6 @@ onMounted(() => {
<main id="main-content">
<div class="grid-container">
<div class="padding-top-8">
<Alert heading="Search Issues">We are having technical issues that may cause search errors on the 889 tool. The GSA technical team is working to solve the issue. Thank you for your patience.</Alert>
<h2 class="font-sans-lg margin-bottom-1">
Check to see if an entity has a section 889 representation in
SAM.gov
Expand All @@ -41,9 +39,7 @@ onMounted(() => {
This tool only checks for Section 889 representations in an
entity’s SAM.gov record. Only entities doing business above the
Micro-Purchase Threshold (MPT) are required to register in
SAM.gov. Contracts that are classified/FOUO or contractors that do
not wish for their information to be publicly available will not
show up in search results.
SAM.gov. Contracts classified as For Official Use Only (FOUO) or contractors who do not wish for their information to be publicly available will not appear in search results.
</p>

<p>
Expand Down

0 comments on commit 232e477

Please sign in to comment.