Skip to content
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

Updated Screenshots in the Collaboration section and revamped the Requirements page. #563

Merged
merged 4 commits into from
Jan 15, 2025

Conversation

Nandhini4501
Copy link
Contributor

@Nandhini4501 Nandhini4501 commented Jan 15, 2025

Updated screenshots in the Collaboration section and revamped the Requirements page according to this ticket: https://testsigma.atlassian.net/browse/IDEA-2153
image

Summary by CodeRabbit

  • Documentation
    • Updated terminology from "prompt" to "dialog" across multiple documentation pages.
    • Standardized capitalization for section titles and headings, including "Project" and "User Roles".
    • Refreshed images and screenshots to reflect current user interface and improved visual representation.
    • Enhanced clarity and consistency in instruction wording for various project management features, including requirement management and test case types.
    • Added new content and clarified steps for managing requirements and user roles.

Updated all the screenshots and GIFs in the "Projects and Settings" section according to the new UI.
…ments page

Updated screenshots in the Collaboration section and revamped Requirements page according to the new UI.
Copy link
Contributor

coderabbitai bot commented Jan 15, 2025

Walkthrough

This pull request involves documentation updates across multiple Markdown files in the Testsigma documentation. The changes primarily focus on improving terminology consistency, capitalizing specific terms, and updating image references. Modifications include replacing "prompt" with "dialog," standardizing capitalization of terms like "Project" and "User Roles," and updating image URLs. Additionally, the structure and clarity of instructions have been refined. These changes enhance documentation clarity and readability without altering the underlying functionality of the Testsigma platform.

Changes

File Path Change Summary
src/pages/docs/collaboration/* - Consistent capitalization of terms like "Project" and "User Roles"
- Replaced "prompt" with "dialog" in user interface descriptions
- Updated image references and URLs
src/pages/docs/projects/* - Terminology updates from "Add Application" to "New Application"
- Consistent capitalization of section titles
- Replaced "prompt" with "dialog" in interface descriptions
- Enhanced requirement management documentation
src/pages/docs/projects/settings/* - Capitalization improvements in section titles
- Updated image filenames
- Replaced "prompt" with "dialog"

Poem

🐰 Documentation's dance, a rabbit's delight,
Words polished and terms aligned just right
Prompts become dialogs, clear as can be
Consistency reigns in our tech jubilee
A markdown melody, crisp and bright! 🔍


📜 Recent review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 4eae324 and 32c20e1.

📒 Files selected for processing (1)
  • src/pages/docs/collaboration/assign-projects.md (3 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • src/pages/docs/collaboration/assign-projects.md
⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: CI

🪧 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. (Beta)
  • @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
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: 1

🧹 Nitpick comments (4)
src/pages/docs/projects/versions.md (1)

97-97: Fix typo in dialog title

There's a duplicate word "Delete" in the dialog title.

-4. On **Delete Delete Version?** dialog, enter **DELETE** and click on **I understand, delete this**.
+4. On **Delete Version?** dialog, enter **DELETE** and click on **I understand, delete this**.
🧰 Tools
🪛 LanguageTool

[duplication] ~97-~97: Possible typo: you repeated a word.
Context: .../applications/verdeclick.png) 4. On Delete Delete Version? dialog, enter DELETE and...

(ENGLISH_WORD_REPEAT_RULE)

src/pages/docs/projects/requirements.md (1)

49-106: Fix markdown heading formatting

Add a space after the hash symbols in headings for proper markdown formatting.

-##**Prerequisites** 
+## **Prerequisites** 

-##**Create a Requirement**
+## **Create a Requirement**

-##**Edit a Requirement**
+## **Edit a Requirement**

-##**Delete a Requirement**
+## **Delete a Requirement**

-##**Associate a Requirement to a Test Case**
+## **Associate a Requirement to a Test Case**
🧰 Tools
🪛 Markdownlint (0.37.0)

51-51: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


49-49: null
No space after hash on atx style heading

(MD018, no-missing-space-atx)


56-56: null
No space after hash on atx style heading

(MD018, no-missing-space-atx)


85-85: null
No space after hash on atx style heading

(MD018, no-missing-space-atx)


97-97: null
No space after hash on atx style heading

(MD018, no-missing-space-atx)


106-106: null
No space after hash on atx style heading

(MD018, no-missing-space-atx)

src/pages/docs/projects/settings/test-case-types.md (2)

104-104: Fix spelling consistency

Use consistent spelling for "dropdown" throughout the documentation.

-4. On **Manage Test Case** overlay, scroll down to **Test Type** and select test case type from the drop down menu.
+4. On **Manage Test Case** overlay, scroll down to **Test Type** and select test case type from the dropdown menu.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~104-~104: The noun “dropdown” is spelled as one word.
Context: ...pe** and select test case type from the drop down menu. ![Test Case Type from Dropdown](h...

(LOCKDOWN)


107-108: Fix heading style consistency

Use ATX-style headings (with hash symbols) consistently throughout the document.

-Here is a quick GIF demonstrating how to assign test case type to a test case.
-![Assigning Test Case Type](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Assign_a_test_case_to_a_test_case_type.gif)
----
+Here is a quick GIF demonstrating how to assign test case type to a test case.
+![Assigning Test Case Type](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Assign_a_test_case_to_a_test_case_type.gif)
+
+---
🧰 Tools
🪛 Markdownlint (0.37.0)

107-107: Expected: atx; Actual: setext
Heading style

(MD003, heading-style)

📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 55a468f and 8efdc8a.

📒 Files selected for processing (11)
  • src/pages/docs/collaboration/assign-projects.md (3 hunks)
  • src/pages/docs/collaboration/elements-review-management.md (3 hunks)
  • src/pages/docs/collaboration/invite-team-members.md (2 hunks)
  • src/pages/docs/collaboration/manage-execution-stops.md (1 hunks)
  • src/pages/docs/collaboration/users-roles.md (2 hunks)
  • src/pages/docs/projects/applications.md (2 hunks)
  • src/pages/docs/projects/overview.md (2 hunks)
  • src/pages/docs/projects/requirements.md (1 hunks)
  • src/pages/docs/projects/settings/requirement-types.md (3 hunks)
  • src/pages/docs/projects/settings/test-case-types.md (4 hunks)
  • src/pages/docs/projects/versions.md (3 hunks)
✅ Files skipped from review due to trivial changes (2)
  • src/pages/docs/collaboration/manage-execution-stops.md
  • src/pages/docs/projects/overview.md
🧰 Additional context used
🪛 LanguageTool
src/pages/docs/projects/versions.md

[duplication] ~97-~97: Possible typo: you repeated a word.
Context: .../applications/verdeclick.png) 4. On Delete Delete Version? dialog, enter DELETE and...

(ENGLISH_WORD_REPEAT_RULE)

src/pages/docs/projects/settings/test-case-types.md

[uncategorized] ~104-~104: The noun “dropdown” is spelled as one word.
Context: ...pe** and select test case type from the drop down menu. ![Test Case Type from Dropdown](h...

(LOCKDOWN)

🪛 Markdownlint (0.37.0)
src/pages/docs/projects/settings/test-case-types.md

107-107: Expected: atx; Actual: setext
Heading style

(MD003, heading-style)

src/pages/docs/projects/requirements.md

51-51: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


49-49: null
No space after hash on atx style heading

(MD018, no-missing-space-atx)


56-56: null
No space after hash on atx style heading

(MD018, no-missing-space-atx)


85-85: null
No space after hash on atx style heading

(MD018, no-missing-space-atx)


97-97: null
No space after hash on atx style heading

(MD018, no-missing-space-atx)


106-106: null
No space after hash on atx style heading

(MD018, no-missing-space-atx)

🔇 Additional comments (6)
src/pages/docs/collaboration/invite-team-members.md (1)

30-30: Documentation improvements look good!

The changes enhance consistency and clarity through:

  • Standardized capitalization of terms (Project, User Roles)
  • Updated UI terminology (dialog instead of prompt)
  • Properly formatted image references

Also applies to: 33-33, 42-42, 46-46, 49-50

src/pages/docs/projects/applications.md (1)

31-31: Documentation improvements look good!

The changes maintain consistency with other documentation pages through standardized terminology and proper image references.

Also applies to: 46-46, 50-50

src/pages/docs/projects/settings/requirement-types.md (1)

38-38: Documentation updates are consistent and clear!

The changes maintain documentation standards through:

  • Consistent UI terminology
  • Proper image references
  • Clear step-by-step instructions

Also applies to: 73-73, 83-83

src/pages/docs/collaboration/elements-review-management.md (1)

37-37: Documentation improvements enhance clarity!

The changes successfully:

  • Standardize UI terminology
  • Update image references consistently
  • Maintain clear step-by-step instructions

Also applies to: 41-41, 50-50, 57-57, 60-61, 64-65, 75-75, 79-79, 83-83, 86-87, 90-91, 95-95

src/pages/docs/projects/requirements.md (1)

30-44: Great improvement in content quality!

The addition of IEEE standard definitions and clear categorization of software requirements significantly enhances the documentation quality and provides valuable context for users.

src/pages/docs/collaboration/users-roles.md (1)

Line range hint 50-103: Documentation looks great!

The user roles and management instructions are well-structured, clear, and properly formatted with appropriate screenshots.

src/pages/docs/collaboration/assign-projects.md Outdated Show resolved Hide resolved
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: 3

🧹 Nitpick comments (2)
src/pages/docs/collaboration/users-roles.md (1)

74-78: Enhance clarity in the invitation process description.

The steps for inviting new members could be more precise by mentioning that the email should be a valid email address and clarifying if multiple roles can be assigned simultaneously.

Consider adding a note about email format requirements and role assignment limitations.

src/pages/docs/projects/overview.md (1)

68-68: Correct preposition usage in dialog description.

Change "on the same dialog" to "in the same dialog" for proper English usage.

-You can update **Project Details**, **Multiple Applications** and **Versions** from here. Also, you can add **Project Members**, **Test Case Types**, and **Requirement Types** on the same dialog.
+You can update **Project Details**, **Multiple Applications** and **Versions** from here. Also, you can add **Project Members**, **Test Case Types**, and **Requirement Types** in the same dialog.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~68-~68: The preposition “in” seems more likely in this position than the preposition “on”.
Context: ...Case Types**, and Requirement Types on the same dialog. ![Update Details](htt...

(AI_EN_LECTOR_REPLACEMENT_PREPOSITION_ON_IN)

📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 8efdc8a and 4eae324.

📒 Files selected for processing (6)
  • src/pages/docs/collaboration/users-roles.md (3 hunks)
  • src/pages/docs/projects/applications.md (2 hunks)
  • src/pages/docs/projects/overview.md (2 hunks)
  • src/pages/docs/projects/settings/requirement-types.md (2 hunks)
  • src/pages/docs/projects/settings/test-case-types.md (1 hunks)
  • src/pages/docs/projects/versions.md (3 hunks)
🚧 Files skipped from review as they are similar to previous changes (4)
  • src/pages/docs/projects/versions.md
  • src/pages/docs/projects/settings/requirement-types.md
  • src/pages/docs/projects/applications.md
  • src/pages/docs/projects/settings/test-case-types.md
🧰 Additional context used
🪛 LanguageTool
src/pages/docs/collaboration/users-roles.md

[style] ~102-~102: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ...ject_2.png) 3. Hover over the user you want to delete and click on Delete. ![Dele...

(REP_WANT_TO_VB)

src/pages/docs/projects/overview.md

[uncategorized] ~68-~68: The preposition “in” seems more likely in this position than the preposition “on”.
Context: ...Case Types**, and Requirement Types on the same dialog. ![Update Details](htt...

(AI_EN_LECTOR_REPLACEMENT_PREPOSITION_ON_IN)

2. Hover over the user you want to delete and click on **Delete**.
![Delete](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Deleting_Users_From_a_Project_2.png)

3. Hover over the user you want to delete and click on **Delete**.
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Remove duplicate step in user deletion process.

Line 102 is a duplicate of line 99, which creates confusion in the documentation.

Remove the duplicate step and its associated image to maintain clear documentation flow.

🧰 Tools
🪛 LanguageTool

[style] ~102-~102: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ...ject_2.png) 3. Hover over the user you want to delete and click on Delete. ![Dele...

(REP_WANT_TO_VB)

Comment on lines +71 to +77
4. This will open the **Edit Project** prompt.
![Edit a Project 2](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Edit_a_Project_Step_2.png)

3. You can update **Project Details**, **Multiple Applications** and **Versions** from here. Also, you can add **Project Members**, **Test Case Types**, and **Requirement Types** on the same prompt.
5. You can update **Project Details**, **Multiple Applications** and **Versions** from here. Also, you can add **Project Members**, **Test Case Types**, and **Requirement Types** on the same prompt.
![Edit a Project 3](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Edit_a_Project_Step_3.png)

4. Click on **Update** to save the changes.
6. Click on **Update** to save the changes.
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Remove duplicate Edit Project instructions.

Lines 71-77 duplicate the information already provided in lines 65-70, which creates confusion and maintenance overhead.

Remove the duplicate content (lines 71-77) to maintain clear documentation flow.

3. On the **Delete project** dialog, enter **DELETE** and click on **Delete**.
![DELETE](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/prdelefin.png)

4. On the **Delete project** prompt, enter **DELETE** and click on **Delete**.
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Remove duplicate Delete Project step.

Line 111 duplicates the delete project instructions already provided in lines 108-109.

Remove the duplicate step to maintain documentation clarity.

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
@bharathk08 bharathk08 merged commit 826f5eb into dev Jan 15, 2025
3 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