jcvdav / MAREA

Repository for MAREA, a shiny app by TURFeffect
https://turfeffect.shinyapps.io/marea
MIT License
0 stars 2 forks source link

Walk users through tabs #18

Closed jcvdav closed 7 years ago

jcvdav commented 7 years ago

As stated by @spfitzgerald: In terms of user-friendliness, you might want to tell the user when to move on to the next tab since there's no "next" button. For example, in the 1st (Intro) tab, one sentence: "When ready to begin, select the Objectives and Indicators tab above". Then in the 2nd (Objectives and Indicators) tab, "After you've selected the appropriate indicators, click on the Data tab above". Something like that. No big deal, just one brief sentence on each tab.

jcvdav commented 7 years ago

Perhaps something like this?

Using next and previous buttons?

In the UI

actionButton(inputId = "b5.6", label = "Siguiente", icon = icon("arrow-right"), class = "btn2")

In the Server

observeEvent(input$b5.6, {
    updateNavbarPage(session, "Tabs",
                     selected = "Result"
    )
  })

image

spfitzgerald commented 7 years ago

👍

On Sat, Feb 18, 2017 at 5:22 PM, Juan Carlos Villaseñor-Derbez < notifications@github.com> wrote:

Perhaps something like this?

Using next and previous buttons?

In the UI

actionButton(inputId = "b5.6", label = "Siguiente", icon = icon("arrow-right"), class = "btn2")

In the Server

observeEvent(input$b5.6, { updateNavbarPage(session, "Tabs", selected = "Result" ) })

[image: image] https://cloud.githubusercontent.com/assets/11950459/23098264/9cae7a12-f5fe-11e6-9a5e-14dbc123e320.png

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/turfeffect/AppDraft/issues/18#issuecomment-280888118, or mute the thread https://github.com/notifications/unsubscribe-auth/AMi3G-u_WZpSaDS0V6QHPlmJID-r-vWCks5rd5lvgaJpZM4L_ziP .