Description of the limitation and why it is relevant to address
As a developer I want to quickly update/refresh a view so that I can quickly test my code changes.
When I want to try out my code after a code change, I have to force the “update” button to become visible again. For example, by temporarily adjusting a parameter or by refreshing the website.
Submitter proposed design
Always keep the “update” button visible in the development workspaces.
Current workarounds
Temporarily adjusting a parameter or refreshing the website. Both take time, while I eagerly want to see the result of my code modification
.
Hi,
Thanks for posting this feature request. Depending on what type of trouble you want to go through, another workaround would be to switch the duration_guess
to under 3 seconds, and add an SetParamsButton
that saves your results to storage/a field. The view then takes the results from storage/a field to visualize. Therefore, every time you click on the button, you will get a new visualization.
This is obviously not ideal, but I thought I’d add this as an alternative workaround 
For a bit more simple workaround, I sometimes add a BooleanField
that does nothing, but it’s just so I can trigger a change in the params and my views reload. Refreshing the page also works, but takes a bit longer. I understand your desire for it to be there by default!
1 Like
Hi,
It’s been a year since the last update on the feature request so I was wondering if there are any updates. I was just working on an app and was triggering changes in the parametrization in order to be able to keep refreshing my view and see if the code I had written was working. It sparked my mind to think about this feature request and how nice it would be if in development mode the button was always visible.
Of course there are obvious workarounds so I get if it is not high on the priority list but it would be quite a big QoL change for writing code for views.