Desired feature in dashboard data viewer entity list, show full owned entity ids.

18 views
Skip to first unread message

Brandon Donnelson

unread,
Jan 2, 2012, 12:09:42 PM1/2/12
to google-a...@googlegroups.com

I'd like to see the possibility to show the entire full entity id. Or click on a checkbox for detailed view. [] all values| details

My imagined full detailed view of id would be like:
from: id=4126

I'm looking for a pattern and its slow to open up each entity details view.

Brandon Donnelson

djidjadji

unread,
Jan 4, 2012, 7:57:55 AM1/4/12
to google-a...@googlegroups.com
You can write your own version of the datastore viewer that dumps the
objects of the Kind you want.

When you have the key of an entity ask for the parent key with the
Key.parent() method
http://code.google.com/appengine/docs/python/datastore/keyclass.html#Key_parent

Get the Key.kind() and Key.id_or_name()

Continue until you get None as return and then reverse the list and display

Op 2 januari 2012 18:09 heeft Brandon Donnelson
<branfl...@gmail.com> het volgende geschreven:

Reply all
Reply to author
Forward
0 new messages