dams-mcda / Dams-MCDA

Emma Fox R/Shiny Project with a docker server configuration
1 stars 0 forks source link

Keeping track of input / UI related #7

Closed sythel closed 6 years ago

sythel commented 6 years ago

latest branch has an example implementation of indicators.

Also keeps a list and this will allow us to warn users on the output tab that they will be missing output data if they don't fill out all alternatives

elbfox commented 6 years ago

Great! Yes, I like that there is a warning to users. When you say "keeps a list", what do you mean? It wasn't clear to me based on the latest branch

sythel commented 6 years ago

alternatives_completed (vector): https://github.com/unhgssc/Dams-MCDA/blob/0be1c3528355b3b0b1392fa0faa0c3984481e241/src/dams_mcda/server.R#L38

function for adding/removing from list of alternatives_completed: https://github.com/unhgssc/Dams-MCDA/blob/0be1c3528355b3b0b1392fa0faa0c3984481e241/src/dams_mcda/server.R#L121

I didn't finish the function as I didn't know if you were interested in the feature or not. current state of this branch is it shows text in the alternative text showing if that section has been completed.

sythel commented 6 years ago

working in commit after significant changes. Also fixed a bug for graphs 4, 5, 6.

closing