Conversation
… times to relative minutes
Summary of ChangesHello @daattali, 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 enhances the application's time handling by introducing an automatic conversion mechanism for dose table entries when the time mode is changed to relative. This ensures that time inputs are consistently represented, improving data integrity and user experience. Additionally, the PR includes minor code formatting adjustments to maintain code quality. Highlights
Changelog
Activity
Using 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
|
There was a problem hiding this comment.
Code Review
This pull request introduces a feature to automatically convert clock times to relative minutes when switching to the relative time mode. This is achieved by adding a new observeEvent for input$timeMode. The changes also include code re-indentation across R/app_server.R for better readability and removal of a commented-out debug statement in R/simulationPlot.R.
My review focuses on the new observer, where I've suggested an improvement for efficiency and to ensure all relevant data tables are updated consistently.
|
Preview Deployment This PR has been deployed to: https://steveshafer.shinyapps.io/stanpumpr_PR_185/ This deployment will be automatically cleaned up when the PR is closed. |
|
In the previous PR, I added the ability to have absolute vs relative time. This PR makes it so that when switching from absolute to relative time, any HH:MM times will be automatically converted |
|
Preview Deployment This PR has been deployed to: https://steveshafer.shinyapps.io/stanpumpr_PR_185/ This deployment will be automatically cleaned up when the PR is closed. |
No description provided.