Skip to content

The "SimpleList" Refocus Lens displays a simple list of samples sorted by sample name.

License

Notifications You must be signed in to change notification settings

salesforce/refocus-lens-simplelist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

refocus-lens-simplelist

Note: this repository is infrequently maintained.

SimpleList

A simple list of samples sorted by sample name. By default, it only displays samples with a non-OK status. You can display all samples by adding query param showAll=true to the url.

Setup

  1. Git clone this repo.

  2. Install the Refocus Lens Developer Kit.

     git clone https://github.com/salesforce/refocus-ldk
     cd refocus-ldk
     npm install
    
  3. Copy this lens into your refocus-ldk/Lenses directory.

     cp -r ../refocus-lens-simplelist/SimpleList Lenses/
    
  4. Configure the Refocus LDK.

     npm config set refocus-ldk:lens SimpleList
    
  5. Compile the lens.

     npm run compile
    

Test

Run the Refocus LDK's test script to run all the tests under refocus-ldk/Lenses/SimpleList/test.

npm test

Build

Run the Refocus LDK's build script to generate the lens library (refocus-ldk/dist/SimpleList.zip).

npm run build

Deploy

Use the Refocus UI or API (/v1/lenses) to deploy the lens.

About

The "SimpleList" Refocus Lens displays a simple list of samples sorted by sample name.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published