guide icon indicating copy to clipboard operation
guide copied to clipboard

Initial Release Roadmap

Open BruceCodesGithub opened this issue 3 years ago • 10 comments

Getting Started

  • [x] Creating your first bot
  • [x] More Features
    • [x] Design (#40)
      • [x] Embeds

        Needs example discord components

      • [x] Markdown in Messages
    • [x] Events
    • [x] wait_for
  • [x] Rules & Common Practices

    May need partial rewriting

  • [x] Hosting your bot

Interactions

✅ Commands

  • [x] Slash Commands
  • [x] Context Menus
  • [x] Localization (#59) ~~Cogs with Application Commands (see #75)~~ moved to the Popular Topics section

✅ UI Components

  • [x] Button
  • [x] Dropdowns
  • [x] Text Modals

Extensions

✅ Commands

  • [x] Prefixed Commands
  • [x] Command Groups
  • [x] Help Command
  • [x] Cogs

✅ Tasks

  • [x] Getting Started with ext.tasks (#31)

✅ Pages (guide progress on ext.pages might be halted for now)

  • [x] Getting Started with ext.pages

✅ Bridge

  • [x] Getting Started with ext.bridge

Popular Topics

  • [ ] Webhooks
  • [x] Sharding
  • [x] Sublcassing Bot
  • [x] Intents
  • [x] Threads
  • [x] Cogs (see #112)

Voice

NOTE: might be ignored, for the initial release

  • [x] Receiving Voice Samples
  • [ ] Playing Audio
  • [ ] Creating Voice Commands

✅ More

  • [x] Installing Git
  • [x] Community Resources
  • [x] Contributing to the guide
  • [x] Virtual Enviorments (#65)

Low Priority

Unless the team decides to create the page or a PR for it is made these aren’t required for release

  • Creating Voice Commands
  • Playing Audio
  • Anything else not on the list, mostly to remove "feature creep" from the list

BruceCodesGithub avatar Mar 14 '22 13:03 BruceCodesGithub

ext.pages, Text Modals rewrite under development by @krittick.

BruceCodesGithub avatar Mar 14 '22 13:03 BruceCodesGithub

Creating Voice Commands guide is not nessesary for the Initial Release, and is low-priority.

Text Modals are high-priority and Webhooks and databases are low-priority.

BruceCodesGithub avatar Mar 14 '22 14:03 BruceCodesGithub

  1. ext.tasks merged from #31
  2. Databases will not have a separate page but will be a section in Best Practices (#34)

BruceCodesGithub avatar Mar 14 '22 14:03 BruceCodesGithub

More Features is currently under Getting Started. Might want to be moved somewhere else.

WhoIsConch avatar Mar 14 '22 17:03 WhoIsConch

Hey I can't commit

WhoIsConch avatar Mar 14 '22 17:03 WhoIsConch

More Features is currently under Getting Started. Might want to be moved somewhere else.

The page will contain some basic bot features. Changing the name of the page might be better.

BruceCodesGithub avatar Mar 15 '22 09:03 BruceCodesGithub

Hey I can't commit

(Resolved on discord) branch protection rules.

VincentRPS avatar Mar 15 '22 09:03 VincentRPS

Design section of More Features completed with #40

BruceCodesGithub avatar Mar 16 '22 00:03 BruceCodesGithub

Localization guide in progress via #59.

EmmmaTech avatar Mar 22 '22 19:03 EmmmaTech

Dropdowns and Modal Dialogs Guide rewritten (c2a7db8eeb97a3983f968577b4673fb9cfafe79d)

BruceCodesGithub avatar Apr 08 '22 11:04 BruceCodesGithub