Brian Riley
Brian Riley
I get the same result as @martaribeiro here. The issue lies with the following line in the `plan_exports_controller.rb` ``` @selected_phase = @plan.phases.order('phases.updated_at DESC') .detect { |p| p.visibility_allowed?(@plan) } ``` The...
Hmm. That's a good question @pengyin-shan I guess we still would want to hide uncompleted answers. Instead of making the change I suggested, can you update the logic in the...
@mariapraetzellis @dsisu can you recommend an appropriate message for this? The scenario is when someone exports their plan and has not answered any questions but has also selected not to...
I think this is ok to merge but lets discuss in the next team meeting
going to merge this. I have tested it manually and It works as-is for single phase plans and I like the phase selector when the template has multiple phases.
Yes, if you see it elsewhere then it should also be patched. I am not going to have time to do that in the next day or so, so feel...
Hi @SpokeyWheeler I agree that it would be a nice to have a docker image to help people get up and running quickly with the codebase. There was a [separate...
@SpokeyWheeler and @H-Kwon I created this repo last summer to play around with some of the AWS CloudFormation templating technology. I had to create a Dockerfile in order to get...
Yes, thank you @H-Kwon. The reference I provided was meant to be used as an example not a solution you'd be able to run with. The latest version of the...
We are working on this in the DMPTool currently along with some functionality that allows a template admin to: - enable/disable the research outputs tab entirely - provide tooltip/guidance for...