Code Monkey home page Code Monkey logo

Comments (2)

drdreo avatar drdreo commented on July 4, 2024

Serve images over external CDN. Faster and no need for rebundling / redeploying.
Also make image requests easier. It's a key part of the stories. Probably don't manually validate the image, but let users validate(vote) it. Else a path submission would be stuck until you've validated the users image request.

from collabopath.

nikita-skobov avatar nikita-skobov commented on July 4, 2024

So the images are served over a CDN, along with the js files, html, css, etc. The js bundles have the names of the images that the user is allowed to see. So image1.jpg, image2.jpg, etc. And when the component gets rendered, it simply sets image1.jpg as the image src, and the users browser loads the image over cloudfront. The bundle just tells the user which images they are allowed to use when creating a path object.

Also requesting additional images isn't integrated with the site because there's no way I'd be able to monitor every users image submission, and I want to avoid offensive content on the site. However, the path submissions don't get manually validated, they simply start a timer, and once the timer ends the one with the most votes wins. The image validation that I was referring to is via patreon. if a user wants to submit their own images to the site they become a patron, and then make a post on patreon with an image that they want added. and i verify that image before adding it to the site. Maybe in the future this will change, but for now I wanted to do it this way to prevent offensive images from being uploaded.

from collabopath.

Related Issues (20)

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.