docs: Update how to access oppia webpages#520
docs: Update how to access oppia webpages#520riyaseema80 wants to merge 30 commits intooppia:developfrom
Conversation
Updated descriptions and permissions for various pages in the Oppia documentation, including user account, admin, static, collection, exploration, topics and skills, and contributor pages.
HardikGoyal2003
left a comment
There was a problem hiding this comment.
@riyaseema80 Thanks a lot for the PR. I have reviewed it till super-admins part and left a few comments. Once you fix them, feel free to ask for another review.
|
Hi @HardikGoyal2003 I’ve addressed the requested changes and updated the document accordingly. Please let me know if anything else needs to be modified. Thanks! |
HardikGoyal2003
left a comment
There was a problem hiding this comment.
@riyaseema80 Left a few comments. Can you also arrange the content inside Oppia Webpages and Public informational pages in lexicographical order?
|
@HardikGoyal2003 Thanks for the review! I’ve addressed the new comments — removed the line, updated the super admin description, formatted the pages as suggested, and arranged the sections in lexicographical order. Please take another look when you have time. |
Correct capitalization in headings and steps for consistency throughout the document.
|
Hi @HardikGoyal2003, I’ve updated the Steps to Access formatting across the document based on your suggestion. Please let me know if it looks correct or if any further changes are needed. Thanks! |
There was a problem hiding this comment.
Left a few more comments: A few things to fix are:
- Pages that have tabs should follow this format in the lexicographical order (Note: You don't need to add tabs in the table of contents. Adding `Important admin page tabs`` is sufficient)
- Make the Tab names proper across the docs. For eg: Tab name is
Roles Tabbut you have named it asAssign Roles, so fix this across the docs. - In the permissions required, you have mentioned
super-admin only. Update it to[Super Admin](https://github.com/oppia/oppia-web-developer-docs/blob/df4319b52bf61b4aa33a2944903bfa3bea1b9544/How-to-access-Oppia-webpages.md#log-in-as-a-super-administrator)
|
Thanks for the detailed feedback! I have updated all tab sections to follow the same format, ensure they are arranged in lexicographical order, fix tab naming consistency across the document, and update permissions to use the Super Admin reference. |
|
Hi @HardikGoyal2003, I’ve updated the doc structure as suggested. |
HardikGoyal2003
left a comment
There was a problem hiding this comment.
I have completed a review till the exploration editor page.
|
i have improved page descriptions, fixed routes, and added data generation steps for pages. Thanks! |
… and data generation steps
HardikGoyal2003
left a comment
There was a problem hiding this comment.
I have reviewed everything before the populating data heading.
Removed outdated links and improved clarity in navigation instructions throughout the document.
|
Hi @HardikGoyal2003, |
There was a problem hiding this comment.
- Can you please fix the formatting of the table of contents?
- Can you also fix the formatting for the manual steps in populating data, like: #520 (comment)
| - To populate the Explorations: | ||
| - **Quick method:** Use Generate Dummy Explorations OR Reload a Single Exploration in [Activities tab](#activities-tab). | ||
|
|
||
| The exploration player page allows users to play explorations in Oppia. | ||
| - **Manual method:** | ||
|
|
||
| 1. Navigate to http://localhost:8181/community-library. | ||
| Step 1. Open Creator Dashboard. | ||
| Go to: http://localhost:8181/creator-dashboard | ||
| Click: “Create Exploration” | ||
|
|
||
| 2. Enter "fractions" into the search bar. | ||
| Step 2. Choose Interaction Type | ||
| You will be asked to select: | ||
| - Multiple Choice | ||
| - Text Input | ||
| - Fraction Input | ||
| - Drag & Drop | ||
| - Image Selection, etc. | ||
| Click Create |
There was a problem hiding this comment.
- To populate the Explorations:
- Quick method: Use Generate Dummy Explorations OR Reload a Single Exploration in Activities tab.
- Manual method:
- Open Creator Dashboard or Go to: http://localhost:8181/creator-dashboard
- Click: “Create Exploration”
- Choose Interaction Type. You will be asked to select from Multiple Choice, Text Input, Fraction Input,, etc.
- Click Create
Overview
This PR adds a comprehensive Oppia Dev Server Guide to help contributors understand how to navigate and use the local development environment.
The guide documents the major pages, dashboards, routes, and workflows available in Oppia, and provides screenshots and step-by-step instructions for common tasks.
What this PR includes
Why this is useful
This documentation helps:
Testing
Screenshots
Multiple screenshots have been added to illustrate important pages such as:
Fix Issue :#477