-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Team Management UI #3364
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
Team Management UI #3364
Conversation
A mock method is also introduced to get a person from the DB for the local table id. For now, it'll return mock person object to test the UI.
We have decided not to merge the current branch with develop, so there is no reason to hide the People link anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know it's only a stub method but we should not add anything to WordPressDB. Please create a "PersonTable" class and put all db related method there.
|
Looks good, I've some design comments but obviously too early to post them. |
|
@maxme I've added the |
|
|
This PR adds most of the Team Management UI for #3286. There are a few stub methods and I am using test data to test the UI. Since this feature is going to be large, we want to merge it to a temporary branch once in a while so the review is easier. I'll also need to switch to work on Me page since it's more urgent and we don't want this branch to go stale without any reviews done on it.
In the PR, I basically added a people page which will eventually show the users in that particular site. I've also added the person detail page which will be accessible once you select a user from the list. You can find screenshots of the current screen below.