Giter VIP home page Giter VIP logo

website's Issues

Implementing IPFS to save DAO logo

We are having a custom logo for each DAO, so we may want to save that on IPFS.

This would also need some kind of mapping from our side: DAO (address) <-> IPFS path

Join DAO button

A transaction will be sent to our server, once it has received 1 confirmation we will mint a token to the sender address. Who will become a member of the DAO.

I'm taking care of this one.

FB DAOs template

I think that for the sake of the MVP, we can stick to a membership template where we would just need to mint a token to onboard these users.

Open to suggestions, we may change this after the MVP.

Linking entities: FB Group Id <-> DAO (address) <-> FB User Id

We are going to stick to the 1 DAO per FB Group model.

  • We need to have a way to determine whether '0x....' address belongs to which FB Group.
  • We also need to check the members of the DAO which is easily accessible with Connect, but rather than just knowing the addresses, having a link between a certain person's address & their FB Id.

This can be either done by using a DB on IPFS: https://github.com/orbitdb/orbit-db or by having a contract with key-value pairs with this information.

FB Group Id <-> DAO (address) <-> FB User Id

Balance hook on the Card component

This component has a 'balance' useState hook which is passed through the Context to the Step3View, but sometimes the value of 'balance' is empty when you click 'Create DAO' button which is also on the Step3View.

Expected behavior: Click 'Create DAO' and check that value of the 'balance' hook is greater than 0.

Current behavior: the same thing as above, but sometimes comparison fails because the 'balance' value is empty.

Joining an existing DAO

If we are using membership template, we may want to mint a token when a specific condition is met (FB user is a member of the FB group that's linked to a specific DAO)

Translate addresses to FB names on DaoView pages

Ideally we would just gather all the info with @aragon/connect and save it into a list, and query the database to replace every address with its respective FB name. (It is saved on the database with an upsert as soon as the user logs-in with Tor.us)

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.