Skip to content

feat: add cloud tag for support tickets#2888

Merged
stnguyen90 merged 1 commit intomainfrom
feat-cloud-tag
Feb 26, 2026
Merged

feat: add cloud tag for support tickets#2888
stnguyen90 merged 1 commit intomainfrom
feat-cloud-tag

Conversation

@stnguyen90
Copy link
Contributor

@stnguyen90 stnguyen90 commented Feb 26, 2026

What does this PR do?

This will help us differentiate between platforms in our reports.

Test Plan

Manually tested

Related PRs and Issues

None

Have you read the Contributing Guidelines on issues?

Yes

Summary by CodeRabbit

  • Chores
    • Updated support ticket submission to automatically include cloud service categorization, improving ticket organization and routing.

This will help us differentiate between platforms in our reports.
@appwrite
Copy link

appwrite bot commented Feb 26, 2026

Console (appwrite/console)

Project ID: 688b7bf400350cbd60e9

Sites (1)
Site Status Logs Preview QR
 console-stage
688b7cf6003b1842c9dc
Ready Ready View Logs Preview URL QR Code

Tip

Roll back Sites deployments instantly by switching between versions

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 26, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 6965800 and 4cd36ba.

📒 Files selected for processing (1)
  • src/routes/(console)/supportWizard.svelte

Walkthrough

A single line of code was added to the support wizard form submission in src/routes/(console)/supportWizard.svelte. The change appends an additional tag with the value "cloud" to the existing form data payload that already includes category-topic tags. No control flow modifications or logical alterations were made.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding a 'cloud' tag to support tickets as reflected in the code change.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat-cloud-tag

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@stnguyen90 stnguyen90 marked this pull request as ready for review February 26, 2026 18:53
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 26, 2026

Greptile Summary

This PR adds a 'cloud' tag to support tickets submitted through the console to help differentiate between platforms (e.g., cloud vs self-hosted) in reporting and analytics.

  • Added single line to append 'cloud' tag to FormData before submission
  • Follows existing pattern for tag appending (using tags[] key)
  • No breaking changes or side effects expected

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • Single line addition that follows existing code patterns, no logic changes, no security concerns, and backwards compatible
  • No files require special attention

Important Files Changed

Filename Overview
src/routes/(console)/supportWizard.svelte Added 'cloud' tag to support ticket form data for platform differentiation in reports

Last reviewed commit: 4cd36ba

@stnguyen90 stnguyen90 merged commit ec5b6ad into main Feb 26, 2026
5 checks passed
@stnguyen90 stnguyen90 deleted the feat-cloud-tag branch February 26, 2026 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants