Skip to content
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

Move code from server() to Shiny modules #102

Open
ohjakobsen opened this issue May 6, 2024 · 0 comments
Open

Move code from server() to Shiny modules #102

ohjakobsen opened this issue May 6, 2024 · 0 comments
Labels
Backlog Moved to backlog Priority: 3-Medium Type: 2-Enhancement New feature or request

Comments

@ohjakobsen
Copy link
Contributor

The server() function is currently quite bloated. It should be split into modules for better readability and quality control. This will also facilitate the ability to provide separate apps for specialised tasks while keeping the functionality within the pioneeR app. The following functions should be split into modules:

  • File upload
  • Data selection (old conditional UI file)
  • DEA
  • Bootstrap
  • Malmquist

All modules should be kept in a mod_*.R file with a *_ui() and *_server() function. All server modules should return a reactive object that can be passed to other modules if needed.

@ohjakobsen ohjakobsen added Type: 2-Enhancement New feature or request Priority: 3-Medium Backlog Moved to backlog labels May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backlog Moved to backlog Priority: 3-Medium Type: 2-Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant