GithubHelp home page GithubHelp logo

mesh's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mesh's Issues

Creation of posts via JSON

Allow for a user to create posts via JSON, follow the pattern for users (the only object that people can currently create via JSON)

AC

  • A user can create a new post via JSON
  • When reloading, the post isn't duplicated
  • Submit a PR
  • @jarednova merges

Creation of terms via JSON

Allow for a user to create terms via JSON, follow the patterns you did for posts

AC

  • A user can create a term via JSON
  • Submit a PR
  • @jarednova reviews and merges

Creation of Posts with Terms via JSON

Consider the JSON snippet:

"posts" : [
    {
        "post_title" : "New Pizza Invented!",
        "terms" : [
            { "name" : "Pizza", "taxonomy" : "foods"},
            { "name" : "News", "taxonomy" : "category}
        ]
    }
]

where a user is simultaneously creating/assigning terms within a post. They should be able to do this in a JSON file using the above (or similar) construction.

AC

  • Terms that appear in the above construction appear in the WordPress admin when loaded via JSON
  • PR submitted
  • @jarednova reviews

Creation of terms via PHP

Create a Mesh\Term object following Mesh\User as an example. Substitute the appropriate functions for term creation within the class.

AC

  • A dev can easily create a term within a specific taxonomy, through a single line of PHP (as they can currently with Posts and Users)
  • Submit a PR
  • @jarednova reviews and merges

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.