Skip to content

Custom certificate: steps to convert ppt into slides #341

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

Merged
merged 4 commits into from
Jun 27, 2025

Conversation

AmishaBisht
Copy link
Collaborator

@AmishaBisht AmishaBisht commented Jun 24, 2025

Summary by CodeRabbit

  • Documentation
    • Added a note and step-by-step instructions for converting PowerPoint (.PPTX) files to Google Slides format to ensure compatibility with the custom certificates feature.

Copy link
Contributor

coderabbitai bot commented Jun 24, 2025

Walkthrough

The documentation for custom certificates was updated to include a new note and step-by-step instructions for converting PowerPoint (.PPTX) files to Google Slides format, ensuring compatibility with the custom certificates feature. The new section is placed before the instructions on creating or importing template designs.

Changes

File(s) Change Summary
docs/3. Product Features/Custom Certificates.md Added note and detailed steps for converting .PPTX files to Google Slides format for compatibility.

Possibly related PRs

Suggested reviewers

  • SangeetaMishr

Poem

A bunny with docs in its paws,
Hopped in to clarify the cause:
"Convert PPTX to Slides,
For custom certs to coincide!
With steps now clear and bright,
Your certificates will work just right."
🐇✨


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
🪧 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.
    • Explain this complex logic.
    • 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 explain this code block.
    • @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 explain its main purpose.
    • @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.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

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 generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @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 Jun 24, 2025

@github-actions github-actions bot temporarily deployed to pull request June 24, 2025 13:45 Inactive
Copy link
Contributor

@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 (2)
docs/3. Product Features/Custom Certificates.md (2)

65-67: Avoid dangling reference to a missing screenshot

The note mentions “(like in the image below)” but no image is provided in the newly-added block. Either embed the screenshot immediately after the note or drop the reference altogether to prevent reader confusion.


68-71: Expand step wording for cross-platform clarity

The instructions currently assume a Mac (“command-click”). Consider adding the Windows/Linux equivalent (Ctrl+click) to keep the doc universally applicable. Also, replace the typographic quotes (“ ”) with straight quotes (" ") for consistency with the rest of the page.

Example diff:

-1. Right-click or command-click the PowerPoint file in your Google Drive.
+1. Right-click (or Ctrl/⌘-click) the PowerPoint file in your Google Drive.
📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 8dc9899 and 3f2199a.

