Skip to content

Cleanup of raid creation #12

@alanschapira

Description

@alanschapira

Currently the way we create raids is not ideal. There are multiple parameters and many things can go wrong. The way I plan to clean this up is by changing the following:

  • Creating a Raid only requires a name e.g. $create Farringdon

In a separate command you add details:

  • Pokemon Name e.g. $pokemon Farringdon pikachu
  • Raid Time e.g. $time Farringdon 15:30
  • Expire time in mins/hours (this will be set by default to 2 hours but can be changed to a longer time -this also removes the dependencies on timezone which were becoming messy) e.g. $expire Farringdon 1440
  • Default expire can be changed by admins e.g. `$deafultexpire 180
  • Raid Date e.g. $date Farringdon 2018-06-12 - Ideal for ex raids on different days. This is completely optional with no default
  • Cleanup the methods in the raidservice so that the method names and keywords are all similar
  • Change the help section so people know how to use the new changes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions