Review of "GNOME Task" version 0.1.0 (1)

Details Page Preview

Local-first task management from the GNOME top bar. Create, complete and edit tasks without leaving the panel, and sort them into coloured groups you can fold away and reorder by dragging. Everything is stored on your machine as plain JSON; no account, no server, no network access.

Extension Homepage
https://github.com/monchi789/gnome-task

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-A-004 warning

extension files should not contain excessive ungated console logging

File contains 6 ungated console.log/warn/error calls (threshold: 5).

No excessive logging

  • extension.js:119
    console.error(`GNOME Task: final save failed: ${String(error)}`)
  • extension.js:153
    console.error(`GNOME Task: could not save tasks: ${String(error)}`)
  • extension.js:204
            console.error(
              `GNOME Task: ${this.path} is unreadable (${error.message}). Moved it to ${kept} and started with an empty list.`
            )
  • extension.js:254
    console.error(`GNOME Task: could not quarantine the damaged file: ${String(error)}`)
  • extension.js:1328
    console.error(`GNOME Task: could not load stored tasks: ${String(error)}`)
  • extension.js:198
    console.warn(`GNOME Task: dropped ${skipped} unreadable record(s)`)

All Versions

Version Status
0.1.0 (1) Unreviewed