ethersheet-collective / EtherSheet

Online spreadsheet collaboration in real time using node.js. Similar to etherpad-lite but its a spreadsheet!
https://ethersheet.org
BSD 2-Clause "Simplified" License
198 stars 24 forks source link

Sheets should automatically delete after N days #7

Open cooperq opened 10 years ago

cooperq commented 10 years ago

N should be user configurable with a default of 30

danry25 commented 10 years ago

Perhaps the default should be infinite, so that data loss doesn't occur due to the host not configuring a deletion date?

cooperq commented 10 years ago

Sounds good to me.

JohnMcLear commented 9 years ago

Suggest having a settings.json for this setting.

cooperq commented 9 years ago

@JohnMcLear That was the plan. I haven't had time to write code for this project in a while, so if someone wants to submit a PR that would be awesome.