Giter Club home page Giter Club logo

scatola's People

Contributors

nya1 avatar

Watchers

 avatar  avatar

scatola's Issues

fix: on context tab switch reset collapsed row

Describe the bug
The collapsed row remains expanded also on context switch

To Reproduce
Steps to reproduce the behavior:

  1. Expand a row by clicking on it
  2. Switch context by clicking on the context tab

Expected behavior
The row automatically collapses when the context is switched

feat: add contexts

UI

Allow to switch between contexts and create new contexts with a tab-like UI

Backend

  • add new context concept similar to taskwarrior, input:
    • name: user friendly name of the context
    • tags: tags to apply during filtering and new tasks creation

feat: import tasks from todo.txt folder/files

Add functionality to select a folder and import all todo.txt tasks.

  1. Import button for todo.txt
  2. load all files that look like compatible with todo.txt format
  3. "parse" and create our own tasks (database)

feat: create empty sqlite file if env flag is specified

at the moment if you start scatola with a DATABASE_URL that points to a non-existent file prisma will throw the following error

Error: P1013: The provided database string is invalid. Error parsing connection string

we should create an empty sqlite file if the DATABASE_URL is defined and CREATE_EMPTY_DATABASE is true, for example with sqlite3 this can be accomplished with sqlite3 file.db "VACUUM;"

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.