Suggestions
Codyx provides a web-based system for collecting and managing user suggestions for your server or the bot itself.
Submitting a Suggestion
Users can submit suggestions through a dedicated form page on the web panel (often linked as "Submit Suggestion" or found at a path like /suggestions/new
).
- Navigate to the suggestion submission page.
- Enter the suggestion details in the provided text area (maximum length usually applies, e.g., 2000 characters).
- Click the "Submit Suggestion" button.
Submitted suggestions are typically set to a "Pending" status initially and await review by staff.
Viewing Suggestion Status (Public)
A public page on the web panel (often linked as "View Suggestions" or found at a path like /suggestions/review
) allows users to see the status of suggestions that have already been reviewed by staff.
- This page generally displays suggestions with statuses like "Approved," "Denied," or "Implemented."
- It may also show comments left by the staff member who reviewed the suggestion.
- Pending suggestions are usually not visible on this public page.
Managing Suggestions (Staff Panel)
Users with designated staff permissions can manage all suggestions via a dedicated administration panel (often found at a path like /admin/suggestions
or linked from the main staff dashboard).
From this panel, staff can typically:
- View All Suggestions: See a list of all submitted suggestions, including those still marked as "Pending."
- Filter Suggestions: Filter the list by status (e.g., view only Pending ones).
- Update Status: Change the status of a suggestion using action buttons or a menu. Available statuses usually include:
- Pending: The initial state, awaiting review.
- Approved: Acknowledged as a good idea, may be considered for the future.
- Denied: Not planned to be implemented.
- Implemented: The suggestion has been acted upon and completed.
- Add/Edit Comments: Leave a comment explaining the reasoning behind a status change or providing feedback. This comment is often visible on the public review page.
- Delete Suggestions: Permanently remove a suggestion (e.g., if it's spam or completely irrelevant).
Permissions Required: Access to the staff suggestion management panel typically requires specific staff roles or permissions configured within the application's authentication system.
There might not be direct Discord command integration for suggestions; the system relies on users and staff accessing the relevant web panel pages.