Giter Club home page Giter Club logo

Comments (2)

digitalplaywright avatar digitalplaywright commented on May 9, 2024

I do not think timed publishing of drafts is necessary for the first iteration on this. Copying what ghost.org supports seems sufficient:

  • unpublished posts
    • save draft, publish now, delete post
  • published posts
    • update post, unpublish, delete post

Implementing these would make this usable for us.

from decap-cms.

jaysudodeveloper avatar jaysudodeveloper commented on May 9, 2024

The simplest solution is usually the better one to consider. As you said static site generators typically support in one or two ways for handing drafts; to avoid complexity this handing should be left for them to handle and have netlify abstract on top of this. Although this would "tie draft feature a lot to netlify" it is something that can be controlled by netlify and allow for further abstraction to add support.

A staging and production branch pattern would be a good way to go as well but leaves less control on version handling unless each new draft was a branch of its own(don't want this) and have a method for pulling from specific draft branches to preview changes before a publish is made.

digitalplaywright is spot on with using a pattern of published posts and unpublished.

from decap-cms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.