Skip to content

No frills UI for reading and writing to Sepana engines

Notifications You must be signed in to change notification settings

xicrypto/sepanana

 
 

Repository files navigation

Sepanana

Chill UI for interacting with a Sepana engine. Not for mobile.

image

Usage

  1. Paste a Sepana API key into the API Key input. Clicking "Save" will store the key in your browser (localstorage), allowing the app to remember the key after refreshing the page. Click "Saved" to clear a stored key.
  2. All engines that this API key has permission to use will be loaded. Select an engine to use from the dropdown menu.
  3. Interacting with an engine:
    • Search by any property found in records in that engine. (This may be broken if not all records are uniform)
    • Edit a record. (When editing a record, the app will ensure a changed value matches the type of any existing value)
    • Delete a record.
  4. Any update to a Sepana engine will create a Job. Track the status of Jobs (for the selected engine) in the top right.

Dev

To run the development server:

yarn install

yarn dev

Open http://localhost:3000 with your browser to see the result.

About

No frills UI for reading and writing to Sepana engines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.7%
  • CSS 1.9%
  • Other 0.4%