Project Handover
Student Verification Portal
System Operations & Deployment Protocol
Client: Damnlabel
Agency: Scriptologix Solutions
Build: v1.0.0-PROD
Date: 25 July 2026
01 // Architecture
Automated Verification Pipeline
The Uniflow engine provides a secure, autonomous pipeline for verifying student identities and issuing protected discount codes. The system operates via two strict authentication channels.
| Institutional Email | Users authenticating with valid .edu or .ac.in domains receive an instantaneous, 15-minute secure authorization link. |
| Document AI | Users uploading physical ID cards are evaluated by the integrated Google Vision AI. Documents scoring above the algorithmic threshold are automatically approved. |
| Data Purge | To ensure strict privacy compliance, all uploaded image assets are permanently and irreversibly destroyed immediately following verification or rejection. |
02 // Operations
Administrative Controls
System management is executed entirely within the Shopify Admin. Navigate to Apps > uniflow to access the central control panel.
Queue Management
Documents flagged by the OCR engine (due to blur, glare, or low legibility) require manual authorization.
- Pending documents are displayed alongside the AI's confidence score and extraction data.
- Executing an Approve command instantly tags the customer profile and generates their access code.
- Executing a Reject command denies access and triggers an immediate secure file deletion.
Discount Parameters
Pricing and access rules are configured via the Settings module.
- Define the exact percentage value of the discount tier.
- Restrict the discount validity to specific product IDs or catalog collections.
- Toggle the Auto-Pricing interface to render live price reductions natively on the storefront, bypassing manual code entry.
03 // Storefront
Theme Activation
The verification modal operates as a headless block. It must be explicitly activated within your active theme architecture to become visible to consumers.
- Navigate to Online Store > Themes in the Shopify Admin.
- Select Customize on the live production theme.
- Access the App embeds panel via the far-left vertical sidebar.
- Locate the Student Verification UI block and toggle the state to ON.
- Save the theme configuration.
04 // Frontend
Widget Operation Guide
Once activated in your theme, the frontend widget functions as a frictionless overlay. It requires zero page reloads and inherits its dark-mode aesthetic seamlessly.
Triggering the Modal
To summon the verification interface from any standard button, image, or navigation menu link on your storefront, you must assign the target URL/href precisely as:
#student-verificationRecommended placements for this trigger link include the primary utility header, footer navigation, or directly within your slide-out cart drawer.
Customer User Experience
- Interaction: The user clicks the designated link, instantly revealing the verification overlay.
- Resolution: Upon successful verification, the modal gracefully unmounts. If Auto-Pricing is enabled in your dashboard settings, all catalog prices will dynamically restructure to reflect their exclusive tier.
- Cooldowns: Users who check out using their student status are automatically presented with a cooldown state upon reopening the widget, preventing subsequent discount farming for the remainder of the 30-day cycle.
05 // Finalize
System Deployment
Review the protocols detailed above. Executing the deployment command below will bind the application to your production store. Shopify will prompt you to grant read/write authorization for customer data and discount management APIs.
Install Application