GithubHelp home page GithubHelp logo

hypertask's People

Contributors

freddieridell avatar

Watchers

 avatar  avatar

hypertask's Issues

draw tasks from external sources

What could these other sources be? JIRA? Contact's Birthdays? Calenders? How would they be sourced? how would updates be synced? What would we do with extra data that hypertask can't handle?

hyperpin

make a cli similar to hypertask, that stores a simple list of links, probably with tags, and a read status: unread, archived, read

add `soon` time shortcut

that looks at the current task "pressure" (a metric I'll have to calculate) and sets it into the future based on that.

add `snooze` to hypertask

Add a new snooze prop, and a shortcut command to hypertask-cli.

This will act just like wait, and allow you to hide a task for a short ammount of time because it is impossible to do right now

Re-investigate making commands the replication medium

Years ago, the core idea of this project was to replicate commands as a CRDT add only set. I've since abandoned that idea, as I was finding it to difficult to efficiently rebuild the current most up-to-date state when new commands arrived from external sources.

The reified nature of Commands still makes them a good candidate for this style of replication, so later on down the line I could pick up this idea again.

However, I want to ship version 1.0 before I pick this back up, as it's more important in the mid-term to have a mobile client than to have a cool replication model

generalize arg parsing

Break hypertask-cli's arg parsing out into a seperate module, and implement it into hyperpin-cli

Introduce a concept of `presure`

based on the number of tasks over a ceartain score today, and how many there will be tomorow.

can be used for calculating things like #5 and for telling the user how many tasks they aught to complete each day.

Don't try to include recuring tasks, just take it as it is

make deleted items stay deleted

this is most obvious in pin, but also seems to be visible in task, I thinks it's because some feeds still have the data, and the conflict resolver is still bringing them through. Perhaps I should move this logic to the reducer? can I remember why it's currently not?

add filter param to objAll()

add an optional filter param to objAll generator, so we can filter at a more base level, rather than having to re-implement each time

add `free.$x` time shortcut

scans through the tasks and finds the next $x that has no tasks due that $x

  • due:free.h
  • due:free.d
  • due:free.w
  • due:free.m

clean up files and folders

  • delete any un-used main, or index files
  • remove any packages that aren't in use
  • remove any duplicate files
  • break out any duplicated code

create `hyper-gql-server`

to allow one process to stay up, seeding permenantly, with an ephemeral client connecting in to query it.

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.