Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Ideas for v2.2

George Czabania edited this page Feb 10, 2014 · 12 revisions

Copy/Cut/Paste Tasks

https://github.com/CaffeinatedCode/nitro/issues/291

Would need to implement some kind of clipboard system to store tasks in.

Nitro Server API

This could be very useful for helping people to write plugins or syncing Nitro with other task management services.

Write a rest api that allows people to create and edit tasks, lists etc.

Possibly integrate with services like IFTTT.

Or we could just document the current websocket api for people to use?

Network Status Icon

Display an icon to show the current status of the network connection.

  • Offline
  • Online
  • Syncing

Mark Tasks Which Have Not Been Synced

Useful for when you are in offline mode, and want to know which changes haven't been sent to the server.

Could be marked by a small icon to the left of where the date would be.

Recurring and Scheduled Tasks

Like we had in the old 1.x version, but less buggy.

Could also include email and OS notifications.

Attach files to tasks

https://github.com/CaffeinatedCode/nitro/issues/221

We do not want to host files on the server.

So, probably use the Dropbox api to upload files and link to them from there.

This would require the user to connect their Nitro account to their Dropbox account.

Connect Dropbox/Ubuntu 1/Google Drive

This would allow people to keep a backup of their data on another cloud service.

Would use OAuth for authentication.

Auto Darkness

Added in v2.1 by @consindo

At night, night mode is enabled. In the morning, it is turned off.

Similar to the Tweetbot app.