Skip to content

mobilabsolutions/stash-sdk-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

travis-ci.com TypeScript js-standard-style style: styled-components

Stash! SDK Dashboard

Provides a web dashboard for the Stash! SDK.

Features

  • Displays transactions
  • Filter by date, status, payment method and reason
  • Paging, if too many results
  • Display a detailed view of transactions
  • Transaction actions
    • Refund of "authorised" and "captured" Transactions
    • Capture of "pre-authorised" transactions
    • Reverse of "pre-authorised" transactions

Requirements

  • node.js 10+
  • Docker

Development

git clone git@github.com:mobilabsolutions/payment-sdk-dashboard-open
cd payment-sdk-dashboard-open
npm install
npm run dev
open http://localhost:3000/

Testing

npm run test        #all test (lint, type, jest)
npm run lint        #run eslint
npm run typescript  #run type checker
npm run jest        #run all jest test
npm run jest:watch  #run all jest test that are effected by a change

Dependencies

npm run updtr       # checks for outdated dependencies, updates them if tests do not fail

Docker

npm run docker
npm run docker:stop # to stop

Deployment

Run one of the following scripts to create a new Version

npm run version:patch
npm run version:minor
npm run version:major

Environment Keys

  • PORT (default 3000)
  • API_UPSTREAM
  • NODE_ENV (production|development|test) do not change, set by package.json scripts
  • SDK_ENV (production|development)

Built with

Other Components

Folder Structure

Feedback

The Stash! Dashboard is in active development, we welcome your feedback! Please use GitHub Issues or write us at stash@mobilabsolutions.com to report an issue or give a feedback.

About

Dashboard code and documentation for the Stash! SDK

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Languages