paco
paco copied to clipboard
The Paco behavioral science mobile research platform
Use Cases: https://github.com/google/paco/wiki/Usage-Analytics
We should change that in the server and in the iOS code showing the list of joinable experiments. Also, on iOS we should make sure that we are rendering the...
On events, we now have enough volume that reports that filter to a subset of the data are crucial. Bring back the advanced querying ability from before but in a...
Having too much horizontal space is confusing and increasing the amount of right-scrolling - which is not user-friendly. Instead, let's fix the maximum width of a column and then wrap...
Participants need to be able to copy experiments to make them their own to facilitate citizen science and experiment sharing.
Currently it is one line, which makes it hard to see the question and edit it. Seems like text wrapping or using a text area widget might solve it.
the render and util js files should augment the paco2 object if it already exists. something like this: paco_render.js: var paco2 ||= {}; paco2.render = (function() ... )(); paco_util.js: var...