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

CPT: Custom post type list rendering #3693

Closed
aduth opened this issue Mar 1, 2016 · 3 comments
Closed

CPT: Custom post type list rendering #3693

aduth opened this issue Mar 1, 2016 · 3 comments

Comments

@aduth
Copy link
Contributor

aduth commented Mar 1, 2016

Related: #3691

We need to list custom post types for a site, filtered by type, post status, and/or search. It's expected that this will be modeled closely after the Pages listing, though we should consider any additional design requirements (cc @hugobaeta ).

We should balance leveraging existing components from page listing with our desire to move post state fetching to newer Redux global state. This may require updating existing page listing components if overlap exists.

@hugobaeta
Copy link

It's expected that this will be modeled closely after the Pages listing

Actually, custom post types can be modeled after either Pages or Posts (as far as I know, it's an option when you initially register the post type). I believe the ones on WordPress.com are Pages based ones (Portfolio, Menus, Testemonials).

@aduth
Copy link
Contributor Author

aduth commented Mar 3, 2016

Actually, custom post types can be modeled after either Pages or Posts

Sorry, the original text was unclear. This was meant more in terms of how we should present listing of custom posts types in relation to existing Calypso Posts and Pages screens, or whether we should create a separate design. The pages listing screen in Calypso shows less detail than that of the posts screen, which is probably closer to what we want for new custom types screens.

@aduth aduth closed this as completed Aug 10, 2016
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

2 participants