Skip to content

Enhance dashboard docs #6

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 15 commits into from
Jul 27, 2025
Merged

Enhance dashboard docs #6

merged 15 commits into from
Jul 27, 2025

Conversation

fulleni
Copy link
Member

@fulleni fulleni commented Jul 27, 2025

No description provided.

fulleni added 15 commits July 27, 2025 06:47
- Deleted the entire web dashboard deployment guide
- The file 'src/content/docs/web-dashboard/web-dashboard.mdx' has been removed
…content

- Remove duplicate cards and update card content
- Add new cards for local setup, deployment, and developer guides
- Include user manuals card and GitHub link button
- Update page description and add styles for button group
- Clarify Flutter SDK installation process and reference official guide
- Enable web development support via command line instruction
- Recommend AppEnvironment.demo for UI development
- Update API Server local setup documentation link
…d resource links

- Add an Aside to explain the guide's focus on core deployment process
- Improve language consistency and clarity
- Remove specific deployment instructions in favor of official documentation links
- Introduce list of recommended hosting providers with their deployment guides
- Create new page explaining the layered architecture and core principles
- Describe presentation, business logic, repository, and data layers
- Highlight key patterns like BLoC and dependency injection
- Mention shared packages and their importance
- Explain the use of go_router for navigation and routing
- Describe the central routing configuration in lib/router/
- Introduce StatefulShellRoute for persistent navigation
- Detail authentication and redirect integration with AppBloc
- Highlight the use of named routes for maintainable navigation
…ttern

- Introduce the BLoC pattern used for state management in the web dashboard
- Describe the structure of global AppBloc and feature-specific BLoCs
- Outline the data flow process within the BLoC pattern
- Provide examples of different BLoCs and their responsibilities
- Create new manual for creating, editing, and deleting content in the web dashboard
- Cover step-by-step processes for navigating to content management, creating new content, editing existing content, and deleting content
- Include detailed instructions for managing headlines, topics, and sources
- Create new ARB file for the language
- Update l10n.yaml with new ARB file
- Run code generation for localization
- Update settings page to include new language option
- Explain the theming system in the web dashboard
- Describe how to customize colors using flex_color_scheme
- Provide instructions for changing font and spacing
- Include file paths and code examples for theming customization
- New document detailing how to use the web dashboard to configure mobile app settings
- Covers navigation, modification process, and available settings
- Includes important caution about impact of changes on all app users
- Reorganize sidebar structure for better content categorization
- Add new sections: Architecture, Guides, and Manuals
- Include new pages: Dashboard Overview, Content Management, App Configuration, Authentication, State Management, Routing, Theming & Customization, Adding a New Language, Managing Content, and Configuring the Mobile App
- Update existing links and labels for consistency
- Remove the GitHub link button and related styles from the web dashboard page
- Simplify the page layout by eliminating the button group section
- Remove specific hosting provider instructions
- Redirect readers to official Flutter deployment guide
- Simplify content and focus on pre-deployment preparations
- Remove specific instructions for enabling web development
- Simplify prerequisite section for Flutter SDK installation
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Summary of Changes

Hello @fulleni, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request significantly enhances the web dashboard documentation by introducing new, comprehensive sections covering its architecture, developer guides, and user manuals. The changes aim to provide a more structured and detailed resource for both developers and administrators, improving clarity on setup, deployment, and operational aspects of the dashboard.

Highlights

  • Expanded Documentation Scope: Introduced new top-level documentation categories including 'Architecture,' 'Guides,' and 'Manuals' to provide a more comprehensive resource for the web dashboard.
  • Detailed Technical Guides: Added in-depth documentation on the dashboard's architecture, covering state management (BLoC), routing (go_router), and an overall system overview.
  • Developer Customization Guides: Provided practical guides for developers on theming, UI customization, and the process of adding new languages for localization.
  • User Operation Manuals: Created user-focused manuals detailing how to manage content (create, edit, delete headlines, topics, sources) and remotely configure the mobile application's settings.
  • Streamlined Setup & Deployment: Updated the local setup guide with clearer prerequisites and environment recommendations, and simplified the deployment guide by directing users to the official Flutter documentation for best practices.
  • Updated Navigation: Modified the astro.config.mjs to reflect the new documentation structure in the sidebar navigation and updated the main index.mdx page to link to these new sections.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments or fill out our survey to provide feedback.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request enhances the documentation for the web dashboard by adding new pages covering architecture, developer guides, and user manuals. It restructures the sidebar for better navigation and improves existing pages like local setup and deployment by linking to official external documentation. I've provided suggestions to improve correctness and code cleanliness.

fulleni

This comment was marked as resolved.

@fulleni fulleni merged commit 652414e into main Jul 27, 2025
@fulleni fulleni deleted the enhance_dashboard_docs branch July 27, 2025 06:46
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.

1 participant