Skip to content

SAMAHAN-Systems-Development/Automated-Crowd-Monitoring-System-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated-Crowd-Monitoring-System-Frontend

REQUIREMENTS

  • _config_SheetsTesting.js

INSTRUCTIONS FOR CONFIG FILE

  1. Create configurations directory inside assets directory

    config

  2. Download and paste the config file inside the configurations directory

    Config file

OR

  1. Create _config_SheetsTesting.js file inside the configurations directory

  2. Paste this code inside _config_SheetsTesting.js

    const configuration = {
    ID_LENGTH: 10, // THE LENGTH OF NANO ID
    SPREADSHEET_ID: "1faXrVd9NiO8TX-uxm6EalPeJ-1HrtXyjvxgiKaIU3pg", // FOUND IN LINK
    SHEET_NAME: "Registration", // NAME OF THE SHEET
    STARTING_ROW: 2, // THE CELL THAT CONTAINS THE FIRST VALUE ASIDE FROM HEADER
    HEADER_ROW: 0, // THE ROW THAT CONTAINS ALL THE HEADER NAMES
    
    ID_HEADER_NAME: "GENERATED ID", // THE HEADER NAME OF ID
    ID_COLUMN: "E", // THE COLUMN THAT CONTAINS ALL THE GENERATED ID
    
    EMAIL_HEADER_NAME: "EMAIL", // THE HEADER NAME OF EMAIL
    EMAIL_COLUMN: "D", // THE COLUMN THAT CONTAINS ALL THE EMAILS
    
    ENTERED_HEADER_NAME: "ENTERED",
    ENTERED_COLUMN: "F",
    
    SENT_HEADER_NAME: "EMAIL SENT", 
    SENT_COLUMN: "G",
    
    // FOR LOG
    LOG_SHEET_NAME: "Log"
    };
    
    export default configuration;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors