0.1.0 • Published 2 years ago

historicaldata1 v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

This HistoricalData used for save our historical data history. This historical-data created by vue component

npm Installation

npm i historicaldata

This component contains an Modal and inside modal One Date field with current DATE value and that lable as AS ON DATE. save and cancel buttons are placed in modal footer.

When you click the save button you have to be get the details on "user_id", "session_id" and "as_on_date". you can see the example payload below-

Example payload

dataobj: {
    aaondate : "dd/mm/yyyy"
}
user: {
    userid: {
        userid: "user_name",
        sessionid: "123456789012345678901234567890"
    }
}

Development Setup

# install deps
npm install

# build dist files
npm run build

# serve examples at localhost:8080
npm run dev

# lint & run all tests
npm test

# serve docs at localhost:8080
npm run docs