ctmm-initiative / ctmmweb

Web app for analyzing animal tracking data, built upon ctmm R package
http://biology.umd.edu/movement.html
GNU General Public License v3.0
32 stars 21 forks source link

accept saved R object as input #14

Closed xhdong-umd closed 7 years ago

xhdong-umd commented 7 years ago

Sometimes user may have processed data in R and want to load it into the web app.

Because there are lots of possible ways of saving data, and the app need to have some assumptions for data, it's better to follow some rules.

Another more flexible related usage is to have each page of the web app packaged as a function, then user can call any function with his/her own data, run certain features on it.

This is only about input data. For states in session, we have plan to save/restore states between sessions, and work report feature which can also save/restore.

jmcalabrese commented 7 years ago

For most users, I think the save/restore state functionality will be more important than being able to save modified versions of a dataset. For longer sequences of analyses, I think many folks will want the ability to pick up where they left off, or to go back and double check particular analyses/results. And of course, having a report documenting everything that was done will also be very useful.

xhdong-umd commented 7 years ago

Closed temporarily to focus on active tasks.