ProgrammingPhilippines / progphil-bot

Programming Philippines Discord Bot
MIT License
23 stars 6 forks source link

Improvements on Forum Assist #235

Closed kylecdrck closed 3 months ago

kylecdrck commented 5 months ago

As a

Admin

I want to

Have extra utilities on the forum assist feature

In order to

Increase the usefulness of the said feature


Acceptance Criteria

Notes

  1. On the forum assist message, when there is a placeholder [[@author]] detected on the string, replace it with a mention of the author of the thread Example:

    Forum Assist Message:

    Welcome [[@author]]. Please follow the rules

    Scenario

    SomeUser creates a thread in the specified forum with the forum-assist configured Bot: Welcome @SomeUser. Please follow the rules

  2. When doing /forum-assist edit <id>, remove the step of being able to edit the target forum From: a. Edit forum b. Edit forum-assist message c. Edit mention roles d. Edit mention message To: a. Edit forum-assist message b. Edit mention roles c. Edit mention message
  3. When doing /forum-assist edit <id>, pre-fill the Mentioned Roles selection dropdown with the configured roles for that specific configuration. Leave as-is if no existing roles are mentioned

Points

10