Re-add giant list of planned features
This commit is contained in:
parent
baeb4d2f40
commit
b97913a24e
@ -27,6 +27,27 @@
|
||||
</header>
|
||||
@endif
|
||||
|
||||
<div class="mt-4">
|
||||
<div class="max-w-full mx-auto sm:px-6 lg:px-8">
|
||||
<div class="bg-white dark:bg-gray-800 overflow-hidden shadow-sm sm:rounded-lg">
|
||||
<div class="p-6 text-gray-900 dark:text-gray-100">
|
||||
<p>This is the initial implementation of this project. A few different things that are planned:</p>
|
||||
|
||||
<ul class="list-disc list-inside mt-2">
|
||||
<li>Channels that are tracked where you have moderator access will be <a href="https://twitch.uservoice.com/forums/310213-developers/suggestions/38203849-add-endpoint-to-return-channels-where-the-user-is" class="underline text-amber-400">automatically retrieved from Twitch's API</a>. At the moment you have to be manually added to the database.</li>
|
||||
<li>Different filtering options: Type of action (timeout, raid etc.), moderator (whodunit), user/viewer (next point).</li>
|
||||
<li>See related moderation actions, for example if a specific viewer has been timed out or banned multiple times.</li>
|
||||
<li>Searching by text.</li>
|
||||
<li>Linking any affected viewer's to their Twitch viewer card.</li>
|
||||
<li>Automatic conversion to local time. Currently it's displayed in UTC.</li>
|
||||
<li>Ability to see a viewer's chat messages at the time of action, alongside messages before/after to see context.</li>
|
||||
<li>... and probably more I'll figure out as I go along.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Page Content -->
|
||||
<main>
|
||||
{{ $slot }}
|
||||
|
Loading…
Reference in New Issue
Block a user