Giter Site home page Giter Site logo

Ability to create Page about canvas HOT 2 CLOSED

msamgan avatar msamgan commented on August 17, 2024
Ability to create Page

from canvas.

Comments (2)

austintoddj avatar austintoddj commented on August 17, 2024

Hi @msamgan - While Canvas does the heavy-lifting of blogs & publications in the backend, it's de-coupled from how you choose to display things on the frontend. I don't disagree that most developers would find use with the pages you mentioned. Canvas does provide a basic frontend interface with the canvas:ui Artisan command, so any changes you'd like to see should likely go there. I'd be more than happy to take a look at a pull request if you create one.

from canvas.

msamgan avatar msamgan commented on August 17, 2024

Hi Austin,

I am working on the PR for this feature.
can you please tell me what your preference is?

Approach one:
Adding a new table "canvas_pages"

Pros:

  • everything is separated, there will be no conflict between posts and pages for future updates

Cons

  • duplication in code for posts and pages
  • complexity if the same code is used for both.

Approach two:
Adding a new column "type" enum ("post", "page") with default "post" in the canvas_posts table (WordPress approach).

Pros:

  • fast to implement
  • not much change in creation and edit

Cons

  • future updates for posts will be complicated.
  • all posts APIs will be needing an update

please let me know, what is your verdict on this.

from canvas.

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.