Git Product home page Git Product logo

subsocial's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

subsocial's Issues

Create a Review pallet + UI

Any account should be able to review any other space on Subsocial.
We can reuse Posts with a new extension: Review

Software Desing

pub struct AccountInSpace {
    account: AccountId,
    space: Option<SpaceId>
}

pub enum PostExtension {
    // ... all prev. variants here
    SpaceReview(/* Recipient */ AccountInSpace)
}

decl_storage! {
    pub ReviewIdsByReviewer: double_map (AccountId, Option<SpaceId>) => Vec<PostId>;
    pub ReviewIdsByAccountRecipient: map AccountId => Vec<PostId>;
    pub ReviewIdsBySpaceRecipient: map SpaceId => Vec<PostId>;
}

Prehistory:

Jack Platts (W3F):

image
image
image

Scanning QR code obtains more than just the address

When I go to sub.id, connect a wallet, choose a token and click the QR code icon, it displays the QR code and the associated address to to send tokens to. But when I scan the QR code from an app (i.e. let's say i want to Withdraw tokens from an exchange) it doesn't just scan the address, it also scans a prefix like //sub.id/ followed by the address, like //sub.id/<ADDRESS>. So then I manually have to edit the value that gets populated in the input field of that exchange to remove the //sub.id/ prefix so I just have the address I need to send the tokens to.
This has happened a couple of times using Kraken and Kucoin.

overly glitchy screen when typing out a post

its maybe not a big deal to others, but the glitches were enough for me to say ok enough is enough, i'm trying to think and look at what I'm typing and its flying all over the screen. I'm using a firefox browser on a linux, and i just did an experimental post and as i typed the input screen was glitching everywhere, no idea how to fix it but i thought i would submit it as an observation, great job everybody:)

Centrifuge: Incorrect displaying of token amount

Good evening
This is Centrifuge Ambassador. I noticed that sub.id shows incorrect information about tokens amount.
Please note that after migration from stand-alone chain to Polkadot our old chain was switched off.
Feel free to contact for additional info.
Thank you in advance for the fast fix.
Best regards, Centrifuge.

RSS Feed Support?

I follow a few writers on Subsocial, but I enjoy reading content on my RSS reader, so I am wondering if Subsocial has any plan on RSS feed.

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.