I’d like to experiment with a customization to change the UX for subscribing to topics.
I’d love some pointers on how I might approach this. I’m pretty sure it’s doable as a front-end only customization. I’m unclear as to whether to tackle it as a theme or a plugin and what best practices may be for testing and maintenance.
Also, feel free to comment on the idea itself (whether you love it, hate it or shrug it).
The goal is to have a UX closer to Github’s simple Subscribe / Unsubscribe interaction:
In order to achieve something similar, I’d like to:
- Make the main button action a toggle and move the drop-down to an adjacent … button.
- Change the button text to describe the action the user is taking, rather than reflect the current state. (The current state is still described in the text next to the button).
The main button would have the following default state transitions:
Start Watching
When you are in Normal mode, the call-to-action is to Watch the topic:
Stop Watching
When you are in Watching mode, the call-to-action is to Stop Watching the topic, which will set it back to Normal:
Stop Tracking
When you are in Tracking mode, the call-to-action is to Stop Tracking the topic, which will set it back to Normal:
Unmute
When you have in Muted a topic, the call-to-action is to Unmute the topic, which will set it back to Normal:
Select Notification Level
To select a different notification level, click the …, which will display all the other options not currently selected. For instance, if you’re currently tracking the topic:
(I’m also considering replacing the combo reply/notification button under the progress bar with this control… and perhaps something similar for the category subscription).