paco icon indicating copy to clipboard operation
paco copied to clipboard

The Paco behavioral science mobile research platform

Results 103 paco issues
Sort by recently updated
recently updated
newest added

Use Cases: https://github.com/google/paco/wiki/Usage-Analytics

Web-Design
Web-Large

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...

Component-Server
Component-iOS

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...

Component-Server
Priority-High
Component-Logic

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...

Component-Server
Priority-Low
Component-UI
Web-Design
Web-Medium

Participants need to be able to copy experiments to make them their own to facilitate citizen science and experiment sharing.

Component-Server
Priority-Low
Component-UI
Web-Small

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.

Component-Server
Priority-Low
Component-UI
Web-Small

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...

Component-JS-Api-V2