In this chapter, we covered the basics of an admin panel-related functionality to be compatible with web applications. Now, it's time for you to take these things beyond the basics by implementing the following actions:
- We created a default type of the admin list table to allow subscriptions. Now, try to include an AJAX-based star rating system to allow users to rate topics by implementing a custom column in the existing list.
- We started the implementation of the custom admin theme by setting up styles for the left navigation menu. Try to complete the theme by styling the remaining components.
- Add custom actions, filters, and custom columns for the user list similar to the features we used for post lists.