Renaming v2 - #1025
Open
sarasoko wants to merge 19 commits into
Open
Conversation
added 4 commits
July 6, 2026 14:34
- for merging, leave out client_level_export_server.R which didn't get recognized as a file renaming and instead added a new file and deleted the old one
- this time it properly recognized this rename instead of adding the new file and deleting the old file
- resolve conflicts in those files and add renaming of additional files that get called from 'server' -- system_exits_server.R -> server_07.4_system_exits.R -- syse_types_server.R -> server_07.4.1_syse_types.R -- syse_time_server.R -> server_07.4.2_syse_time.R -- syse_subpop_server.R -> server_07.4.3_syse_subpop.R -- syse_phd_server.R -> server_07.4.4_syse_phd.R - Additionally rename functipn scripts -- system_performance_functions -> functions_07_system_performance.R -- helper_functions.R -> functions_00_helper.R - and rename how they are called in 'server' and 'global'
Collaborator
Author
|
added 8 commits
July 10, 2026 14:14
move the powerpoint template into the 'www' subdirectory
…ere()' to get subdirectory paths in new folders 'utilities' and 'rcode'
…ed counterpart! Merge branch 'dev' into renaming_v2 # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
update server_01_upload - to remove logToConsole which I added during troubleshooting - add more sections in function 'process_upload' - uncomment out the browser() line on errors in the mirai call (process_upload)
…est_datasets.R' update filepath to power point template in 'functions_07_system_performance.R'
This branch shouldn't have any changes except renaming things and updating the filepaths
changes were mapped to the proper renamed/moved file Merge branch 'dev' into renaming_v2 # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
Collaborator
|
@sarasoko A few suggested edits, but open to others' thoughts on these:
|
added 7 commits
July 16, 2026 12:41
all changes seem properly mapped to the renamed/moved files Merge branch 'dev' into renaming_v2 # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
# functions_00_helper.R -> helper_functions.R - moved from `rcode` to `util` # functions_07_system_performance.R -> server_07.0_system_performance.R # renumber server_07 scripts according to Marschall's suggestion
# functions_00_helper.R -> helper_functions.R - moved from `rcode` to `util` # functions_07_system_performance.R -> server_07.0_system_performance.R # renumber server_07 scripts according to Marschall's suggestion Code Changes # global.R - source all files ending in .R or .r from the `util` folder - in the mirai section, update loading helper_functions to new name and location # server.R - update server renaming and order
…to renaming_v2
- remove unnecessary sourcing helper functions (this was misc added when trying to troubleshoot issues in mirai sourcing)
- update name and location of helper_functions.r
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
branch for renaming scripts
Please make suggestions if you don't like how I classified the numbering of the servers to correspond with the back end scripts (01-07 and 08 reserved for bed unit inventory)
I made a few name changes that weren't exclusively server scripts:
01_get_Export.R -> 01_get_export.R
05_DataQuality.R -> 05_data_quality.R
06_PDDE_Checker.R -> 06_PDDE_checker.R
helper_functions.R -> functions_00_helper.R
system_performance_functions.R -> functions_07_system_performance.R
To clean up the organization I would additionally suggest that we