Giter Site home page Giter Site logo

murmurationsnetwork / murmurationstools Goto Github PK

View Code? Open in Web Editor NEW
1.0 5.0 0.0 824 KB

Profile generation, management and search tools for Murmurations

Home Page: https://tools.murmurations.network

License: GNU General Public License v3.0

JavaScript 97.38% CSS 0.91% TypeScript 1.72%

murmurationstools's Introduction

Murmurations Tools

This project is licensed under the terms of the GNU General Public License v3.0

Development

# Install dependencies
npm install

# Install the hooks for husky
npm run prepare

# Don't forget to set your environment variables in the .env file!
npm run dev

Open up http://localhost:3000 and you should be ready to go!

Enabling IPFS

Profiles created in Tools can also be saved to IPFS as well as to your Mongo database. You will need access to an IPFS server and will have to set the credentials in your environment variables file.

You can enable IPFS functionality by changing the configuration in the app/utils/settings.js file:

export const settings = {
    ipfsEnabled: true
};

Then save the file and restart/redeploy the app. To disable IPFS, set ipfsEnabled back to false and restart/redeploy again.

Try it out

https://test-tools.murmurations.network

murmurationstools's People

Contributors

vthwang avatar geoffturk avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar Kostas Georgiou avatar  avatar

murmurationstools's Issues

Handle Murm Services maintenance

Show an "under maintenance" page if Murm Services is returning a maintenance message:

{
  "message": "The service is currently under maintenance. Please try again later."
}

Also, note the failed loading of the stats script during the production cluster migration:

image

Create CSV import feature

  • Login is necessary if user wants to import CSV
  • Select schema
  • Upload file => call /validate => create batch ID in DB => call POST /batch
  • Get user batches
  • Edit batch
  • Delete batch

Array parsing is incorrect

To Do:

  • Array remove buttons only remove last item in array
  • Don't require non-required field (test_schema-v2.3.10 & 2.3.11)
  • Hide empty objects
    • Remove empty objects at root/all levels
  • Check connections.json
    • Number inputs must take decimals
  • Handle/embed default settings (owp_goods_to_lend-v0.0.1)
  • Handle test_schema-2.3.1 (object does not render inside object)
  • 2.3.13 is breaking

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.