-
Couldn't load subscription status.
- Fork 0
Docs/fix #23
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
- Replace git clone instructions with download latest release - Update API server URL to use HTTPS - Remove automatic database seeding step
- Remove git clone instructions - Replace with download latest release archive - Update links to point to latest releases page - Adjust language to reflect new process
- Remove step for cloning the repository - Add step for downloading the latest release - Update instructions for installing dependencies and running the app
- Add steps for configuring app icons using flutter_launcher_icons - Add steps for configuring native splash screens using flutter_native_splash - Update existing content for improved readability
...l device - Include an additional Aside component to notify users about connecting to local API server from a physical mobile device - Provide a link to the 'Development Environment Setup' guide for further configuration instructions
- New document explains how to set up development environment to test mobile app on physical device with local API server - Covers using ngrok for tunneling and configuring app environment - Includes step-by-step instructions and code examples
...device - Add an aside note in the local setup guide - Inform users about additional configuration for physical devices - Link to the development environment setup guide for more details
Summary of ChangesHello @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 primarily focuses on updating and expanding the project's documentation. The main intent is to improve the setup guides for the API server, mobile client, and web dashboard by changing the recommended source code acquisition method from Git cloning to downloading the latest release. Additionally, a new comprehensive guide has been added to explain how to connect a physical mobile device to a local API server using HighlightsUsing Gemini Code AssistThe 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 by creating a comment using either
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 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. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. 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
|
@gemini-code-assist
gemini-code-assist
bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
Thank you for these documentation updates. The changes to standardize on downloading the latest release are a good improvement for user experience. I've added a few comments on areas that could be further improved for clarity and correctness. Please take a look.
- Removed the detailed documentation overview and getting started guide - Retained the introductory paragraphs and badges
Uh oh!
There was an error while loading. Please reload this page.
Status
READY
Description
This pull request primarily focuses on updating and expanding the project's documentation. The main intent is to improve the setup guides for the API server, mobile client, and web dashboard by changing the recommended source code acquisition method from Git cloning to downloading the latest release. Additionally, a new comprehensive guide has been added to explain how to connect a physical mobile device to a local API server using ngrok, and the mobile client deployment documentation has been enhanced with instructions for configuring app icons and native splash screens.
Type of Change