Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My personal tasks for TaskLite #18

Open
ad-si opened this issue Jun 12, 2020 · 0 comments
Open

My personal tasks for TaskLite #18

ad-si opened this issue Jun 12, 2020 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ad-si
Copy link
Owner

ad-si commented Jun 12, 2020

Here is a list of all my personal tasks for TaskLite sorted by priority:

  • (24wj) Fix command "duplicate" for closed tasks +bug
  • (z8kj) Fix tagging several issues where a task already has the tag +bug
  • (40gs) Use state:open per default for the tl get command
  • (kt11) Add command modified to list recently modified tasks
  • (tkwh) Don't edit a task if nothing changed +bug
  • (ew9j) Fix incorrect git commit hash in help output +bug
  • (01b0) Fix line breaks in notes +bug
  • (snnt) Ensure that a task can only be repeating or recurring +bug
  • (57a5) Fix date in info view when note ulid starts with 0s +bug
  • (vjjz) Set correct timestamp when adding a note via the "edit"command +bug
  • (2dmp) Add flag to only get ulids of command
  • (4wwe) Add system for hooks
  • (zb2t) Move changes to views and triggers into migrations code
  • (6j68) Use purebred-email instead of hsemail
  • (c63k) Add command "generate" to generate an example database with x entries
  • (987w) Order tasks with same priority ascending by due date
  • (1k4k) Show number of additional tasks in truncated views
  • (qkd6) Let all commands only accept one id per default and add *all commands for several ids
  • (mrq0) Allow list of strings for notes during edit
  • (8rgp) Add command to send task via email +feature
  • (5nnq) Let user fix invalid YAML files after editing a task
  • (hyyg) Add a burndown chart view
  • (fz7q) Add a calendar view
  • (s2xv) Implement SQLite to JSON module and use in TaskLite
  • (ya1t) Read https://unterwaditzer.net/2016/sync-algorithm.html +read
  • (2tr8) Adapt query for several tasks instead of running the query several times +performance
  • (2z3y) Only use short ULIDs for open tasks
  • (3abn) Add history view
  • (d5h7) Show calculation steps for priority in info view
  • (wsa6) Support descriptions for tags
  • (3emb) Add command to mark a task as a duplicate of another task
  • (jbzd) Outsource tagsViewQueryand helper functions into a package
  • (g4p3) Maybe use https://github.com/pmarsceill/just-the-docs for documentation
  • (xqym) Check if Tasklite can be conntected to https://radicle.xyz
  • (d861) Add tl uninstall command
  • (5tjv) Add tl infos command to print infos about the installation
  • (s993) Add support for checklists
  • (mpky) Let users specify aliases in the config file
  • (0tvd) Mention https://github.com/coleifer/sqlite-web in documentation
  • (m3vf) Evaluate pgloader.io + postgrest.org as backend
  • (exb2) Add command to import another TaskLite database
  • (axqa) Create uldb package as file based backend
  • (80gg) Add access rights management table
  • (g75a) Add public = NULL, read, write field to tasks
  • (adyg) Add ssh based storage backend
  • (p3vz) Support read-only tasks for syncing with providers like GitHub. Open original page on tl do.
  • (3e8x) Print warning when a new tag is entered
  • (rm86) Create new open task when already closed task is set to repeat
  • (3zk8) Usage based pricing: 0.002 € / action, max 0.2 € / day, 2000 initial actions
  • (4m5q) Create a browser plugin
  • (y0fr) Push latest image to Docker Hub during CI
  • (9w8b) Check out https://paddle.com as payments provider
  • (cyq6) Add support for data types like int, string, enum, … for metadata
  • (kbv0) Timeline view a la taskbook
  • (5gy3) Check out https://saasbox.net
  • (jqj7) Add flag to do a dry run
  • (1hpk) Add upsert command to update task if exists during import
  • (1jcn) Use ULID type instead of Text for Notes
  • (d9s5) Support editing tags and notes
  • (afzt) Figure out if it can handle ULID collisions
  • (jm3p) Add a import_utc field
  • (rh76) Add command to edit notes
  • (cwkq) Add a "stuck" command to show projects with no recent progress
  • (fq86) Change width of output for dashboards
  • (xf6v) Rename state to final_state or terminal_state +db
  • (hkec) Also show all TODOs, FIXMEs, … when run in a git repository
  • (fyxd) Display if task is overdue in info view
  • (54zx) Add documentation for "constraints" as a better version of "contexts"
  • (b3x2) Think about supporting tagged connections between tasks, and not just blocked tasks (e.g. duplicate, related, successor, …) +db
  • (9gap) Add support for encrypted tasks
  • (dp2h) Add an archive functionality to remove old tasks from database
  • (m8td) Use monochrome illustrations from drawkit.io/free for landing page
  • (sqwg) Model documentation based on awareness ladder
  • (58xj) Return a Result and putDoc to stdout / stderr accordingly
  • (pyav) Add Joplin to section of related tools https://joplinapp.org
  • (1zn1) https://github.com/MichaelMure/git-bug +related
  • (e1d6) Show tertiary state in info view
  • (a3q3) Use https://hackage.haskell.org/package/taskwarrior for importing Taskwarrior tasks
  • (2gv4) Add support for subcommand "metadata" as described in https://tasklite.org/usage/cli.html#metadata
  • (8vr1) Show UTC time offset in header
  • (90y2) Don't show priority in listings of closed tasks
  • (15t8) Add command to check if URLs still resolve
  • (d8sc) https://github.com/kitplummer/clikan +related
  • (gzc4) Check out https://gumroad.com as an option to sell TaskLite +money
  • (4f9v) Enable deleting tags via the "edit" command
  • (0kz1) Support editing notes
  • (z6ag) Show comments and human readable versions of fields in edit view
  • (bjds) Rename "notes" to "comments" and introduce the "tasknote"
  • (7wdf) Add field to overwrite creation_utc (to allow dates before 1970)
  • (f3ph) Display next review date in confirmation message for "reviewin" command
  • (yjda) Display more human readable text for duration in info view
  • (ww1m) Add config flag to define minimum number of tasks in project
  • (bvbq) Add option to hide / shorten URLs through terminal hyperlinks as described in https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
  • (nhvc) Add subcommand "verify" to check if all database fields are set correctly
  • (jsme) Reduce priority if task is not yet ready
  • (23bx) Reduce priority if task is waiting
  • (yr07) Show priority adjustment in info view
  • (9843) Set waiting_utc if "review" is called on a task which isn't waiting yet
  • (7eek) Nodewood - Javascript SaaS Starter Kit https://nodewood.com +saas
  • (w23p) Abort on version mismatch between client and database
  • (5z5s) Add command "unreview"
  • (v3v9) SuperPay - Effortless one-time and recurring payments https://superpayit.com +money +payments +saas
  • (atb4) sjl/t - CLI todo list manager for people that want to finish tasks, not organize them https://github.com/sjl/t +competitor
  • (y62c) Add option to edit imported task in editor before saving it
  • (etc8) Evaluate https://github.com/bradleyboy/tuql as API provider
This was referenced Jun 13, 2020
@ad-si ad-si added good first issue Good for newcomers help wanted Extra attention is needed labels Jun 14, 2020
@ad-si ad-si changed the title ZuriHac 2020 Dump of my personal tasks for TaskLite Jul 24, 2023
@ad-si ad-si pinned this issue Mar 14, 2024
@ad-si ad-si unpinned this issue Apr 13, 2024
@ad-si ad-si pinned this issue May 18, 2024
@ad-si ad-si changed the title Dump of my personal tasks for TaskLite My personal tasks for TaskLite May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant