Git Product home page Git Product logo

Comments (5)

ariadnimac avatar ariadnimac commented on August 11, 2024 1

At the settings section there could be a "create custom keyboard" button and the standard keyboard appears what it is clicked. The user can color and put the tiles in different positions as he/ she wants to. And when they return home the keyboard has changed. However I' m not sure if backend would be needed for that.

from freespeech.

fatfingers23 avatar fatfingers23 commented on August 11, 2024 1

That is the current idea for now. We have where you can have one custom keyboard. But want to have multiple ones so users can try out different things without losing their previous keyboards. Right now we just store the one locally. Once we add a backend we'll connect it to that. We want to have a community place where people can post keyboards and share them with one another eventually.

from freespeech.

MatthewSH avatar MatthewSH commented on August 11, 2024

I think this would be blocked by #50, would it not? I feel like at some point we'd be growing too large for localstorage and should just have that backend.

from freespeech.

fatfingers23 avatar fatfingers23 commented on August 11, 2024

I don't think so. I mean yes and no. I'm seeing the smallest limit of local storage size is 5-10mb. Keyboard object is coming in under 20kb. I don't know if caching plays into that limit of size or not. I think maybe having 3 custom keyboards to start off is good till we get a backend.

from freespeech.

klues avatar klues commented on August 11, 2024

Regarding local storage you can use IndexedDB which offers nearly unlimited storage. I'm using it for our AAC project AsTeRICS Grid, with PouchDB, which makes IndexedDB access easier. I'm storing everything there (also images) - no problem. PouchDB also can be easily synced with CouchDB running on a remote server.
See the implementation of my storage logic here: https://github.com/asterics/AsTeRICS-Grid/tree/master/src/js/service/data

from freespeech.

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.