Skip to content

Create Managing an Organization's Glific Account: Suspension and Dele… #304

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

SangeetaMishr
Copy link
Collaborator

@SangeetaMishr SangeetaMishr commented Apr 9, 2025

Added detailed steps involved in suspension & deletion

Summary by CodeRabbit

  • Documentation
    • Added a comprehensive guide on managing account suspension and deletion. The document outlines procedures for entering suspension mode—with continued data access and maintenance charges—and the permanent nature of account deletion, including advance notice requirements and steps for reactivation.

…tion.md

Added detailed steps involved in suspension & deletion
Copy link

coderabbitai bot commented Apr 9, 2025

Walkthrough

This pull request adds a new documentation page titled "Managing an Organization's Glific Account: Suspension and Deletion". The guide explains the procedures and implications for two modes of account management. Suspension Mode preserves the organization’s current flows and data access via BigQuery, while imposing a monthly maintenance charge and allowing account reactivation upon dues clearance. In contrast, Deletion Mode permanently removes the account and all associated flows, following a similar advance notice requirement. The document also outlines the necessary steps to notify the Glific Support Team and schedule related actions.

Changes

File Change Summary
docs/2. Onboarding/.../Managing an Organization's Glific Account: Suspension and Deletion.md Added new documentation detailing account suspension (data retention with reactivation options and maintenance charges) and deletion processes (permanent removal with prior notice and support contact).

Sequence Diagram(s)

sequenceDiagram
    participant Org as Organization
    participant Sup as Glific Support
    participant Sys as Platform System
    participant BQ as BigQuery

    Org->>Sup: Submit suspension request (15-day notice)
    Sup-->>Org: Confirm maintenance details & schedule action
    Org->>Sys: Initiate Suspension Mode
    Sys->>BQ: Ensure data remains accessible
    Sys->>Org: Restrict platform access
    Org->>Sup: Request reactivation (after clearing dues)
    Sup-->>Sys: Process reactivation request
Loading
sequenceDiagram
    participant Org as Organization
    participant Sup as Glific Support
    participant Sys as Platform System

    Org->>Sup: Submit deletion request (15-day notice)
    Sup-->>Org: Schedule call & verify dues clearance
    Org->>Sup: Confirm backup and call schedule
    Sup->>Sys: Initiate permanent deletion
    Sys-->>Org: Permanently remove account and flows
Loading

Poem

I'm a bunny with a hop so light,
Celebrating docs that shine so bright,
Suspension and deletion now in view,
With clear steps for what to do,
My whiskers wiggle with pure delight!
🐰📜

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 Gitleaks (8.21.2)
docs/2. Onboarding/Managing an Organization's Glific Account: Suspension and Deletion.md

/bin/bash: -c: line 1: unexpected EOF while looking for matching `''

🔧 markdownlint-cli2 (0.17.2)
docs/2. Onboarding/Managing an Organization's Glific Account: Suspension and Deletion.md

/bin/bash: -c: line 1: unexpected EOF while looking for matching `''


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai plan to trigger planning for file edits and PR creation.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

github-actions bot commented Apr 9, 2025

@github-actions github-actions bot temporarily deployed to pull request April 9, 2025 04:44 Inactive
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (5)
docs/2. Onboarding/Managing an Organization's Glific Account: Suspension and Deletion.md (5)

1-2: Header Formatting and Readability
The "5 minute read" header uses extensive inline HTML non-breaking spaces which may reduce maintainability. Consider simplifying the spacing (or using CSS classes) to achieve the desired visual layout.


31-31: Improve Instructional Clarity and Correct Typos in Suspension Request
The instruction on line 31 contains "atleast 15 days prior to" which has both a typo and slightly verbose phrasing. Consider updating it to "at least 15 days before" to improve clarity and correctness.

-1) Notify the Glific Support Team on email [email protected] or raise a Support Ticket on [Discord Ngo support channel](https://discord.gg/gYHMRGQVpT) atleast 15 days prior to the desired suspension date.
+1) Notify the Glific Support Team via email (mailto:[email protected]) or raise a Support Ticket on [Discord Ngo support channel](https://discord.gg/gYHMRGQVpT) at least 15 days before the desired suspension date.
🧰 Tools
🪛 LanguageTool

[style] ~31-~31: ‘prior to’ might be wordy. Consider a shorter alternative.
Context: .../discord.gg/gYHMRGQVpT) atleast 15 days prior to the desired suspension date. 2) If th...

