Skip to content

clean loadDat in server #237

Description

@Paul-Carvalho

In the main server file of the shiny app, input$loadDat is split up into multiple observeEvents and this has lead to redundant code (e.g., checking for project name in each observe event). Unnecessary redundancy such as this is likely slowing down the shiny app.

  1. Review each observeEvent(input$loadDat)... in the server file
  2. Try to consolidate this code and eliminate redundant checks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions