Giter Site home page Giter Site logo

tdo's People

Contributors

andrejsimic avatar danijela991 avatar dependabot[bot] avatar ghoofman avatar jacekk avatar jh-maeng avatar majamihajlovic avatar mstijak avatar nebojsa-peric avatar ognjenst avatar sasatatar avatar savage69kr avatar senpl avatar tymarats avatar vladimirk4 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

tdo's Issues

Moving task - Cannot read property 'contains' of null

In current version every move of task(ctrl+->) produce JS error.
version d818e58
log error
DOM.js:75 Uncaught TypeError: Cannot read property 'contains' of null at isSelfOrDescendant (DOM.js:75)

Steps to reproduce:
Incognito
go to http://localhost:8088/
Add board
add 2 task lists
add task
move task with " ctrl + ->" ("Ctrl with arrow right)
Now error is present in console log.

Deleting tasks on touch devices

The only way to delete a task is using the keyboard Delete key. This doesn't work on touch devices.

After implementing drag & drop, we should allow dropping to a trash button.

Controller - url pasting - app not response even for settings

Error is present when app url are pasted into browser.
All tasks inits are not properly initiated in such cases.
Not many error appears in console log.
One of some is:
Uncaught TypeError: tasks is not iterable
at addTrigger (Controller.js:101)
at Object.eval [as selector] (computable.js:47)
at Controller.explore (Controller.js:43)
at Instance.explore (Instance.js:182)
at CxContext.componentWillReceiveProps (Cx.js:153)
at p.updateComponent (react-dom.min.js:13)
at p.receiveComponent (react-dom.min.js:13)
at Object.receiveComponent (react-dom.min.js:14)
at p._updateRenderedComponent (react-dom.min.js:13)
at p._performComponentUpdate (react-dom.min.js:13)

Boolean search [feature request]

It would be nice to have basic AND and OR functionality built into the search bar. For example if I want to look for all tasks that have both @computer and !important I might enter @computer AND !important into the search bar. Or, if I wanted tasks with one or the other (or both), I might enter @computer OR !important. Currently it looks like the search bar only searches for the literal text that's entered into the search query -- if there's a way to do what I'm describing, it's not obvious.

Beautiful app by the way, kudos.

Improve README

[ ] Add more detailed developer guide
[ ] Explain application goals
[ ] License
[ ] CxJS

Subtasks [feature request]

Currently all tasks are main tasks. It is common that tasks got subtasks which allow for fast outline of what is to be done to finish specific task. Especially during planning or collecting information.

I think it should look like:

[ ] main task
   [ ] subtask1
   [ ] subtask2

I know it could be obtained with use of hashtags and css's still simpler general solution would be nice for everyday users.

Board sharing

Users should be able to share their boards with the team.

Users should be able give alternative names to boards.

E.g. My Tasks board might be Marko's Tasks for someone else.

Account linking

There should be an option to link multiple login accounts, e.g. GitHub and Google, to the same account.

Adding new task by keyboard - firebase error (unlogged to firebase)

When user is not logged to firebase:
Adding task by clicking works for me.
But same adding with keyboard shortcut (Insert or o button) produce Firebase error

index.cjs.js:346 Uncaught (in promise) Error: No document to update: projects/tdo-tasks/databases/(default)/documents/boards/e42cxes/tasks/poqqfhv
at new FirestoreError (index.cjs.js:346)
at eval (index.cjs.js:7060)
at W.eval (index.cjs.js:7005)
at Ab (index.js:23)
at W.g.dispatchEvent (index.js:21)
at Re.Ca (index.js:98)
at ye.g.Oa (index.js:86)
at dd (index.js:42)
at ed (index.js:39)
at ad (index.js:37)

Probably store to database is done without initializing firebase store.
https://stackoverflow.com/questions/46676376/error-no-entity-to-update-app-firestore-cloud-function

Collapse

Some tasks may need more information. Collapsing could be used if the tasks is too big. Alternatively, hr or ---- separator could be used by the user to specify the collapsing point.

Question/Feature Request - Possible to Auto-Place Completed Items @ End of List?

Hey there! Awesome project I stumbled across with the upcoming shutdown of Wunderlist. Had a quick question to make sure I'm not missing something - is there any way for completed (checked) items to automatically place themselves at the bottom of the list, out of the primary area of view?

I use and enjoy this feature (as well as the hide/show completed items option) within Wunderlist quite a bit, so want to make sure I'm not missing something. If not, this might not be a bad feature consideration! Thank you!

Desktop app

It would be great to open tdo in a desktop app. The app should sit in the system tray. A global hottkey would summon the app. Perhaps Ctrl + Shift + Enter?

CLI

A CLI tool would speed up creating new tasks.

> tdo "Buy milk" --reminder 2h

The tool should then prompt for the task destination board and list.

(x) CxJS
() Home
() Misc 

Reminders and other instructions

It would be great to be able to set up reminders.

Instead of GUI, a special syntax could be used.

Dentist appointment 
!reminder Friday 2 PM

We could extract instructions from text and present them in a nicer way, e.g. in two days with a clock icon.

Move to Firestore

Firestore is a much better alternative to localStorage and GitHub gists. Using Firestore we get authentication options, real-time updates between boards, offline support and possibility to implemet board sharing.
The downside is that user data is not truly private, but anyone can run their own instance of tdo and Fireststore.

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.