serenity icon indicating copy to clipboard operation
serenity copied to clipboard

Add support for onboarding

Open jamesbt365 opened this issue 9 months ago • 0 comments

Fixes #2860

First time implementing builders and this one is nasty.

TODO:

  • [x] Add support for getting the current guilds onboarding
  • [x] Create builders
  • [x] Make said builders work and execute (add the method in Http too)
  • [ ] Add methods on Guild, GuildId, PartialGuild etc etc
  • [x] Document stuff (except new() methods)
  • [ ] Write docs for new() methods on the builders once everything is stable.
  • [x] Fix re-export shenanigans
  • [x] Carefully look over visibility of objects.
  • [ ] impl From<Onboarding> for EditOnboarding etc
  • [ ] Model sizes update
  • [ ] Testing

jamesbt365 avatar May 22 '24 01:05 jamesbt365