Skip to content
#

data-collection

Here are 250 public repositories matching this topic...

seadowg
seadowg commented Feb 18, 2020

There aren't currently tests for the image widgets (widgets descending from BaseImageWidget) that ensures they display the correct image based on the file path in a prompt. We now have tests that they display an image default however (#3642) so we should add the "normal" case to these tests as well.

Plan
DrakePork
DrakePork commented Jan 30, 2020

Some suggestions to placeholders:

  • A placeholder to show Player Caused Deaths
  • A placeholder to show Mob K/D
  • A placeholder to show Mob Caused Deaths
  • A placeholder to show recent player kills (ex: player_recent_kill_<1-10>)
  • A placeholder to show recent deaths (ex: player_recent_death_<1-10>)

A list of all available placeholders on the github wiki.

lognaturel
lognaturel commented Mar 2, 2020

There are a number of places where JavaRosa throws RuntimeExceptions. That can make it hard for clients to differentiate between exceptions that came from JavaRosa and exceptions that came from elsewhere. As a result, Collect does awkward things like catch RuntimeExceptions and wrap them in its own JavaRosaException type: https://github.com/opendatakit/collect/blob/master/collect_app/src/mai

shobhitagarwal1612
shobhitagarwal1612 commented Mar 2, 2019

Software and hardware versions

Android vx.x.x, device used...

Problem description

When transferring blank forms if all are already available at the receiver, then the resulting dialog is blank

Steps to reproduce the problem

Send blank forms which are already available in the receiver

Expected behavior

Result dialog should display that Forms are already available

这阵子由于项目需要,需要从手机上采集用户的运动轨迹数据,这样的功能大家都见到的很多了,比如咕咚、悦动圈,对跑步运动轨迹数据进行采集,再如,微信运动、钉钉运动,对于每一天你走步进行计数,如果要记录轨迹就离不开的手机定位,如果要记录步数那就离不开陀螺仪(角速度传感器),花了一天多的时间实现了一个定位数据实时采集的功能。

  • Updated Jan 13, 2019
  • Java
valllllll2000
valllllll2000 commented Aug 1, 2019

Once we add a signature if we press edit, we are taken back to the SignatureActivity and the signature and text are displayed. The save button is enabled before we have made any changes.

Expected:
Save button is disabled until we make any changes.
If the drawing is empty we should disable the clear button.

Improve this page

Add a description, image, and links to the data-collection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-collection topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.