New interface proposal for the Checklists #433
andergmartins
started this conversation in
Feature Requests
Replies: 1 comment
-
Great idea, @andergmartins That would give us more freedom. This main screen could also have extra details such as whether or not the checklist is enabled. Also thinking ahead, we hope to have different checklists for different statuses. The status info could show here too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Arguments
In the past we had users complaining about the way it looks when you have many custom post types, so we fixed adding multiple lines of buttons:
Other users are suggesting customize the warning message: #171
This could be done adding a tab for Tasks, and another for Messages, or other configuration we could have:
But those similar UI elements look confuse together.
Another argument is that if we want to configure the checklist for a custom type that is represented by the last button there, we see the Posts is always loaded, since it is the first option there.
Yet another argument, is that we plan to have multiple checklists, #100 and my following proposal is a intermediary step for achieving that.
Proposal
So I would like to propose we have a separate page for a list of checklists. Right now, one for each post type by default, with a column that says how many tasks we have enabled for the checklist:
Then clicking on the post type, we get a screen like the mockup added to the task #172
Btw, I suggest using the WP's native table class WP_List_Table for now.
Beta Was this translation helpful? Give feedback.
All reactions