Giter Club home page Giter Club logo

gallery's People

Contributors

b-ez avatar benny-conn avatar connorrothschild avatar dependabot[bot] avatar evgenyboxer avatar fbrcsftnr avatar holic avatar jackiehluo avatar jakzaizzat avatar jarrel-b avatar ka17068 avatar kaitoo1 avatar mikeydub avatar milesj avatar motzko avatar radazen avatar robinnnnn avatar rohan-cp avatar souravinsights avatar stsveig avatar tbezman avatar

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  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

gallery's Issues

Gallery preview link on twitter, facebook, etc. (og tags)

check out react-snapshot

right now the crawlers can't load dynamic JS (twitter/facebook/google/etc), so the title/preview image/etc. would have to sent off the bat via server. this is the benefit of server-side rendering... and one of the things we lose out on by moving off of nextjs ๐Ÿ˜ฌ

there are ways to pre-render the app for crawlers to hit, which we'd have to configure.

in terms of the images themselves, the server would need to create and save a "preview image" whenever someone creates/edits their collection, which @ivan_nyc should be able to do because he's a master of image editing. the image will be stored at some URL, like assets.gallery.com/collectionID, and whenever the user shares their gallery link it'll pull an image from that assets domain (and use a fallback if none exist)

Lightweight wireframe

Draw out the flow of the website so dev can visualize what the pages and flows look like.

Integrate wallet(s)

Allow user to connect with a wallet. initial scope can be limited to support for 1 wallet as proof of concept.

Make all NFTs with animation looping GIFs on profile page

We're currently using image_preview_url on the Gallery profile page so the page loads quickly.

Some animated NFTs still animate because the file is a .gif, but others are just static images.

How can we make sure all animated NFTs are animated and looping?

Create Auth Context

Support multiple users owning the same NFT

NFTs can belong to multiple users, but it looks like it can't in our system currently. Each NFT entry is unique by id and has only one associated user_id. So we have a situation for example where an nft is actually owned by five of our users, but the owner_id in our db is whoever set up/edited their gallery most recently or first(?).

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.