(EN_WORDINESS_PREMIUM_PRIOR_TO)


50-50: Consistent Terminology for Account Deletion
The deletion section uses "Organisation" while other parts of the document use "organization". Consider standardizing the terminology for consistency.

-1) The Organisation account and all associated flows will be permanently deleted.
+1) The Organization account and all associated flows will be permanently deleted.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~50-~50: Do not mix variants of the same word (‘organisation’ and ‘organization’) within a single text.
Context: ...What happens in Deletion Mode ? 1) The Organisation account and all associated flows will b...

(EN_WORD_COHERENCY)


58-58: Enhance Deletion Request Instructions
Similar to the suspension instructions, the deletion process text has "atleast 15 days prior to". Updating this to "at least 15 days before" will correct the typo and reduce verbosity. Also consider converting the plain email text to a mailto hyperlink (see next comment).

-1) Drop an email to the Glific Support team on [email protected] or raise a ticket on [Discord Ngo support channel](https://discord.gg/gYHMRGQVpT) atleast 15 days prior to the desired deletion date.
+1) Drop an email to the Glific Support team via (mailto:[email protected]) or raise a ticket on [Discord Ngo support channel](https://discord.gg/gYHMRGQVpT) at least 15 days before the desired deletion date.
🧰 Tools
🪛 LanguageTool

[style] ~58-~58: ‘prior to’ might be wordy. Consider a shorter alternative.
Context: .../discord.gg/gYHMRGQVpT) atleast 15 days prior to the desired deletion date. 2) The Gli...

(EN_WORDINESS_PREMIUM_PRIOR_TO)


76-77: Improve Link Usability for Support Contacts
The email link in the "Important" note is currently plain text. Converting it to a mailto link (e.g. [Email](mailto:[email protected])) can enhance usability by allowing users to open their default email client directly.

-**Important:**  [Email]([email protected]) or [Discord](https://discord.gg/gYHMRGQVpT) intimation for account suspension and deletion must also be provided to the **Glific Support Team** at least **15** days in advance.
+**Important:**  [Email](mailto:[email protected]) or [Discord](https://discord.gg/gYHMRGQVpT) intimation for account suspension and deletion must also be provided to the **Glific Support Team** at least **15** days in advance.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 52f002f and 1e889f6.

📒 Files selected for processing (1)
  • docs/2. Onboarding/Managing an Organization's Glific Account: Suspension and Deletion.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/2. Onboarding/Managing an Organization's Glific Account: Suspension and Deletion.md

[style] ~31-~31: ‘prior to’ might be wordy. Consider a shorter alternative.
Context: .../discord.gg/gYHMRGQVpT) atleast 15 days prior to the desired suspension date. 2) If th...

(EN_WORDINESS_PREMIUM_PRIOR_TO)


[uncategorized] ~50-~50: Do not mix variants of the same word (‘organisation’ and ‘organization’) within a single text.
Context: ...What happens in Deletion Mode ? 1) The Organisation account and all associated flows will b...

(EN_WORD_COHERENCY)


[style] ~58-~58: ‘prior to’ might be wordy. Consider a shorter alternative.
Context: .../discord.gg/gYHMRGQVpT) atleast 15 days prior to the desired deletion date. 2) The Gli...

(EN_WORDINESS_PREMIUM_PRIOR_TO)

🔇 Additional comments (2)
docs/2. Onboarding/Managing an Organization's Glific Account: Suspension and Deletion.md (2)

3-8: Document Title and Introduction Clarity
The title and introductory lines clearly state the document’s purpose. They give a straightforward overview of the processes related to account suspension and deletion. Ensure consistency with similar documentation pages in formatting and tone.


9-17: Suspension Mode Section Overview
The "Suspension Mode" section succinctly explains the implications, including data preservation and restricted access. It successfully informs users about maintenance charges and flow retention. Just double-check the punctuation in the subheading (extra space before the question mark) if your style guide requires tightening.

@mahajantejas mahajantejas merged commit 9f6f75b into main Apr 9, 2025
6 checks passed
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