CIDARLAB / clotho3

Clotho is a framework for engineering synthetic biological systems and managing the data used to create them. You can author data schemas, run functions and algorithms, and tie Clotho into existing applications.
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Clotho.recent() functionality - API method for Mind #410

Open maxbates opened 10 years ago

maxbates commented 10 years ago

Need a way of getting a user's recently used items for the browser page. It may make sense that this be an abstracted API method to interact with the mind, or somehow folded into clotho.query() ... Because query()ing feeds directly into the database, it probably makes sense to use a different command to interact with the mind (or we could just add in our own syntax)

jcaucb commented 10 years ago

Yes, that would be stored in the Mind, and I think the field is already in the code. We do not currently have an API method for that, but would be easy to add.

On Thu, Jul 24, 2014 at 2:59 PM, Maxwell Bates notifications@github.com wrote:

Need a way of getting a user's recently used items for the browser page. It may make sense that this be an abstracted API method to interact with the mind, or somehow folded into clotho.query() ... Because query()ing feeds directly into the database, it probably makes sense to use a different command to interact with the mind (or we could just add in our own syntax)

— Reply to this email directly or view it on GitHub https://github.com/CIDARLAB/clotho3/issues/410.

J. Christopher Anderson, Ph.D. Assistant Professor Department of Bioengineering http://andersonlab.qb3.berkeley.edu/

Office: 512E Energy Biosciences Building (EBB) Lab: 5th Floor EBB

Mailing Address: J. Christopher Anderson University of California, Berkeley 512E Energy Biosciences Building Berkeley, CA 94720

billcao commented 9 years ago

According to the above comment by @jcaucb , this feature seems easy to add. Keeping this open for now.