theunraveler / taskwarrior-web

A web interface for the Taskwarrior todo application. Because being a neckbeard is only fun sometimes.
http://theunraveler.github.com/taskwarrior-web
MIT License
526 stars 63 forks source link

Read-only mode #114

Open xab17 opened 6 years ago

xab17 commented 6 years ago

Hello,

it would be nice to have a read-only mode just to publish not to modify.

Thank you.

Zebradil commented 6 years ago

Could you explain a little bit more? What shouldn’t be modified?

xabbtk commented 6 years ago

Hello,

the idea is to not allow modifying tasks nor completing. I need such feature because I use the terminal for managing my tasks but I use the web interface to publish my status. Instead of being pinged for tasks/project evolution people can check themselves ;)

Hope is more clear.

Regards.

Zebradil commented 6 years ago

Now is's clear. I like the idea.

xabbtk commented 6 years ago

Hi, since I'm not an ruby programmer and I really don't have any clue how it's programmed, it may be possible (in order to to it quick and not so dirty) to add a parameters in the .taskrc a parameter like task-web.readonly=true and for "each POST" if readonly=true do nothing.

This way no need to change layout nor big architectural changes but maybe that's not acceptable.

My humble 2 cents.

Thank you! That piece of software rocks!