📒 Files selected for processing (1)
  • docs/3. Product Features/Custom Certificates.md (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (2)
  • GitHub Check: Test deployment
  • GitHub Check: build

@github-actions github-actions bot temporarily deployed to pull request June 24, 2025 13:54 Inactive
Copy link
Contributor

@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 (3)
docs/3. Product Features/Custom Certificates.md (3)

65-68: Improve accessibility & alt-text clarity

The current alt attribute is just a filename. Screen-reader users will not understand what the screenshot shows. Replace it with a short, descriptive phrase of what is visually conveyed.

-<img width="580" alt="Screenshot_2025-06-20_at_7 03 33_PM" src="https://github.com/user-attachments/assets/473a6f80-8288-40f6-9f5c-02af74e1d50f" />
+<img width="580" alt="Google Drive thumbnail displaying the .PPTX label on a presentation file" src="https://github.com/user-attachments/assets/473a6f80-8288-40f6-9f5c-02af74e1d50f" />

69-73: Number the conversion steps consistently

Step 3 (automatic save) is missing a list marker, which breaks Markdown rendering and can confuse readers. Consider folding the note into the numbered list and tightening wording.

-1. Open the PPT in Google Slides.
-2. Once the file opens, click File on the top toolbar and Save as Google Slides.
-
-The presentation will open in a new window and automatically save in your Google Drive as a Google Slides file
+1. Open the PPT in Google Slides.  
+2. In the top toolbar, click **File** ▸ **Save as Google Slides**.  
+3. A new file opens in another tab and is automatically saved to your Google Drive in Google Slides format.

77-79: Minor grammar & casing fixes

“Softwares” is uncountable, Canva is capitalised, and spacing around parentheses is missing.

-1. For certificates created on canva or other softwares, export the designs as “ppt” and save it on your computer
-2. Convert them to Google Slides format as described above(if they are still in ppt format).
+1. For certificates created on Canva or other design software, export the designs as “PPT” and save them on your computer.  
+2. Convert them to Google Slides format as described above (if they are still in PPT format).
📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 3f2199a and b921e80.

📒 Files selected for processing (1)
  • docs/3. Product Features/Custom Certificates.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/3. Product Features/Custom Certificates.md

[grammar] ~77-~77: In standard English, the noun “softwares” is uncountable. Consider using an alternative.
Context: ... certificates created on canva or other softwares, export the designs as “ppt” and save i...

(SOFTWARES)


[uncategorized] ~78-~78: Possible missing preposition found.
Context: ...s “ppt” and save it on your computer 2. Convert them to Google Slides format as describ...

(AI_HYDRA_LEO_MISSING_TO)

⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: build

@AmishaBisht AmishaBisht changed the title Customer certificate: steps to convert ppt into slides Custom certificate: steps to convert ppt into slides Jun 24, 2025
@AmishaBisht AmishaBisht requested a review from madclaws June 24, 2025 16:27
@AmishaBisht AmishaBisht linked an issue Jun 24, 2025 that may be closed by this pull request
@@ -62,10 +62,21 @@ To change the page dimensions for a google slide
3. It is advised to research on your own behalf for the most suitable aspect ratio of the base template that suits your use case.

## Sending the certificates/badges to contacts
**Note**: If you see the .PPTX label (like in the image below), your file is still in PowerPoint format and needs to be converted into Google Slides to work with custom certificates.

<img width="580" alt="Screenshot_2025-06-20_at_7 03 33_PM" src="https://github.com/user-attachments/assets/473a6f80-8288-40f6-9f5c-02af74e1d50f" />
Copy link
Collaborator

@madclaws madclaws Jun 24, 2025

Choose a reason for hiding this comment

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

We could add the screenshot which has the Files dropdown and the option save as google slides and replace the current image.

@AmishaBisht AmishaBisht requested a review from madclaws June 25, 2025 04:56
@github-actions github-actions bot temporarily deployed to pull request June 25, 2025 04:57 Inactive
Copy link
Contributor

@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 (3)
docs/3. Product Features/Custom Certificates.md (3)

65-70: Use consistent file-type terminology and tighten the step wording

“PPT” and “PPTX” are used interchangeably, and the action wording is a bit loose. Unifying the extension and explicitly pointing to the exact menu path reduces ambiguity.

-1. Open the PPT in Google Slides.
-2. Once the file opens, click File on the top toolbar and Save as Google Slides.
+1. Open the **.PPTX** file in Google Slides.
+2. In the opened file, choose **File → Save as Google Slides** from the top toolbar.

71-72: Add meaningful alt text for the screenshot

The current alt text is a timestamp, which provides no context for screen-reader users. Replace it with something descriptive.

-<img width="402" alt="Screenshot 2025-06-25 at 10 23 27 AM" src="https://github.com/.../42f5be1066d3" />
+<img width="402" alt="Google Slides – File menu with “Save as Google Slides” option highlighted" src="https://github.com/.../42f5be1066d3" />

77-79: Grammar & clarity fixes (“software”, spacing, extension casing)

-1. For certificates created on canva or other softwares, export the designs as “ppt” and save it on your computer
-2. Convert them to Google Slides format as described above(if they are still in ppt format).
+1. For certificates designed in Canva or other software, export the design as a **.PPTX** file and save it to your computer.  
+2. Convert the presentation to Google Slides format as described above (if it is still in **.PPTX** format).

This removes the uncountable “softwares”, capitalises “Canva”, adds the missing space before the parenthesis, and standardises on the .PPTX extension.

📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between b921e80 and 37db7d5.

📒 Files selected for processing (1)
  • docs/3. Product Features/Custom Certificates.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/3. Product Features/Custom Certificates.md

[grammar] ~77-~77: In standard English, the noun “softwares” is uncountable. Consider using an alternative.
Context: ... certificates created on canva or other softwares, export the designs as “ppt” and save i...

(SOFTWARES)


[uncategorized] ~78-~78: Possible missing preposition found.
Context: ...s “ppt” and save it on your computer 2. Convert them to Google Slides format as describ...

(AI_HYDRA_LEO_MISSING_TO)

⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: build


<img width="402" alt="Screenshot 2025-06-25 at 10 23 27 AM" src="https://github.com/user-attachments/assets/f4e1fe7d-8e6b-447c-96d6-42f5be1066d3" />

The presentation will open in a new window and automatically save in your Google Drive as a Google Slides file
Copy link
Collaborator

Choose a reason for hiding this comment

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

They should use the newly opened slide and not the old one. Should we specify this part?

@github-actions github-actions bot temporarily deployed to pull request June 26, 2025 03:48 Inactive
Copy link
Contributor

@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 (3)
docs/3. Product Features/Custom Certificates.md (3)

65-66: Use Markdown call-outs for critical notes

Readers often skim long docs. Converting this paragraph into a standard call-out (e.g. > [!NOTE]) will make the “PPTX label” warning stand out and stay consistent with our other docs.


73-73: Grammar & clarity fix

save in your Google Drivesaved to your Google Drive, and tighten the second sentence.

-The presentation will open in a new window and automatically save in your Google Drive as a Google Slides file. We need to use the new slide in the certificates.
+The presentation opens in a new window and is automatically saved to your Google Drive as a Google Slides file. Use this new Google Slides version when generating certificates.

77-79: Minor wording improvements

  1. “softwares” → uncountable noun “software”.
  2. Capitalise “Canva”.
  3. Add missing preposition “to”.
-1. For certificates created on canva or other softwares, export the designs as “ppt” and save it on your computer
-2. Convert them to Google Slides format as described above(if they are still in ppt format).
+1. For certificates created on Canva or other software, export the designs as “ppt” and save it to your computer.
+2. Convert them to Google Slides format as described above (if they are still in PPT format).
📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 37db7d5 and 91d507f.

📒 Files selected for processing (1)
  • docs/3. Product Features/Custom Certificates.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/3. Product Features/Custom Certificates.md

[uncategorized] ~73-~73: The preposition “to” seems more likely in this position.
Context: ... in a new window and automatically save in your Google Drive as a Google Slides fi...

(AI_EN_LECTOR_REPLACEMENT_PREPOSITION)


[grammar] ~77-~77: In standard English, the noun “softwares” is uncountable. Consider using an alternative.
Context: ... certificates created on canva or other softwares, export the designs as “ppt” and save i...

(SOFTWARES)


[uncategorized] ~78-~78: Possible missing preposition found.
Context: ...s “ppt” and save it on your computer 2. Convert them to Google Slides format as describ...

(AI_HYDRA_LEO_MISSING_TO)

⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: build
🔇 Additional comments (1)
docs/3. Product Features/Custom Certificates.md (1)

67-72: Screenshot should show the File ▸ Save as Google Slides option

The text instructs users to pick Save as Google Slides, but the screenshot only shows the .PPTX badge. A single image that captures the File menu with the “Save as Google Slides” option would eliminate guess-work, addressing the feedback in earlier reviews.

@AmishaBisht AmishaBisht merged commit 678605b into main Jun 27, 2025
7 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.

Custom Certificates: Adding PPT directly is not allowed
2 participants