Loomio

Save post as draft to continue editing later

DU Eduardo Public Seen by 58

Well, I think there's no much explanation (the title tells everything).
I mean that when we are writing a long post that could take some minutes or even hours, it would be great an option to save the post as draft, so we can close our session and continue editing later before publishing the post.

DU

Eduardo Tue 1 Jul 2014 3:58AM

I don't think it so difficult to implement. A new field called "is_draft" (as boolean) on the table "posts" from the database could be added.

KAK

Karthikeyan A K Tue 1 Jul 2014 4:50AM

Great idea!

RF

Rasmus Fuhse Tue 1 Jul 2014 7:02AM

Sounds great! Do a pull request and see what's happening. I'm sure it will get into the code.

DU

Eduardo Tue 1 Jul 2014 2:44PM

@rasmusfuhse mmm, but I'm not a Ruby on Rails developer, so I can't do the pull request. I'm just giving the idea.

RF

Rasmus Fuhse Tue 1 Jul 2014 3:04PM

Well, okay. Noted. But don't expect it to show up too early. Maybe someone wants to implement this feature, but maybe not. That's the deal with open-source software. But thanx for the idea anyway.

DU

Eduardo Tue 1 Jul 2014 3:15PM

@rasmusfuhse Ok. Well, I'm a Python/Django developer, I don't think it's difficult to learn Rails (I already know native Ruby code). So I'll try to get this done.

G

goob Tue 1 Jul 2014 5:20PM

This could be useful. However I see a few potential pitfalls: one is to make it easy to retrieve a draft at a later date; the second would be how to make sure that pod databases don't get cluttered up with drafts that people started (and possibly saved by mistake) but never got around to completing and posting or deleting. This could be done by periodic reminders about any existing drafts (every 3 days, say), or they could be deleted after a certain period of time. There may be another, better way of doing that.

JR

Jason Robinson Tue 1 Jul 2014 6:23PM

@eduardo4 it would be awesome to have another developer contributing - together we build this thing!

EN

[email protected] Thu 17 Jul 2014 3:47PM

wonderful idea indeed !