GithubHelp home page GithubHelp logo

tascana-web's Introduction

Welcome to Tascana!

Tascana is a todo app helping you achieve big goals in a calm way.

The key idea of Tascana is to shift the mindset of short term tasks (most of the current todo apps) to long term goals.ย 

  • Allow users to define yearly goals

  • Allow users to define monthly goals connected to their yearly goals

  • Allow users to define daily tasks connected to their monthly goals

  • Split days in 3 parts: morning, afternoon, evening

Test it live

Our stable deployment runs on https://tascana.com

WIP build runs on https://dev.tascana.com

Contribute

Check current Issues, Project plans

start

npm run start

build

npm run build

db task structure

{
  id: "0000000000",
  background: "linear-gradient(to bottom, #e2e2e2, #bbb)",
  progress: 0,
  parents: "0000000000,0000000001,0000000002",
  children: "0000000003,0000000004",
  position: 0,
  type: "DAY"|"MONTH"|"YEAR"
  subtype?: "MORNING"|"AFTERNOON"|"EVENING",
  text: "Just do it!",
  createdAt: 1581844989771,
  updatedAt?: 1581844989771,
  userId:"GhJmgbU5qpc0LZsoRzps1SHFJiG3" 
}

redux task structure

{
  id: "0000000000",
  background: "linear-gradient(to bottom, #e2e2e2, #bbb)",
  progress: 0,
  parents: [{ id: "0000000001", ... }, ...],
  children: [{ id: "0000000001", ... }, ...],
  position: 0,
  type: "DAY"|"MONTH"|"YEAR"
  subtype?: "MORNING"|"AFTERNOON"|"EVENING",
  text: "Just do it!",
  year: 2020,
  month?: 2,
  day?: 20,
  userId:"GhJmgbU5qpc0LZsoRzps1SHFJiG3" 
}

Before pushing

License

https://tldrlegal.com/license/simple-non-code-license-(sncl)#fulltext

tascana-web's People

Contributors

ifilipis avatar macfire10 avatar shashkovdanil avatar

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.