Socket
Socket
Sign inDemoInstall

oce-validate

Package Overview
Dependencies
71
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    oce-validate

A react module to handle validation in loosely groups of peers based on REA syntax


Version published
Maintainers
1
Install size
25.0 MB
Created

Readme

Source

Collaborate

Collaborate is a statefull component, part of the OCE suite. It can be installed as any other npm module and imported into your application. It includes:

  • A profile page
  • An agent page for each agent a user has a relationship with feed, members, plans and resources tab
  • A kanban view for each plan

Btw Collaborate is currently a submodule of dashboard, and it depends on a specific valueflows graphql layer to fetch/update data.

Getting Started

npm install collaborate

Basic Example

import Collaborate from 'collaborate'

ReactDOM.render(
  <ApolloProvider client={client}>
      <Router>
        <AppTemplate>
          <Route exact path='/login' component={Login} />
          <Route exact path='/' component={() => (<h1>overview</h1>)} />
          <Route path='/work' component={Work} />
          <Route path='/settings' component={Settings} />
        </AppTemplate>
      </Router>
  </ApolloProvider>,
document.getElementById('root')
)

Running locally

The collaborate app comes together with a demo folder, that includes the app inside a dashboard and handles mainly the login part with the graphql API (TODO: setup a local graphql instance)

git clone https://github.com/opencooperativeecosystem/collaborate.git
cd collaborate
npm install
npm start

Open on your browser localhost:3000

Running the tests

TODO

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Ivan Minutillo - Initial work - Bernini

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc

FAQs

Last updated on 10 Jun 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc