Open elwinmartin opened 10 months ago
dunno when I'll have time to look at this myself but it's a really nice thing to have and I didn't see a feature request open yet
Wait a minute https://github.com/LangCorrect/server/blob/80be6bb5b7a2c6b36e97d992928fa76f4b16ba6f/langcorrect/posts/models.py#L39C5-L39C14
So there's already a field for being a draft but it defaults to False and does nothing since the only check for it checks if it's False.
in my dreams you actually let drafts autosave like in most text editors but that would probably be easiest as a separate feature
Those are my dreams too :-)
Yes -- that field is a placeholder for now. We used to have draft functionality back in the old codebase, but because both versions are completely different it would have to be worked on from scratch again.
Ideas for this: