Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creation of custom post type #119

Open
MirandaEcho opened this issue May 13, 2020 · 6 comments
Open

Creation of custom post type #119

MirandaEcho opened this issue May 13, 2020 · 6 comments
Assignees
Milestone

Comments

@MirandaEcho
Copy link
Collaborator

No description provided.

@benlk
Copy link
Collaborator

benlk commented May 15, 2020

  • create post type
  • register meta fields
    • get list of meta fields
  • register taxonomies as well
    • get list of taxonomies

@benlk
Copy link
Collaborator

benlk commented May 15, 2020

Field Type registered as
title post_title
description post_content
year post_date, the submission date
featured image default wordpress thumbnail functionality
content category custom term - tag? post has many project-category
type of organization custom term - hierarchical? post has one project-org-type
status (finalist, etc) custom term - not hierarchical, post has one project-status
link post meta project-link
contact name post meta project-contact-name
contact email post meta project-contact-email
organization post meta project-organization
video post meta, or part of post_content? project-video

@benlk
Copy link
Collaborator

benlk commented May 16, 2020

  • Should the backend editor for this be Gutenberg or Classic Editor?
  • Is the list of things above approximately correct?

@joshdarby
Copy link

@benlk I think the table above looks correct. However, I was under the assumption that a video (if it exists) would replace the featured image, not be a separate piece of the content.

@MirandaEcho do you know if that's true?

@joshdarby
Copy link

Re: #119 (comment) From @MirandaEcho:

I was under that impression as well, but I'll need to add it to my list of things to confirm with them.

@benlk
Copy link
Collaborator

benlk commented May 26, 2020

An updated list of metadata fields for this custom post type can be found at https://docs.google.com/spreadsheets/d/1eHTJV1OKOWfOrZAaPosovc96dfhn1A_-SdRyMWge8Ts/edit#gid=0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants