ADVERTISEMENT

SafeDavao QR registration reopens Wednesday

Published Nov 9, 2020 05:44 pm

DAVAO CITY – The local government is set to reopen the registration of the “Safe Davao QR” (DQR) system on Wednesday, November 11, a week after thousands of registrants flooded the website causing it to crash.

Duterte said, during her interview over Davao City Disaster Radio (DCDR 87.5) on Monday, November 9, that the resumption would be exclusive only for business establishments here.

She said the local government would make a separate announcement when the registration for individuals would reopen.

She said separate registration links would be provided for business establishments and individuals to avoid another website crash.

The previous DQR system website https://safedavaoqr.davaoct.com was taken down three days before the supposed mandatory enforcement last November 7.

The registration link for establishments would be released on Wednesday, she said.

Mandatory enforcement of the DQR system has been reset to November 23 from November 5 to give Dabawenyos more time to secure their personal DQR codes.

“We split the registration for DQR code of establishments and our individuals. The link for individuals will be separate from the link for establishments. We will first put up the one for establishments by Wednesday. The establishment can register by Wednesday, and then will announce the date for the individuals,” she said.

Around 360,000 business establishments and individuals were able to register starting October 31, until the website crashed four days after, according to Duterte.

She said those who have been registered in the system will no longer have to register anew for another DQR code.

The “Safe Davao QR” system, which is being made available to residents, non-residents, and establishments, including all private and government offices, was launched to hasten the contact-tracing system, and prohibit non-essential movement of the people within the city in an effort to curb the spread of the coronavirus disease (COVID-19) infection, according to her.

Duterte said the city would also release a list of establishments and offices that will be required to participate in the system.

“We will release a general list of establishments if they need to scan or not, and then we will have the doctors check it because what we are tracing are the close contacts – F1, F2, F3," she said.

Persons classified as F1 would pertain to close contacts of the confirmed COVID-19 positive, F2 close contacts of F1s, and F3 close contacts of F2s, she said.

She said the department heads of the City Hall of Davao have been instructed to prepare scanners for their respective offices.

Business establishments could use their mobile phones to scan their DQR codes, she said.

To register, through the link, the people must provide a clear photo of your entire face, facing the camera; a clear photo of their valid ID or birth certificate (a list of valid IDs is provided below); a clear photo of their face beside the valid ID or birth certificate; a valid mobile phone number; and a valid email address.

The list of valid IDs are Social Security System / Government Service Insurance System, Unified Multi-Purpose Identification Card; Land Transportation Office Driver’s License (student permit may be accepted if in card format); Professional Regulatory Commission ID; Overseas Workers Welfare Administration / Integrated; Department of Labor and Employment (iDOLE) card;  Commission on Elections Voter's ID or Voter's Certification from the Election Officer with Dry Seal; Philippine National Police (PNP) Firearms License; Senior Citizen ID; Airman License (issued August 2016 onwards); Philippine Postal ID (issued November 2016 onwards); School ID; Passport; and In the absence of a valid ID, PSA copy of a birth certificate.

The local government said city residents who do not have valid IDs or birth certificates may apply for their DQR at the nearest police station, while non-Davao City residents who do not have valid IDs or birth certificates must first get these requirements before they can register for a DQR. It said employers should assist all their workers who do not know how to go online or do not own a smartphone.

As of November 8, the Department of Health-Davao Region reported a total of 6,487 cases with 1,885 active, 4,372 recoveries, and 230 deaths.

Of this total, the DOH-Davao reported that 4,476 were reported in Davao City, 344 in Davao de Oro, 692 in Davao del Norte, 488 in Davao del Sur, 107 in Davao Occidental, and 380 in Davao Oriental.

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.