Code Monkey home page Code Monkey logo

windows-photos-tanstack-solid's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @aikmandean
  • ๐Ÿ‘€ Iโ€™m interested in multiple dispatch and functional programming.
  • ๐ŸŒฑ Iโ€™m currently examining how React Context might slow enterprise software.

windows-photos-tanstack-solid's People

Contributors

aikmandean avatar kitteholic avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

kitteholic

windows-photos-tanstack-solid's Issues

Image to thumbnail

Do you think sending the full image makes the right tradeoffs?

Alternatives:

  1. Producing a thumbnail on demand
  2. Make then save thumbnails at startup on disk
  3. Make then store thumbnails in SQLite

Nested folders

All the images need to be directly stored in /data/all so any images in subdirectories will fail to display.

Optimal steps

  1. Write a SQL query to recover the folder-filename pairs stored in MediaDb.v1.sqlite.
  2. Replace fileName: <file name . ext> by joining its path filePath: <file path . ext>

Array support for filters

Tags are a filter category but only one tag can be filtered for at any time. It's not possible to filter for photos having two tags, "photos of food that is outside."

Poor steps

  1. Send the multi-filters server-side
  2. Use the filter as part of the where clause
  3. Return results so that grouping works after the server filter is applied

Add image middleware system

File type .heic is blocked by the app because it's not supported in any browser. It could be converted .jpg to be seen in all browsers.

Optimal steps

  1. Allow handlers to register for file extensions
  2. Permit all middleware connectors to convert...
    a. on-the-fly
    b. on-startup

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.