From acc2bf4538321f6ebd355c11aace5691e1091d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BChlmann?= Date: Mon, 12 Jan 2026 17:30:21 +0100 Subject: [PATCH] Remove TODO in favor of github issues --- doc/TODO.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 doc/TODO.md diff --git a/doc/TODO.md b/doc/TODO.md deleted file mode 100644 index 6e48e7a..0000000 --- a/doc/TODO.md +++ /dev/null @@ -1,21 +0,0 @@ -* Add presets to channel admin page, which can be stored, edited, and applied to the channel. Presets store assets used and their settings. Assets uploaded are not affected by changes to presets. -* Refactor broadcast source -* Allow users to upload script asset sub-assets without first saving by making temporary files -* Create playground for script assets - - Render on a modal canvas -* Preview script assets in marketplace - - Render on a modal canvas -* Add text assets and font selection -* Allow custom scripts to pull recent twitch chats - - Serve the ones that occurred since last tick to tick() or give a ~30 second window of messages -* Replace default script class with a seeding system from a filesystem directory - - Title - - Source code - - Logo (optional) - - Assets (optional) -* Set up staging server -* Buy domain -* Fix windows nt platform transparency -* Migrate broadcast view to client repository - - Remove css and js references - - Find a way to configure a domain for the client